I would like to use Youtube Music in this music player. #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think it would be great if you add this feature in next versions.
I only use youtube music for music subscription service. But, NowPlaying can't support it. (https://docs.rainmeter.net/manual/measures/nowplaying/)
WebNowPlaying is used by using a BrowserExtension, and it can be added to the official Spotify Player using Spicetify, so I think it will be usefull if you add it.
Thanks.
I did it myself. So, close this issue.
What is needed is to replace this:
Before:
Measure=WebNowPlaying
PlayerName=[MeasurePlayer]
After:
Measure=Plugin
Plugin=WebNowPlaying
Thanks for providing the solution after you figured it out! This sounds like a good feature to implement in future versions for others' convenience 100%, so I'd just like to confirm whether this small change seamlessly worked with the MusicPlayer as-is or it created new issues like making certain buttons not work anymore or variables like TrackName no longer working.
Right out the gate, it does look like we had to change a Variable type from
PlayerNametoPlugin, so this may warrant a new MusicPlayer variant instead of a changeable value for user friendliness. I also assume you had to make this change for the Visualizer and AudioVisualizer as well (if you're using them).In my env, these buttons are working: Play/Pause, Previous, Next, Back, Forward, Close, Duration Bar/Current/Full, Volume Bar/Current Volume Up/Down. Of Cource, the music title and artist name is working.
Repeat, Shuffle, Stop buttons are not working, but I think a little fix make it work. ( But, I don't do so, because I don't need thier buttons much)
I think so.
Thanks. Yes I know that and fixed them yet! AudioVisulaizer also work about music title and artist name.