-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] - Music tracker #49
Comments
Thats a great idea. What sources can Ryot get the music data from? For example TMDB for movies, IGDB for video games etc. |
Not sure if Last.fm, Deezer, MusicBrainz or Discogs can have valid APIs for the job and how easy they are to be integrated 🤔 |
Ah alright. I will keep this in mind. Another possible solution is adding integration with Spotify, Youtube music etc and using those. |
Check out MusicBrainz, they've got a pretty robust and easy to use API |
You could review Maloja, as its basically a selfhosted last.fm. It doesn't do any scrobbling, but Multi-Scrobbler acts as an 'API Linker' to pull data from x, y. or z API, and push the music scrobbles to x, y, or z platform. I could see this project evolving into a 'plugin' style system where anyone could create an integration to scrobble data out of, and into here. |
@DaFlowah Looking into this. What exactly would a music integration look like? What would you track? |
Not sure about anyone else preferences, but to me it would be nice to be able to track what I've already listened to (songs, albums, EPs, etc) and, most importantly, I'd like to be able to see when the bands I like release something new. |
Note to self: Audiobookshelf has an integration for MusicBrainz that I can shamelessly port to rust. |
That sounds good to me. I would like to be able to search for a specific release, or for an artist (media group containing all that artist's releases). |
Artist support will be a long way off since the people management code for Ryot needs a complete overhaul. I'm talking only about music here. |
I'm kinda confused what the purpose of the media grouping for music would be then. Are you talking about grouping various editions of a single release, i.e. the way MusicBrainz uses release groups? |
A group will be an album or an EP. And the music tracker itself will allow you to look up a single track. |
Hi @IgnisDa :D |
When you look up bohemian Rhapsody, only that would show up. When you open the details, you'll see something like "Belongs to A night at the Opera". You can click on that to view the entire album (this will happen when #203 is implemented). |
Sounds good to me 😎 |
It would be nice if we could also add ratings to the songs |
That should be possible, though you should be aware that I don't plan to work on music tracking RN. The quality of data from the various sources was awful, and I was discouraged. |
Note to self: look into Discogs API. |
I've had pleasantly surprising results with the Discogs API in my own music tracker project. Often it's a better source of data than MusicBrainz, definitely a good idea to check it out. |
Can you share a link to that project? |
Sure, but be warned it's quite a bit different from Ryot (and also still very rough around the edges) - Databass |
Hi there,
It would be cool to have also a music tracker, so that you can see which albums you've already listened to and see when new albums get released :D
The text was updated successfully, but these errors were encountered: