-
-
Notifications
You must be signed in to change notification settings - Fork 552
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 loop bug: automatically turns on loop. #1768
Comments
thank you! @Amazer526 |
can you try to disable the "playlist_repeat":true" feature? @Amazer526 Our code for playlist repeat & shuffle both needs to be rewritten.Loop-buttonselector for the button SVG: ( and the label: #tooltip.textContent )
Shuffle-button#playlist-actions #playlist-action-menu ytd-toggle-button-renderer (active:) |
sometimes, when SVG pathes change, and there seem to be are no destinct IDs or classes, we could check the labels as a backup. |
@ImprovedTube I'm not an expert in code, but disabling the "playlist_repeat:true" feature fixed the issue. I'm still confused, though, because I thought that feature was supposed to loop the whole playlist, not just the end of the third video. Thanks for your help! |
Thanks @Amazer526 , yes! you couldn't know, will fix the feature! |
if you like, please try if the repeat playlist feature works again @Amazer526 |
Bug Report:
⚬ BUG: It always automatically turns on loop at the end of the third video in any playlist.
⚬ HOW: Even if I manually turn it off, it activates again after the third video ends. "Player > Repeat > Always Activate" is turned off, as are all loop-related settings in YouTube. Removing the extension resolves the issue.
⚬ EXPECTED (/preferred) behavior: Solve the bug
⚬ Screenshots:
Setup:
⚬ ImprovedTube Version: 4.339
⚬ Browser: Chrome Version 117.0.5938.63 (Official Build) (64-bit)
⚬ Settings: {"ads":"all_videos","below_player_loop":false,"below_player_pip":false,"below_player_screenshot":false,"channel_default_tab":"/","channel_play_all_button":true,"channel_trailer_autoplay":true,"language":"zh-CN","mark_watched_videos":true,"only_one_player_instance_playing":true,"player_60fps":true,"player_SDR":false,"player_autoplay":true,"player_forced_playback_speed":false,"player_quality":"hd2160","player_repeat_button":false,"player_rotate_button":true,"playlist_autoplay":true,"playlist_repeat":true,"playlist_up_next_autoplay":true,"theme":"night","theme_primary_color":[200,200,200],"theme_text_color":[25,25,25],"thumbnails_quality":"maxresdefault","track_watched_videos":false,"up_next_autoplay":true}
⚬ OS: Windows 11 Pro 22H2 22621.2283
⚬ Device: LAPTOP
The text was updated successfully, but these errors were encountered: