Skip to content

Releases: aminomancer/WebNowPlaying-Companion-Personal-Edit

0.9.6

31 Jul 08:27
Compare
Choose a tag to compare

Update YouTube handler for changes to the repeat button.

0.9.4

27 Dec 05:20
Compare
Choose a tag to compare

Bring back Netflix! Finally fixed all the info and event handlers for Netflix. What a nightmare that was.

0.9.3

21 Dec 14:28
Compare
Choose a tag to compare

Revert the netflix experiment. Apparently it just isn't feasible to get into the internal cadmium stuff with a webextension.

0.9.2

26 Oct 03:22
Compare
Choose a tag to compare

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

14 Oct 15:21
Compare
Choose a tag to compare

Update YouTube's functions
Rebase some changes from the original extension
Add some basic features for netflix.com

0.8.2

24 Jun 07:24
Compare
Choose a tag to compare

Update youtube functions.
Minor refactor for content script.

0.8.0

17 Mar 05:23
Compare
Choose a tag to compare

Transfer cover images with HTTP

0.7.7

20 Jan 23:53
Compare
Choose a tag to compare

handles strange youtube embeds better. e.g. videos embedded as uninteractive backgrounds with no controls.

0.7.6

17 Jan 20:37
Compare
Choose a tag to compare

i dun goofed the last build

0.7.4

16 Jan 21:15
Compare
Choose a tag to compare
  • 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.