YePpHa / YouTubeCenter

YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
MIT License
2.89k stars 520 forks source link

playlist broken #1323

Open banther7 opened 9 years ago

banther7 commented 9 years ago

when ever i watch a video with a playlist it only shows the top part of it and none of the videos show up. here a example shot: Puush

Yonezpt commented 9 years ago

Probably related to #1318

mleyen commented 9 years ago

This CSS snippet should fix it for now :

.watch-playlist .main-content {
    height: 400px !important;
    overflow: auto !important;
}

If you have Stylish installed, you can add it to a custom CSS for youtube.com. You should adjust the height to your needs – normally, it would adjust to the size of the player, which is impossible with pure CSS.

banther7 commented 9 years ago

@mleyen i dont know how to edit CSS. i use the youtube center add-on..

Zarggg commented 9 years ago

What @mleyen suggested is a temporary work-around until @YePpHa is able to correct the add-on.

Also, confirming this behavior in Chrome 39, YTC Dev build 461

RSousa10 commented 9 years ago

@mleyen THANK YOU VERY MUCH

ReporterX commented 9 years ago

Install Stylish addon. Go to youtube.com Write new style -> For youtube.com... Copy this code:

.playlist-videos-list {
    height: 260px !important;
    overflow: auto !important;
}

Name the style. Save.

With this style fix, you can scroll properly on the playlist.

Imold commented 9 years ago

I found the the problem is at line 23932. Removing that line fixes the problem.

banther7 commented 9 years ago

@Imold where do i remove that line? im not good at coding at all ._.

Imold commented 9 years ago

@banther7: Are you using the Developer Version of the Userscript? If not I can't help you, but if you are then open the Add-ons Manager and select "User Scripts". Then find "YouTube Center Developer Build" and click on "Options". In the pop up click "Edit this User Script". Now in the window that opens go to "Edit" and select "Jump to line...", type 23932 ENTER // and click on save. Then just exit that window, and click OK on the pop up. That should fix it.

Djfe commented 9 years ago

This issue only happens in the small player ->the extended one shows the playlist, but it's below the player then and not on it's side

banther7 commented 9 years ago

@ReporterX i get this issue:

Puush

ReporterX commented 9 years ago

@banther7 Any link? Let me try it.

banther7 commented 9 years ago

it occurs on any video that i watch that has a playlist

ReporterX commented 9 years ago

@banther7 Are you using the latest developer build? I don't experience this issue. There might be some other addons, scripts or adblock filters which break the youtube website. You may try to disable all addons (except Greasemonkey) and all scripts (except YTC Dev Build)

banther7 commented 9 years ago

@ReporterX im not even using the greasemonkey script...

ReporterX commented 9 years ago

@banther7 Do you mean you are not using the YTC script but the addon instead? What browser are you using? Give the YTC version number too. What you are experiencing may not be caused by YTC. You'd better try to disable all addons except YTC to see if you still get that issue.

(Edited to clarify)

Lucatir commented 9 years ago

@ReporterX I hope that I am misunderstanding you, but you do realize that there is also an add-on version of YTC that does not require Greasemonkey (or its derivatives)?

Yonezpt commented 9 years ago

@banther7 Try the developer version, you can download it from here: https://github.com/YePpHa/YouTubeCenter/wiki/Developer-Version

ReporterX commented 9 years ago

@ErdeFB OK. Which version and what version number? What is your browser and browser version? Have you tried disabling all addons except YTC addon? Does the issue still exist?

Lucatir commented 9 years ago

@ReporterX Why the hell are you asking me? I did not in any point confirm that I suffer from the same bug. But for the purpose of ruling out possibilities, I am running up-to-date Chromium with the latest YTC developer version (at the time of writing) as an add-on.

ReporterX commented 9 years ago

@ErdeFB It is to see if the bug you mentioned above is caused by YTC. Anyway I don't experience this bug. It might be caused by other addons and such.

Lucatir commented 9 years ago

@ReporterX I did not mention any bug above. >_>

ReporterX commented 9 years ago

@ErdeFB Sorry, I mixed up banther7's with yours. I must be too tired. X(