Youtube is broken... (1 Viewer)

Remmerboy

Portal Member
June 19, 2008
16
2
Home Country
Denmark Denmark
It
I do not find the option "Enable Login". Attached please find a screen shot for what happens if I press F9. My logs are attached too.

Please help, I really miss this plugin!
View attachment 164955
It seems you're using the outdated youtube site. There are 2 youtube sites in online videos. Try add the new one
 

Rick164

MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,005
    Home Country
    Netherlands Netherlands
    Just did some comparisons with the Kodi plugin as sorting is working there for subscriptions, they have added a few workarounds which might useful:

    https://github.com/bromix/plugin.video.youtube/blob/master/resources/lib/youtube/helper/v3.py <-- V3 implementation with some workarounds and good documentation

    https://github.com/bromix/plugin.vi...ources/lib/youtube/helper/yt_subscriptions.py <-- Subscription helper

    https://github.com/bromix/plugin.video.youtube/blob/master/resources/lib/youtube/client/youtube.py <-- Core client, less readable but might be useful

    Url format is about the same and this a very clean and good documented Kodi plugin for once :)
     
    Last edited:

    TheBatfink

    MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    I'm seeing some other different behaviors last couple of days now. When using 'Latest Videos' it is only returning 18 (but sometimes strangely a couple more) videos. Last week this was returning a full page and also had pagination so I could keep drilling into more and more videos. Now I see no next page button.

    Also same thing when drilling into one of my subscriptions playlists. In this instance it returns a full page, but I am missing the next page button again so I just get my pre-configured 28 videos per page and can go no further. The videos return from first to last so no way to access any new videos in the playlist. In the previous list view the playlist is for example correctly identified as containing 33 videos - but no way to get to 29 onwards. Again I pretty sure this worked fine a week or so ago.

    Anyone else experience this? Thanks!
     

    2102Michael

    Portal Member
    December 17, 2010
    26
    1
    Home Country
    Austria Austria
    It
    I do not find the option "Enable Login". Attached please find a screen shot for what happens if I press F9. My logs are attached too.

    Please help, I really miss this plugin!
    View attachment 164955
    It seems you're using the outdated youtube site. There are 2 youtube sites in online videos. Try add the new one

    There is only one YouTube listed.
    Clipboard01.jpg
    So, what can I do to get Youtube back?

    I still can not access YouTube. The only videos I can see are e.g "Watch Later Playlist", "Watch History Feed", or "Playlist". In "My Subscriptions" I only get the YouTube broken video.
    I do not find the option "Enable Login". Attached please find a screen shot for what happens if I press F9. My logs are attached too.

    Please help, I really miss this plugin!
    View attachment 164955
     

    Remmerboy

    Portal Member
    June 19, 2008
    16
    2
    Home Country
    Denmark Denmark
    It
    I do not find the option "Enable Login". Attached please find a screen shot for what happens if I press F9. My logs are attached too.

    Please help, I really miss this plugin!
    View attachment 164955
    It seems you're using the outdated youtube site. There are 2 youtube sites in online videos. Try add the new one

    There is only one YouTube listed.
    View attachment 165096
    So, what can I do to get Youtube back?
    Click on "Add site" and you should see 2 youtube sites when scrolling dówn
     

    Remmerboy

    Portal Member
    June 19, 2008
    16
    2
    Home Country
    Denmark Denmark
    @offbyone
    Are you or others working on a fix, so playlists (or the upload playlist) are sorted by date rather than viewcount?
    As mentioned before, you can use the search.list and use the playlistId. Then the results are sortable
     

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,005
    Home Country
    Netherlands Netherlands
    Working on a fix for the sorting of subscriptions and also gonna see if we can use the non-generic subscribed playlists as only favorites is listed in the playlist view while their should be more.
    Unless somebody is already working on it then it should be out in the next few days.
     

    TheBatfink

    MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    Awesome :)

    Does anyone else see video runtime displaying video publish date or do I have a skin error?
     

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,005
    Home Country
    Netherlands Netherlands
    Made some progress this weekend but still having issues with some feeds where the playlist ID doesn't match so you get no results, could fallback on the old method for those but that wouldn't give consistent results (i.e. unsorted)
    Will have a test version out tomorrow :)

    /UPDATE

    Found my mistake and finally got everything working so gonna release in a few hours :D
    Also noticed something about the video quality, it never lists > 720p as an option during playback while it should have 1080p at least as that is available on the regular site.
    @offbyone do you mind if I try to fix the few remaining bugs?

    The GIST overview of the changes:
    https://gist.github.com/RickDB/443591b4b94a1c20a6b2
    https://gist.github.com/RickDB/d2ed54937a5f821e709a

    made the QuerySearchVideos accept more parameters to force sorting and to fix the non-generic subscribed playlist view later on.

    /UPDATE 2

    Attached test version which fixes sorting for the "uploads by" view in subscriptions , for some reason it doesn't work without adding 3 library.dlls (threading tasks) so included those as well for now.

    For those who want to give it a spin you can extract the .dll files into;

    Code:
    C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows\OnlineVideos

    Make sure to not update when opening Online Videos as it will overwrite the changes.

    /UPDATE 3

    1080P playback doesn't seem possible anymore due to lack of DASH support, couldn't find much about it except in this Kodi topic which explains why they currently don't support it:

    http://forum.kodi.tv/showthread.php?tid=200735&pid=1995561#pid1995561

    Does Mediaportal support MPEG-DASH already and if not are there are any plans to support it in the future?


    New test version (002) attached which brings back Duration display as with V3 we needed another query for the video info which does slow the list retrieval down a bit (10-50ms).
    Made it so that it retrieves the allowed 50 in one query to minimze the delay, the new API does have its fair share of flaws which we need to work around but oh well it works :)
     

    Attachments

    • OV2_test001.zip
      414 KB
    • OV2_test002.zip
      414.5 KB
    Last edited:

    Users who are viewing this thread

    Similar threads

    Hey doskabouter, Thanks for the quick fix! Works like a charm now Still staying true to MePo. I know development may be kind of slow on some parts, but no reason for me to give up. Been using it for years now and it never failed me. Only wish I had the skill set to help out.
    Hey doskabouter, Thanks for the quick fix! Works like a charm now Still staying true to MePo. I know development may be kind of...
    For anyone that may have a clue and a pointer to help me out here; Just tried to enable the login function for the YouTube site...
    Replies
    2
    Views
    995
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
    Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
    Replies
    1
    Views
    571
    Understood.
    Understood.
    In the UK an American show, NCIS, has several series being broadcast on the same day. As a consequence, when I choose to record the...
    Replies
    25
    Views
    2K
    MP1 MP2 MP2 - V2.4.1 Mouse support for timeshift DE
    I guess it's really a rare case, most users use remote controls, then keyboards and last mouse. I tired to design things mouse friendly as much as possible, because it was almost impossible when I joined the team. As former WMC user I quickly decided to create a WMC-like skin which comes as close as possible in terms of appearance and...
    I guess it's really a rare case, most users use remote controls, then keyboards and last mouse. I tired to design things mouse...
    Hi, I am new to Media Portal, I am an avid Windows Media Center user, love it and trying to hold onto it as long as possible...
    Replies
    9
    Views
    1K
    Hello, I know this is an old product and i've been using since back in the MCE days! I have this running on a Windows 10 install and I'm just using to blast channels to a Scientific Atlanta STB thats being decoded by an HDPVR. Everything works perfectly, but after some time (less than a day), it starts having an issue where the...
    Hello, I know this is an old product and i've been using since back in the MCE days! I have this running on a Windows 10 install...
    Hello, I know this is an old product and i've been using since back in the MCE days! I have this running on a Windows 10 install...
    Replies
    0
    Views
    1K
    Top Bottom