-
Notifications
You must be signed in to change notification settings - Fork 75
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
FR: Return Track Numbers #236
Comments
Ok, I can have a look at that. Shouldn't be too hard. One of the tricks for me is to continue to have the three ways of accessing YouTube (YouTube API, scraping YouTube, and YT Music through The plugin predates YouTube Music, but I've had in mind for a while to properly support ytm albums and songs - I started doing some of the work, but life got busy. Track numbers and artists are two good examples of things that ytm brings that are absent (or, at best, unreliable) in normal YouTube. Anyway, I'll see what I can do. Not difficult to be better than Spotify when Spotify is irreparably broken! (Hopefully Google doesn't break this for us - it's happened before...) |
1 similar comment
Ok, I can have a look at that. Shouldn't be too hard. One of the tricks for me is to continue to have the three ways of accessing YouTube (YouTube API, scraping YouTube, and YT Music through The plugin predates YouTube Music, but I've had in mind for a while to properly support ytm albums and songs - I started doing some of the work, but life got busy. Track numbers and artists are two good examples of things that ytm brings that are absent (or, at best, unreliable) in normal YouTube. Anyway, I'll see what I can do. Not difficult to be better than Spotify when Spotify is irreparably broken! (Hopefully Google doesn't break this for us - it's happened before...) |
I couldn't see where track numbers are returned by This would require changes to:
|
I've just noticed that when I use the 'find file yt:playlist:....' addition you put in the other day, I DO get Track Numbers.
But I don't get them in search results. That track had already been found by a search for 'any "Ed Sheeran"' and it came back with no 'Track' field. |
I think it was adding a track number for all playlists, regardless of whether it was an album or not. I've made some changes; would be interested to hear if it is working for you. I think a track number will only be returned if the track is known to be from a known album. Anyway, play around, let me know. |
Sorry, not had a chance to try it for a few days. In the testing I've done so far I find I am getting track numbers when I add random Uris to the play qeue. But, they're often missing from search (they were before) but now when I do the lookup using 'find file' for those albums it doesn't return track numbers like it used to. |
Last one for now, I'm already convinced this is better than Spotify :). I'm pretty sure Youtube Music can return Track Numbers when the track is from an album - but obviously this isn't always relevant for YouTube videos. Is it possible to return them so that they're present when we do a search or retrieve Mopidy's tracklist?
The text was updated successfully, but these errors were encountered: