automated weekly playlists from Listenbrainz with troi
from GravitySpoiled@lemmy.ml to navidrome@discuss.tchncs.de on 27 Feb 2024 16:59
https://lemmy.ml/post/12485311

#navidrome

threaded - newest

Floete@feddit.de on 28 Feb 2024 09:27 next collapse

Doesn’t this just save the playlist into my listenbrainz account? How would I get it into navidrome? Or am I missing something?

GravitySpoiled@lemmy.ml on 28 Feb 2024 09:46 next collapse

-u automatically uploads it to subsonic, not listenbrainz

GravitySpoiled@lemmy.ml on 28 Feb 2024 09:48 collapse

$ python -m troi.cli weekly-jams --help
Usage: python -m troi.cli weekly-jams [OPTIONS] USER_NAME

  Generate a weekly jams playlist for your local collection

Options:
  -d, --db_file TEXT        Database file for the local collection
  -t, --threshold FLOAT     Minimum match percentage for metadata matches.
                            Must be 0.0 - 1.0
  -u, --upload-to-subsonic  upload playlist via subsonic API
  -m, --save-to-m3u TEXT    save to specified m3u playlist
  -j, --save-to-jspf TEXT   save to specified JSPF playlist
  -y, --dont-ask            save playlist without asking user
  --help                    Show this message and exit.

Floete@feddit.de on 28 Feb 2024 12:16 collapse

So I should be running this inside my navidrome docker-contianer and point it to the database and it should work? Sorry for the stupid question. I skimmed the docs and as they say: it’s not made for end-users yet, but recommendations are really the one thing I am misssing in navidrome.

GravitySpoiled@lemmy.ml on 28 Feb 2024 12:23 collapse

I don’t have it running inside of it. The main cron service on my server runs it.

You have to install it properly but then it works as expected. You can not yet give it a name and it’ll create a new playlist everytime. Meaning over time you’ll have a lot of playlists. That isn’t necessarily bad since they are “all” good from my experience. In the long run it’s best if navidrome implememts it into the UI.

StrawberryPigtails@lemmy.sdf.org on 31 Aug 2024 22:43 collapse

That looks interesting. I’m going to have to try this!