-
Notifications
You must be signed in to change notification settings - Fork 1
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
Playlist aren't automatically followed #2
Comments
Can you be more specific? It's a known issue, that the embed is not always loaded outright, so you'd have to reload the page to get Flash loaded in the first place. I don't know what causes this. Otherwise, with version 0.3.5, autoplay is set to default. |
I'm talking about what youtube is actually calling autoplay. Currently, once video ends, everything stops. |
I understand what you mean. In Flash embeds, autoplay has a different meaning from that. Indeed, jumping to the next video does not work. Not as in the screenshot you supplied, and not in actual playlists. |
I see. Anyway, would it be possible to get it? |
There are embeddable playlists, and I have thought of those.
That's good to know. The neat thing is, that this can be turned off and on from the User Script Commands submenu, if there's only a need to browse pages and not watch videos. Upon clicking on a setting, a page reload or browsing to a different video page is required for changed settings to take effect. Browsing to a different video page must be similar to a page reload. — Because with default Firefox settings, YouTube has long used what I call dynamic [video] page changes, without actually loading the next video page upon clicking on a new video. |
The need would be my mum lunching a song, and google just tacking care of putting up something else to play. Ideas here perhaps? EDIT: in other news, there's no need to touch |
@mirh I've ditched the specific idea of including embeddable playlists, as it seems to add more complexities than I'm comfortable with. wrt |
Absolutely. And I'm not sure how something already available in embedded mode.. could not work in normal one.
You really sure about webm and mp4 not being enough? |
HTML5 video began playing after setting autoplay to true in about:config. Anyways, I've worked all night on JavaScript trying and testing to get the playlist stuff right. The plan and most of what to look for in the YT code took minutes. I hope it's not too buggy, since I haven't programmed for about a dozen years, if not more. Because the most recent stuff with complex JavaScript I've done before, was, when Netscape 4 was still a thing, and Firefox was just an afterthought in someone's mind. So please be kind, because the code can appear like a total kludge. But it kinda works for me. The jump to the next video might happen sooner (before the track ends), if there's been a lag. There's a short message for when the jump is about to happen, though timing in the message is likely to be woefully inaccurate. Greasemonkey menu functions now include playlist active/inactive states. They also change video autoplay states, but still require page reloading or new video page visitation to take effect. |
Mhhh.. I see how the timed thing might have been required for "randomised playlists with YouTube's Autoplay function". But outside of this case, ie with normal playlists, is it really that hard to play nicely and gracefully with normal already present embedded playlist?
Mh... Perhaps ads might play a role in this? My test video had none. |
The video in the embed does not automatically jump to the next playlist item at stop, and I didn't want to add an embedded playlist — because while it would 'gracefully' go to the next video, it would not change the page where it was on. This has its own pros and cons. |
Actually... It does here :\ |
@mirh wrote:
I have an adblocker.
With dark-background playlists, moving to the next video is automatic. Before, the move was not automatic, which is why I'd updated the code to the current version (0.4.x), and all code applies to these only. I don't know what the situation is with white-background (randomised) playlists, because I never use those. |
Mhh.. I have some quite disconcerting news for you then.
|
|
I kind of fear your ad/script blocking may be interfering the equation or something. |
As of recent, Vevo seems to play ok. I'd like to now what your Firefox Browser Console (Shift+Ctrl+J) says about the userscript. |
Browser console seems to just display stuff about the page - nothing to do with the script
Should I do enable all the possible CSS logging? |
JS, Security, and Logging should be enough. CSS relates to Cascading Style Sheets, which only deals with presentation of non-media content. When I looked at the Browser Console results in my computer, then I did not see any errors relating to attempted playback of WebM and MP4 content. Try setting |
Doesn't change anything (except the first time you open the page in HTML5 mode where of course you have to make it start) |
Aka "next videos get automatically played".
The text was updated successfully, but these errors were encountered: