ssssam / calliope

Playlist toolkit - MOVED, now at https://gitlab.com/samthursfield/calliope/
https://gitlab.com/samthursfield/calliope/
GNU General Public License v2.0
2 stars 0 forks source link

Rhythmbox plugin to recommend music from user's collection #43

Open ssssam opened 5 years ago

ssssam commented 5 years ago

I'd like a plugin that gives a 'similar artists' and 'similar albums' results based on the track currently playing.

This would draw on external data such as:

Spotify also provides 'related artists' but we must authenticate with the Spotify API for this info, which Rhythmbox so far doesn't do.

This could possibly be implemented in the Rhythmbox last.fm plugin, although that code is in C and is part of Rhythmbox core.

ssssam commented 5 years ago

Maybe implement this as a web app first, then embed it into Rhythmbox. It'd make a good web app too.

ssssam commented 5 years ago

This could also create playlists based on the current playing song