Search Criteria
Package Details: sublime-music 0.12.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sublime-music.git (read-only, click to copy) |
---|---|
Package Base: | sublime-music |
Description: | A native Subsonic/Airsonic/*sonic client for Linux. Built using Python and GTK+. |
Upstream URL: | https://sublimemusic.app |
Licenses: | GPL3 |
Submitter: | sumner |
Maintainer: | sumner (edwargix) |
Last Packager: | edwargix |
Votes: | 16 |
Popularity: | 0.29 |
First Submitted: | 2019-10-29 04:33 (UTC) |
Last Updated: | 2023-06-17 20:13 (UTC) |
Dependencies (21)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-bleach
- python-bottle
- python-dataclasses-json
- python-dateutil
- python-deepdiff
- python-gobject (python-gobject-git)
- python-levenshtein
- python-mpv (python-mpv-git)
- python-peewee
- python-pychromecast (python-pychromecast6, python-pychromecast-git)
- python-requests
- python-semver
- python-thefuzz (python-thefuzz-git)
- python-build (make)
- python-flit-core (make)
- python-installer (python-installer-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx71) (make)
- libnm-glib (optional) – for changing the Subsonic server address depending on what SSID you are connected to
- libnotify (libnotify-gtk2, libnotify-git) (optional) – for system song notification support
- Show 1 more dependencies...
Latest Comments
« First ‹ Previous 1 2
sumner commented on 2021-03-13 01:39 (UTC)
@loser137:
python-stringcase
is a dependency ofpython-dataclasses-json
which is a dependency ofsublime-music
, so there is no need for me to add the dependency directly tosublime-music
.loser137 commented on 2021-03-11 16:51 (UTC)
Please add python-stringcase as dependency
Venom1991 commented on 2020-12-02 23:52 (UTC)
After Python got updated to 3.9 this line became problematic: pushd ${pkgdir}/usr/lib/python3.8/site-packages/sublime_music
Changing the PKGBUILD on the fly resolves the installation issue but you should probably change it or come up with a version-agnostic solution.
jrabensc commented on 2020-11-02 15:56 (UTC)
could not satisfy dependencies: - unable to satisfy dependency 'python-fuzzywuzzy' required by sublime-music Resolving dependencies... Warning: cannot resolve "python-fuzzywuzzy", a dependency of "sublime-music" Failed to prepare transaction: could not satisfy dependencies: - unable to satisfy dependency 'python-fuzzywuzzy' required by sublime-music
duckdalbe commented on 2020-07-27 21:35 (UTC) (edited on 2020-07-27 22:01 (UTC) by duckdalbe)
Please add
python-keyring
as dependency.Without it, sublime-music shows up but acts like it couldn't load anything. In the console this error is shown:
EDIT This error occurred because I had python-keyring installed before as dependency of another package, and then removed it. In case you run into it, just install python-keyring and you're good to go.
sumner commented on 2020-07-12 20:58 (UTC)
@muhlinux: I don't think that
python-pyaml
is required. I have addedpython-semver
to the dependencies, though.muhlinux commented on 2020-07-12 09:51 (UTC)
Missing these dependencies:
python-semver
python-pyaml
pagdot commented on 2020-04-27 14:50 (UTC)
Yeah, works now. Thanks :)
sumner commented on 2020-04-27 14:16 (UTC)
@pagdot. Should be fixed now in 0afdd5b.
pagdot commented on 2020-04-27 13:18 (UTC)
The validation check for the logo download fails. I've tested it by downloading it using wget and calculating the md5 and got 175ca5becfa508b3d8e13ca3a621dac2
« First ‹ Previous 1 2