Thang Pham
Thang Pham
> It will always revert back to false on app restart as well as playing a new playlist (different from the repeat command) I know this as well and it's...
> I built and run Spotify player on a macmini 2012 Ubuntu 22.04. Does it run as UI or daemon? > I am using your cli commands to control everything....
> If I launch it from startup I don't get a terminal gui window. Am I doing something incorrectly? Not too familiar with this startup process, maybe you need to...
> Do you run CLI commands in the same machine as the daemon? If you run the CLI in the same machine with the app/GUI, the shuffle state should be...
No, it's not supported right now. To show actions on an album, you need to be able to select it. It's not too difficult to add a separate command, e.g...
@jagjordi it seems you're using a relatively old `spotify_player`. Newer version should have `ShowActionsOnAlbum`, you can call it from an album's track.
I noticed the out of order occasionally depending on the day, but it's not consistent. Today, my library shows order by **recently added**. Will try to see if there is...
It's better to define a separate mapping for actions, for example ```toml [[actions]] action = "GoToTrackRadio" key = "r" [[actions]] action = "AddToLikedTracks" key = "y" ```
> Unfortunately it seems it still doesnt allow to implement the example I gave? I can only for example copy the link of the current selection. I can't do the...
> > cc @juliamertz is this something you're interested in working on as a follow-up? > > Doesn't look like this would be too much work, i'll take a look...