• 1
  • 82
  • 83
  • 84(current)
  • 85
  • 86
  • 199
Release YouTube Plug-in Thread
Anyone experienced Trakt making YouTube throw an error?
(2016-11-06, 15:53)anxdpanic Wrote: 1080p (HD) was removed from the settings, as it was misleading (it will always result in 720p or less)

In 5.3.0a5, >720p is possible 2 ways;

Use MPEG-DASH
(2016-04-02, 19:47)jdf76 Wrote:
Kodi 17 and inputstream.mpd Add-on are required for 1080p and above to work
inputstream.mpd may be included with your installation of Kodi 17, and some installations will be require it to be enabled and/or installed.

- Ubuntu(other linux distros may be similar): sudo apt-get install kodi-inputstream-mpd
- LibreELEC: "... you'll need to install the inputstream.mpd add-on from the LibreELEC Add-ons repository"
- Windows: Checkbox during installation under "Inputstream Add-ons" (may be disabled by default)
- OSMC: Nightlies have this included (may be disabled by default)
- Android: may be disabled by default
- OSX/macOS: this is disabled by default. Same Setup as the rest.

Where to find inputstream.mpd if installed:
Add-ons - Add-on Browser - My Add-ons - VideoPlayer InputStream

See here for an explanation of how inputstream.mpd handles bandwidth/resolution.

Also worth noting that not all videos will have dash playback at the moment, vevo content for example does not.

Enabling URLResolver (Debrid) support
This option requires an account with a paid service, and is provided optionally for users of these services to take advantage of.
Will enable >720p without mpeg-dash, all configuration other than the enabling of the feature itself is handled by URLResolver
Requirements for this option:
  • 'script.module.urlresolver' is installed
  • an account with a Debrid service that supports YouTube and has a working resolver available in URLResolver
  • URLResolver and resolver(s) properly configured

Currently no other ways for >720p that I am aware of.

Thanks anxdpanic
I didn't see the post where was this issue.
just curious, now that debrid is supported, i wonder which service actually supports >720p?
I tried real-debrid and can only get 720p Sad
My bad. You're right, it works on some videos.
Not on all videos unfortunately, probably the same issue as with inputstream (encrypted signature?)
A word of warning - Real Debrid is banned here due to their piracy associations which violate our forum rules (wiki).

So inclusion of them into the add-on is not desirable please.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
(2016-11-07, 15:30)DarrenHill Wrote: A word of warning - Real Debrid is banned here due to their piracy associations which violate our forum rules (wiki).

So inclusion of them into the add-on is not desirable please.

+a lot

Please remove support for it ASAP
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
In adding mpd, it was more about providing it so we have an option where possible at this point and trying not to interrupt the user experience. (that would get frustrating fast)

No complete solution yet Sad

* edited for forums rules.
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
(2016-11-07, 15:34)Martijn Wrote:
(2016-11-07, 15:30)DarrenHill Wrote: A word of warning - Real Debrid is banned here due to their piracy associations which violate our forum rules (wiki).

So inclusion of them into the add-on is not desirable please.

+a lot

Please remove support for it ASAP

Done. My apologies.

Jeff
After the update I no longer have thumbnails on my subscriptions. Also tried to roll back to the older version and it no longer has thumbnails as well. I did delete the add on preferences file from /profile/addon_data/plugin.video.youtube

Anyone else have his problem? Too bad. This plug in has been rock solid for months.
(2016-11-08, 04:01)kasmca Wrote: After the update I no longer have thumbnails on my subscriptions. Also tried to roll back to the older version and it no longer has thumbnails as well. I did delete the add on preferences file from /profile/addon_data/plugin.video.youtube

Anyone else have his problem? Too bad. This plug in has been rock solid for months.

Well this is why we're trying to get the bugs worked out. I did ask you guys to test it and i took it as no news is good news.

I tweaked the API quota settings just a tad bit.

Here is what i'd like you to do .

sign out

go to the settings option.

go to maintenance

Image

select delete settings.xml

Image

Once you hit yes you'll get a "Succeeded message"

After that open it back up and it will act as you are setting it up for the first time.

Select the API option (i'm in estuary but the overall foot print is the same)

Image

If you're using an API key this wont matter to you.

if you're using our pre-set keys choose one of the 5 we have. Leave it at default first and see if that works for you. You will need
to sign in again i'm sorry about that but thats what happenes with API changes.. Fun fun fun.

I *hope* to write a page where you guys can just put in the 2 keys in one webpage.

Let me know how you do.

Thanks
Jeff
Thanks for the quick reply. That worked!
Got an error when exiting the addon v5.3.1.

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
               - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
              Error Type: <type 'exceptions.TypeError'>
              Error Contents: 'NoneType' object is not callable
              Traceback (most recent call last):
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
                  runner.run(__provider__)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
                  __RUNNER__.run(provider, context)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
                  results = provider.navigate(context)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 123, in navigate
                  result = method(context, re_match)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/register_provider_path.py", line 12, in wrapper
                  return func(*args, **kwargs)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py", line 340, in _on_channel
                  playlists = resource_manager.get_related_playlists(channel_id)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/resource_manager.py", line 157, in get_related_playlists
                  result = self._update_channels([channel_id])
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/resource_manager.py", line 35, in _update_channels
                  channel_data = function_cache.get_cached_only(self._get_channel_data, unicode(channel_id))
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/utils/function_cache.py", line 66, in get_cached_only
                  data, cache_id = self._get_cached_data(partial_func)
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/utils/function_cache.py", line 56, in _get_cached_data
                  return self._get(cache_id), cache_id
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/utils/storage.py", line 191, in _get
                  result = self._execute(False, query, [item_id])
                File "/storage/usbotg/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtube/resources/lib/kodion/utils/storage.py", line 79, in _execute
                  return self._cursor.execute(query, values)
                File "/home/jenkins/workspace/Android-ARM64-v8a/tools/depends/xbmc-depends/aarch64-linux-android-android-21/lib/python2.7/sqlite3/dbapi2.py", line 69, in convert_timestamp
              TypeError: 'NoneType' object is not callable
              -->End of Python script error report<--
Do we really need write so many logs like this and no way to turn it off?

Code:
23:15:59.534 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'Fy-k3cVe3Wc' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'S9bmc1uKAz4' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '-PABOf09aes' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'pvLoheKYmLI' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'zVJtP2qYMQ0' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'unoJii5PJV4' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 't_bDVLtASVQ' cached
23:15:59.535 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '0Dl6KOc8VMA' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '7STNrFjJhF0' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '44VxElQSa-0' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'JoQ4GidQP-k' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '0z5SsDEWWIU' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'RqLMn9umGD8' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'Sjf_ouod6bM' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '8hCIVB1xDhk' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'TZbxWvc9O6M' cached
23:15:59.536 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'Ty6XAN_kzm4' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'uQ3B0okRgUM' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'd5t-QBmWl3s' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 's6MwGeOm8iI' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'ddN9yZPs2P0' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'VHBNFURDzWA' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '1_Sdkdr_Irk' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'GNR4lArMXRI' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'tLksISrKtO8' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'isbW5RLIeDY' cached
23:15:59.537 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'Z6R0NvVr164' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'Zed17O3vNgI' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'B36kCme89xk' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '2wdefDS1lWs' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'T7HGSvczDA4' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'OklGfyONt9c' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'T6ChQ7hXv7c' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'lBgmZr4vU14' cached
23:15:59.538 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '5uR2BA3MFQE' cached
23:15:59.539 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'cCuR-GUlJzM' cached
23:15:59.539 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '6nMXsxAyDhY' cached
23:15:59.539 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '8KcdZZnBfRA' cached
23:15:59.539 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'SUzsih7QJSY' cached
23:15:59.540 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'SnlL3JiaDTc' cached
23:15:59.540 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'pFA8Xytdlu4' cached
23:15:59.540 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'LhI_8AWX_Mg' cached
23:15:59.541 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'vST61W4bGm8' cached
23:15:59.541 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'hxH6bKNPBIA' cached
23:15:59.541 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'XndcZgxxXPs' cached
23:15:59.541 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'UKQGWrA_UsY' cached
23:15:59.541 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '1VvIiTHw0rU' cached
23:15:59.542 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'lCBQljdIpYE' cached
23:15:59.542 T:367353584016   DEBUG: [plugin.video.youtube] No data for video '8lQtdhtw5eI' cached
23:15:59.542 T:367353584016   DEBUG: [plugin.video.youtube] No data for video 'g6DdX51fnxM' cached
23:16:00.456 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCqFzWxSCi39LnW1JKFR3efg' cached
23:16:00.461 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCk_nBvBjw0DuEtrT8Sxv5vA' cached
23:16:00.461 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCBi2mrWuNuyYy4gbM6fU18Q' cached
23:16:00.461 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCR4wTAyVbbX-IiBiGCgIBTg' cached
23:16:00.461 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC47Xz8LVxEJBX5gmkW9mALQ' cached
23:16:00.461 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCeJLx_Dy_icz3oDHhJeMe9g' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCupvZG-5ko_eiXAupbDfxWw' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCBa659QWEk1AI4Tg--mrJ2A' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCbElcfNJQJHYiNoaV8F7E5g' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCu6mSoMNzHQiBIOCkHUa2Aw' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCgRvm1yLFoaQKhmaTqXk9SA' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCF9imwPMSGz4Vq1NiTWCC7g' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCbPQ73V32axPMIBeqdjZ0WQ' cached
23:16:00.462 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCjD2KyAEm84yVH8cTilID7Q' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCwmZiChSryoWQCZMIQezgTg' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCmWyesNAlftV3kJlFhD6q6w' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC2DYZIou2ZN-stBPv3aks6Q' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCVtL1edhT8qqY-j2JIndMzg' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC1yBKRuGpC1tSM73A0ZjYjQ' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCqC_GY2ZiENFz2pwL0cSfAw' cached
23:16:00.463 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCZyWzFIaigWI3Bsej_19BVw' cached
23:16:00.464 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCZGYJFUizSax-yElQaFDp5Q' cached
23:16:00.464 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC3XTzVzaHQEd30rQbuvCtTQ' cached
23:16:00.464 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCDR8cvjALazMm2j9hOar8_g' cached
23:16:00.464 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCv_s-FKXBwsq1zy4GCR3Ycw' cached
23:16:00.464 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCQ-ttSCwBiGhgM5GLY1hzWA' cached
23:16:00.466 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCy6D16zE_mMEm1HVD20WFxA' cached
23:16:00.466 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC52X5wxOL_s5yw0dQk7NtgA' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC1IodnjXHqTPk5MeNBGC5bA' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC_976xMxPgzIa290Hqtk-9g' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCFP0Q9Bz28zo3jXxzU6JMmA' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCp0hYYBW6IMayGgR-WeoCvQ' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCcp4KFhOic20jLqqqd7qTGg' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCc33VfExTOV1c3Oe0Kau9lw' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCLRYsOHrkk5qcIhtq033bLQ' cached
23:16:00.467 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCnC1qc3bNfNjmzi5wUzGWLA' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCvgfXK4nTYKudb0rFR6noLA' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC4f1JueVgo5t9HSmobCRPug' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCUZzyuAlhHNP3oiuMjn7RfQ' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCoUM-UJ7rirJYP8CQ0EIaHA' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCHqC-yWZ1kri4YzwRSt6RGQ' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC7-E5xhZBZdW-8d7V80mzfg' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCBR8-60-B28hp2BmDPdntcQ' cached
23:16:00.468 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UC0v-tlzsn0QZwJnkiaUSJVQ' cached
23:16:00.469 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCLXo7UDZvByw2ixzpQCufnA' cached
23:16:00.469 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCM5UeFpooSJ5g7CGey2DJrQ' cached
23:16:00.469 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCTcCX_XY4l-W2ba5IxIRhsg' cached
23:16:00.469 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCETZ7r1_8C1DNFDO-7UXwqw' cached
23:16:00.469 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCiAz0fn-vfJ145kbing9wNw' cached
23:16:00.469 T:367353584016   DEBUG: [plugin.video.youtube] No data for channel 'UCDr3kQyKDLvB2vlX-nXNY2w' cached
first of all, if you're trying to help us determine an issue a debug log (wiki) is helpful, but don't post it to the forum, because it's too much, post it to pastebin and then give us the link. No you don't need debug mode on all the time.

If you just upgraded over top of what you had, you might try just deleting the cache and settings.xml which is 2 options from the Maintenance menu. Sometimes Upgrades don't go so smooth especially when there is alot of changes. I know personally i just reset my settings and started over. It runs fine for me.

Jeff
(2016-11-08, 10:05)jdf76 Wrote: If you just upgraded over top of what you had, you might try just deleting the cache and settings.xml which is 2 options from the Maintenance menu. Sometimes Upgrades don't go so smooth especially when there is alot of changes. I know personally i just reset my settings and started over. It runs fine for me.

Jeff

Thx. Did it for me.

Gesendet von meinem GT-I9300 mit Tapatalk
Odroid-N2 CoreElec Kodi 19 with Aeon MQ 8 Mod
Synology DS 218+ (nfs) with Syno-MariaDB 10
  • 1
  • 82
  • 83
  • 84(current)
  • 85
  • 86
  • 199

Logout Mark Read Team Forum Stats Members Help
YouTube Plug-in Thread12