spotifyd
spotifyd copied to clipboard
A spotify daemon
**Description** DBUS/MPRIS seems to be broken. Since yesterday I'm unable to get metadata via a DBUS request and if I request the current playback status it is always on "Stopped"....
**Is your feature request related to a problem? Please describe.** I tried to change the playback to mono. I use the Hifiberry Miniamp, just with one speaker. I tried a...
Haven't seen an issue about this one yet, because I'm sure it's another issue of my isolated use case. I'm currently running Ubuntu's 21.10 release. Everything about skipping, rewinding, editing...
I had this running with my own client id for almost 8 hours today. I didn't encounter any rate limits, however there still seem to be some issues. For the...
Hi ... I use AirPlay using shairport-sync which has this function in .config ``` run_this_before_entering_active_state = “home/jlp/script/amp_on.py”; run_this_after_exiting_active_state = “home/jlp/script/amp_off.py”; active_state_timeout = 300.0; ``` which then runs this amp_on.py ```...
API?
Does spotifyd have an API to start playback? I can't find anything in the wiki. If I need to use Spotify's (mostly broken) web API, then what is the purpose...
I always get frustrated when fiddling around with DBUS for my music-related Python projects. There's already a nice Python library for Spotify called "spotipy". Instead of using the MPRIS implementation...
I have an issue from #1018, however crate has a previous version. Please, update it to 0.3.3
This PR adds the new page that was added in #1030 to the summary, so that it also appears in the sidebar. It also removes the configuration sections from individual...
**Description** This is a follow up to #503 In the issue, it is instructed to use your own Spotify client id when running spotifyd. I've followed the instructions by creating...