2024-08-25, 06:03 PM
Hey, that sounds like a really cool idea! I'm very interested in how you intend to accomplish that (I don't know much about music, personally).
I went over the Plex article, but they didn't really specify how they created this "Sonic similarity" - The ideas used for the Shazam algorithm do sound promising, however, I imagine that there could be some unwanted side effects (with bad matches).
I have also tried before to determine similar songs based solely on the track itself but found that task to be rather challenging (and the scientific literature was not very good, at least from what I could find).
Likewise, I've also tried to implement a way to discover new music from within your library but using Playback data as well as metadata - so a lot simpler here: https://github.com/Eeeeelias/jellyfin-sc...n_music.py and not really a plugin (so far).
Additionally, Plex uses some (probably simple) neural network to actually recommend the music to you. Would you want to add that as well?
I went over the Plex article, but they didn't really specify how they created this "Sonic similarity" - The ideas used for the Shazam algorithm do sound promising, however, I imagine that there could be some unwanted side effects (with bad matches).
I have also tried before to determine similar songs based solely on the track itself but found that task to be rather challenging (and the scientific literature was not very good, at least from what I could find).
Likewise, I've also tried to implement a way to discover new music from within your library but using Playback data as well as metadata - so a lot simpler here: https://github.com/Eeeeelias/jellyfin-sc...n_music.py and not really a plugin (so far).
Additionally, Plex uses some (probably simple) neural network to actually recommend the music to you. Would you want to add that as well?