Releases: aminomancer/WebNowPlaying-Companion-Personal-Edit
0.9.6
Update YouTube handler for changes to the repeat button.
0.9.4
Bring back Netflix! Finally fixed all the info and event handlers for Netflix. What a nightmare that was.
0.9.3
Revert the netflix experiment. Apparently it just isn't feasible to get into the internal cadmium stuff with a webextension.
0.9.2
Fix the "next" function not working on YouTube while watching the last video in a playlist that has unavailable/hidden items in it. Kind of a weird/obscure scenario that I missed previously.
0.9.1
Update YouTube's functions
Rebase some changes from the original extension
Add some basic features for netflix.com
0.8.2
Update youtube functions.
Minor refactor for content script.
0.8.0
Transfer cover images with HTTP
0.7.7
handles strange youtube embeds better. e.g. videos embedded as uninteractive backgrounds with no controls.
0.7.6
i dun goofed the last build
0.7.4
- Minor refactor, should be a tiny bit quicker
- Shuffle can be toggled on/off in embedded youtube videos. Embedded youtube playlists don't actually have a shuffle feature but this extension can now sort of shuffle the playlist on its own. It doesn't change the natural order of the playlist but if you turn shuffle on via your rainmeter skin, then the "next" command will pick a random video from the playlist instead of picking the very next video. If you just leave the video running until it gets to the end, however, the extension won't intercede and shuffle the next video. So left to its own devices, an embedded player will play videos in the order they're listed in the playlist. The shuffle only applies when you manually use the "next" command.
It's technically possible to add a full-on shuffle feature though. I've done it before with the youtube API, but that was in a situation where I made the page so I had control of the anonymous object that receives all the events. So I don't yet know what needs to be done to hack into any embedded player and listen to the player state changes, but I'm looking into it.