@JKW Thank you for the development of this, I used the older gmusic integration a lot and it is nice to be able to continue in the same way.
I have a use case that is currently not working for me, playing a playlist and stopping when the list is done. At the moment the list just keeps playing from the start again when the last song is played, which I guess is not the intention.
I think that the problem is in _get_track(). When the list is done the internal track counter is set to 0 and the first track is loaded and started again as far as I can see. I have solved it locally by adding
self._turn_off_media_player()
return
after reloading the playlist, but that might not work well in all use cases. This is the most common one for me by far though.
Hello. First of all, I want to thank the author for the work done. gmusic I could not configure, and now the server closes altogether. But there were no problems with youtubemusic. I heard my favorite tracks right after installation. However, the playlist played one or two tracks and stopped. I was ready to put up with this, but after updating the component, the playlists stopped loading. I don’t hear my favorite music anymore. Help me please. What should I pay attention to? Thank you in advance.
This is great, thank you. I can now have my music automatically pause when a Teams Call comes in.
I am guessing that the API doesn’t expose this but, I am lazy and I don’t have any play lists and I just used the “My Mix” that music automatically creates. These are not shown as a Source, are they available and I just need to do some trickery to get them to show up?
Hmm, well I am mostly dumb then I didn’t know I could do that.
However, I don’t see any playlists in the dropdown. Only Playlist Radio and Playlist.
Is there something else I need to check?
The Source drop-down can be “playlist / playlist radio”
The playlist dropdown should contain the playlists. Try restarting … Its possible that I only load the playlists during start up (will check)
Jkw
I feel stupid but i´m unable to install your ytube_music_player. Can´t find it in HACS and when i try the manual variant i can´t find it in the integrations tab. Did the restart and also the refreshing. Help, please…
Has anyone got the brand account to work?
I’ve got all my music on a separate youtube music channel to the default but I get a load of errors if I enter the brand id in the config. I tried both the user ID and channel ID, not sure if either of those are correct.
Works great with no brand ID added, but all my playlists are on the other account.
Edit: Got it to work, it was neither the user ID or channel ID of the brand channel, it shows up in the URL but only on specific pages. Clicking “edit on google” from the brand channel youtube settings brought me to the right URL
Like many others, i´m very thankfull for this addon. It works perfectly!!
I would like to implement a lot of Playlist and for that reason i would like to have an alternative to the playlist dropdown menu. I found that there´s a playlist addon for spotify. Is it possible to use this kind of playlist style for youtube music? Or is it doable to achieve this by using a picture or a picture glance card?If that´s the case, then please give me a hint. Thanks!!!
Hi, thanks.
I’m working on the addition of the media_browser …
and it sort of works … well … parts of it … for now I can browse the albums and playlist but nothing happens when I hit the “play” button … no function gets called. Trying to find out what is going on there.
Will take some days …
JKW