2021-02-26, 17:32
2021-02-26, 23:59
(2021-02-23, 01:43)anxdpanic Wrote: @serious96
This should be resolved in the latest update of the api module.
@rounda
Widevine support is already there, the issue is no public api for access to the list of content.
Quota Exceeded
I will hopefully have time tonight/tomorrow to submit a quota request. Not sure how long this will take, or what the outcome will be. I will try to keep the status updated.
If you search for an available free movie and select it, it will not play. It plays about 10-15 seconds, then stops and the timer rewinds to -1:30. That's a DRM issue.
I used "Killer Clowns From Outer Space" as an example, but any movie in the free movies playlist does the same thing.
2021-02-27, 00:01
(2021-02-26, 23:59)rounda Wrote:(2021-02-23, 01:43)anxdpanic Wrote: @serious96
This should be resolved in the latest update of the api module.
@rounda
Widevine support is already there, the issue is no public api for access to the list of content.
Quota Exceeded
I will hopefully have time tonight/tomorrow to submit a quota request. Not sure how long this will take, or what the outcome will be. I will try to keep the status updated.
If you search for an available free movie and select it, it will not play. It plays about 10-15 seconds, then stops and the timer rewinds to -1:30. That's a DRM issue.
I used "Killer Clowns From Outer Space" as an example, but any movie in the free movies playlist does the same thing.
Same thing used to happen on Linux before the drm library was fully fledged out. I think it was libdvdcss.
2021-03-02, 15:27
I want use Tubed instead of Youtube on my plugin RepubblicaItaliana (it is in the official Kodi repo)
Now I use this inside my plugin:
link = 'plugin://plugin.video.youtube/play/?video_id=_pjPv7dS-_w'
How i must change it for work by Tubed ?
Now I use this inside my plugin:
link = 'plugin://plugin.video.youtube/play/?video_id=_pjPv7dS-_w'
How i must change it for work by Tubed ?
2021-03-21, 23:12
(2021-03-02, 15:27)testato Wrote: I want use Tubed instead of Youtube on my plugin RepubblicaItaliana (it is in the official Kodi repo)
Now I use this inside my plugin:
link = 'plugin://plugin.video.youtube/play/?video_id=_pjPv7dS-_w'
How i must change it for work by Tubed ?
plugin://plugin.video.tubed/?mode=play&video_id=<id>
2021-03-22, 16:16
2021-04-02, 18:40
Looks interesting if the bugs can be worked out. API keys are such a pain in the butt. Also hope it's easy for third party developers to link to it if designing a custom add-on that uses YouTube links.
2021-04-02, 22:34
(2021-02-04, 19:12)rix81 Wrote: unable to instal Tubed on latest libreelec nightly (kodi19 RC1, arm) , constantly getting error similar toI am getting the same problem here. Does anyone know any fix for this. Thanks
dependency on xbmc.python version 2.25.0 could not be satisfied
A bit confused why 2.25.0, I thought that tubed use python3 already
Tried to instal from zip file, or from official/development repo,
versions 1.0.2 and 1.0.3
the error is always the same
2021-04-16, 04:44
I got "quota exceeded" any news?
Can do the same dance with GoOgle to create my own API credentials? Or, can I use the creds I already have for the old addon?
Can do the same dance with GoOgle to create my own API credentials? Or, can I use the creds I already have for the old addon?
2021-05-07, 23:55
(2021-04-16, 04:44)donbrew Wrote: I got "quota exceeded" any news?
Can do the same dance with GoOgle to create my own API credentials? Or, can I use the creds I already have for the old addon?
I think I'm missing something here. Even though I read it all twice now.
@anxdpanic thank you for sharing tubed as a gift to the kodi-family. I really appreciate it.
When will we be able to use the addon without error messages? I can share a yt video via tubecast to my kodi device, but can't use tubed in ANY other way. I'm wondering why the user isn't able to put in his api OAuth credentials like in kodi 18.9. But I say it again, I think I'm missing something here, sorry.
Can u give us some clues please. TY
Ps: if u can't fix the errors right now, it would be great to be able to turn the error notifications off.
2021-05-08, 17:25
I think you can use your own api credentials while editing "credentials.py" like described here (.kodi/addons/plugin.video.tubed/resources/lib/src/constants/credentials.py).
I wasn't able to get it working with the same data I use for the YT plug-in tho.
However, I also believe that anxdpanic is not interested in helping with this problem in this way, as Tubed is to be officially approved by Google.
It would be counterproductive if everyone started using their own API data again.
I wasn't able to get it working with the same data I use for the YT plug-in tho.
However, I also believe that anxdpanic is not interested in helping with this problem in this way, as Tubed is to be officially approved by Google.
It would be counterproductive if everyone started using their own API data again.
2021-06-02, 14:21
i switched from Youtube to Tubed plugin for my addon RepubblicaItaliana (it is on Kodi official repo)
but also if the video stream work I receive the error quotaExceeded.
So if the video still work, why not remove this notification ?
May you print it for Info in the kodi log and remove it from customer plugin view ?
but also if the video stream work I receive the error quotaExceeded.
So if the video still work, why not remove this notification ?
May you print it for Info in the kodi log and remove it from customer plugin view ?
2021-06-04, 07:05
(2021-06-02, 14:21)testato Wrote: i switched from Youtube to Tubed plugin for my addon RepubblicaItaliana (it is on Kodi official repo)
but also if the video stream work I receive the error quotaExceeded.
So if the video still work, why not remove this notification ?
May you print it for Info in the kodi log and remove it from customer plugin view ?
Good idea. Also happens with Tunecast and is more of an annoyance for the end user because after all it just works.
2021-06-05, 00:25
(2021-05-08, 17:25)Galgenkater Wrote: I think you can use your own api credentials while editing "credentials.py" like described here (.kodi/addons/plugin.video.tubed/resources/lib/src/constants/credentials.py).
I wasn't able to get it working with the same data I use for the YT plug-in tho.
However, I also believe that anxdpanic is not interested in helping with this problem in this way, as Tubed is to be officially approved by Google.
It would be counterproductive if everyone started using their own API data again.
Don't edit any addon's py files, your changes will be lost once the addon updates.
Proper solution: https://github.com/anxdpanic/plugin.vide...-840576194
2021-06-08, 00:32
(2021-06-05, 00:25)asavah Wrote: Don't edit any addon's py files, your changes will be lost once the addon updates.Thanks, for letting me know.
Proper solution: https://github.com/anxdpanic/plugin.vide...-840576194
Unfortunately, this solution (and the other) does not work for me.
I still get the "quotaExceeded" error message and nothing is loading - although I use the same data as for the Youtube plugin.
I even generated new api credentials.
The addon has unfortunately never worked for me, no matter whether I have edited the .py file directly or this new solution with the .json file.