Search found 204 matches

by tim619
Mon Aug 19, 2019 2:58 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

Even if youtube-dl was embedded, the YouTube API key used (which was hardcoded in the android app) is blocked since a few months and I don't know a new one that is unlimited.
by tim619
Wed Feb 06, 2019 4:45 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

The following would need to be implemented https://github.com/rg3/youtube-dl with autoupdating when it doesnt work anymore. I think there is a function like "get_video_url(video_id)" this should call "youtube-dl" from the above repo. Then a manual download to "https://github...
by tim619
Sun Apr 08, 2018 1:27 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

Update v1.1.0
  • fixed playback using js-interpreter
by tim619
Tue Mar 06, 2018 4:33 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

The api.get_video_url function doesn't work anymore. Maybe I will fix it, if I find time for it.

for the kodi version they used this code:
https://github.com/jdf76/plugin.video.y ... 4b1e6a6288
by tim619
Thu Feb 08, 2018 9:07 pm
Forum: XBMC4XBOX General Help and Support
Topic: Original XBOX softmod
Replies: 13
Views: 8476

Re: Original XBOX softmod

I had the same problems some years ago. I think some usb devices just dont work... Later I bought an xbox memory card and connected it via usb and used four safety pins to connect the colored cables of the usb cable to each safety pin and sticked it in the memory card. On windows xp I could connect ...
by tim619
Wed Nov 08, 2017 1:12 pm
Forum: XBOX Modding
Topic: Flashed the wrong bios :(
Replies: 12
Views: 11961

Re: Flashed the wrong bios :(

Some years ago I had the same problem. I remembered that my xbox was still softmodded (and hdd locked!), so I cut the wire to D0 and everything worked. Before doing this I thought about removing the memory chip from the modchip (it was possbile without soldering), but it was to much work for me. If ...
by tim619
Tue Mar 28, 2017 1:17 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

I think it is possible in the player settings to limit the amount of megabytes to buffer, but don't know where exactly. Maybe you could ask this in a new thread, I think there are some people who know it better than me. On kodi it is the "forward value" they already limited it from 10mb to...
by tim619
Sun Mar 26, 2017 9:11 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

From what you say I assume that you could lower the buffering time, I think that would cache less megabytes. I cannot imagine other differences between low durated videos and longer ones. If that doesn't work too, you could limit the video quality from 360p to some lower number by changing in api.py...
by tim619
Sat Feb 04, 2017 12:32 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

Update v1.0.1
-Safer js-Url checking, fixes Musicvideos
by tim619
Sun Jan 29, 2017 10:17 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

Extract the "YouTube" folder to the "plugins/video/" folder. You can find additional information here.
by tim619
Sat Jan 21, 2017 9:53 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

No, but maybe you need the latest xbmc4xbox version. What's your xbmc version?
by tim619
Wed Jan 04, 2017 12:40 am
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

Re: [RELEASE] YouTube

Thanks guys :)
Btw if you want to try it on kodi you would have to rename the folder from "YouTube" to "plugin.video.youtube4x" and the "default.tbn" to "icon.png"
by tim619
Sun Jan 01, 2017 8:54 pm
Forum: Python / Scripts Help and Support
Topic: YouTube
Replies: 9
Views: 20640

Re: YouTube

The plugin can be found here . Finally I had to give up my dll implementation since the last call to a sha1 function was implemented using windows api calls by the programming lannguage authors. I than ported and slightly edited the relevant video url function from bromix and everything works as exp...
by tim619
Sun Jan 01, 2017 8:51 pm
Forum: Python Plugin / Script Development
Topic: [RELEASE] YouTube
Replies: 35
Views: 75968

[RELEASE] YouTube

http://abload.de/img/g0seg.png YouTube v1.1.0 (plugin.video.youtube4x) This plugin implements the YouTube API and supports - listing of videos by categories and sort keys - trending videos - channels - search - livestreams All videos are limited to 360p and a listing shows 25 items. At the moment p...
by tim619
Thu Dec 29, 2016 12:18 pm
Forum: Python / Scripts Help and Support
Topic: YouTube
Replies: 9
Views: 20640

Re: YouTube

Good news: 1) I managed to write the windows dll and load it using ctypes in python as a normal 'python function' 2) To my surprise also xbmc4xbox can load the windows dll and yields the same result. That means I just have to fix some bugs (e.g. xbmc4xbox does not accept None as thumbnail type) and ...
by tim619
Wed Dec 28, 2016 12:03 pm
Forum: Python / Scripts Help and Support
Topic: YouTube
Replies: 9
Views: 20640

Re: YouTube

The plugin is nearly finished, but I want to put one method into a c library and load it from python using ctypes.

If anybody has some c knowledge and can write a very small string operation method and can compile the dll so that xbmc4xbox python can load it using ctypes please send me a pm.
by tim619
Wed Dec 21, 2016 4:00 pm
Forum: Misc XBOX Discussion
Topic: DVD Copying in XBMC
Replies: 5
Views: 2848

Re: DVD Copying in XBMC

Here is how this would be implemented, should work when accessing the libdvdcss from xbmc. I'll build a version for xbmc next time I've time for it.
by tim619
Wed Dec 14, 2016 12:06 pm
Forum: Python / Scripts Help and Support
Topic: YouTube
Replies: 9
Views: 20640

Re: YouTube

I've implemented a new yt addon from scratch which has all functions from kodi addon (list videos, search videos, live videos, categories) except login. It looks exactly the same and has performance improvements (maybe x4x version could be quicker than kodi addon on high end pc with same functions)....
by tim619
Tue Aug 02, 2016 2:59 pm
Forum: XBMC4XBOX General Help and Support
Topic: Scanning Media Info
Replies: 12
Views: 7249

Re: Scanning Media Info

In my opinion there is absolutely no reason why we should stay with the current algorithm.
So if someone finds the place in the code we could discuss a proper algorithm.
Maybe a feature request at redmine tracker would be good too, just for remembering in case it get's lost.
by tim619
Mon Aug 01, 2016 9:59 am
Forum: XBMC4XBOX General Help and Support
Topic: Scanning Media Info
Replies: 12
Views: 7249

Re: Scanning Media Info

I was also wondering before why this takes so long and for example displaying a large amount of movies is quick, but has similiar information to display. Maybe this belongs to trainer information but I have a feeling that we could improve this behaviour. A possible fix would be to not scan for new g...