IUCCA
IUCCA
I wrote a little python script, which exports the playlists. https://github.com/IUCCA/gonic_playlist_export
Hey, I found the parameter in the artist section, for the api call artists.getinfo https://www.last.fm/api/show/artist.getInfo
I didn't know the just optimize command and the other just commands before. Would a second file in the playbook root directory next to the setup.yml be a solution that...
I have created a first draft for an init.yml that contains the individual just commands. However, I see two problems when running just install-all or setup-all: If I interpret the...
The just commands do not work in the semaphore container, regardless of whether this is executed in a /tmp or a bind mount. > just roles > > error: Recipe...
By adding the location of the music before the %f in the mpvtemplate variable, I got it to work for me. `MPVCmdTemplate="mpv --audio-device=%d --no-audio-display --pause /musicpath/%f --input-ipc-server=%s"`
@mattneub Do you have any recommendations for apps/software that are good for controlling the jukebox?
How do you start navidrome? If I start it locally via the cli, the connection to mpv works, but it doesn't work for me via systemd service.
@mattneub the MPVCmdTemplate modification is required regardless of how navidrome is started. Under Linux, systemd restricts the rights of programs to the extent that they either have no access to...