Search found 204 matches

by tim619
Tue Jun 23, 2015 9:42 am
Forum: XBMC4XBOX General Help and Support
Topic: needing help with addons
Replies: 1
Views: 902

Re: needing help with addons

Some addons dont work without changing things that depends on whether the developer used some newer functions like getting addon title, icon and so on. But some developers want that their addons work on all xbmc and kodi versions so they use older functions. So you have to try these addons and if an...
by tim619
Sun Jun 21, 2015 4:48 pm
Forum: Python / Scripts Help and Support
Topic: Have you a request for addons or scripts for xbmc4xbox ?
Replies: 207
Views: 1282963

Re: Have you a request for addons or scripts for xbmc4xbox ?

I'm very busy atm but in one month I have time to write a working (and good) addon. It won't be based on bromix addon, I'll write my own version which will be completely supporting the xbox. My idea is to implement a professional python youtube library from github (I've tested it already on pc and i...
by tim619
Sat May 16, 2015 10:25 am
Forum: Python / Scripts Help and Support
Topic: Have you a request for addons or scripts for xbmc4xbox ?
Replies: 207
Views: 1282963

Re: Have you a request for addons or scripts for xbmc4xbox ?

The Youtube addon would need a new way to get data, but atm I don't have the time to reverse the yt android app and use their "secret" api (but this would be the better way and I'll maybe to this in two or three months). The bromix youtube addon has an implementation for getting these thin...
by tim619
Fri May 08, 2015 5:36 pm
Forum: Python / Scripts Help and Support
Topic: Have you a request for addons or scripts for xbmc4xbox ?
Replies: 207
Views: 1282963

Re: Have you a request for addons or scripts for xbmc4xbox ?

Hi Jan,
I was thinking the exactly same, too.
Btw checkout my addons "ran" and "bundesliga bei bild" on kodinerds ;)

E: I noticed that most geoblocked sites are only checking headers, so geoblocked sites are okay, too.
by tim619
Fri May 08, 2015 9:21 am
Forum: Python / Scripts Help and Support
Topic: Have you a request for addons or scripts for xbmc4xbox ?
Replies: 207
Views: 1282963

Re: Have you a request for addons or scripts for xbmc4xbox ?

Okay I'll update this addon when I have some time the next days.
by tim619
Fri May 08, 2015 9:11 am
Forum: Python / Scripts Help and Support
Topic: youtube no longer supporting old devices?
Replies: 6
Views: 6876

Re: youtube no longer supporting old devices?

I got that too, but on Rasperry Pi. Youtube cannot find out if your device is "old". It can only find out if the way you access it is deprecated.
Basically this means the Addon-Developer needs to update the way he scrapes things eg. json, xml from Youtube...
by tim619
Mon May 04, 2015 10:35 pm
Forum: Python / Scripts Help and Support
Topic: Have you a request for addons or scripts for xbmc4xbox ?
Replies: 207
Views: 1282963

Re: Have you a request for addons or scripts for xbmc4xbox ?

I also developed some addons (mostly geoblocked to germany) the last few days and would like to build some new addons
which are fully x4x compatible. So if anyone knows good sites which aren't geoblocked and have legal stuff I'll work on them
so pls post your ideas ;)
by tim619
Mon Apr 06, 2015 11:09 pm
Forum: Project Site / Forum Development
Topic: Adding Capture to register page
Replies: 2
Views: 10729

Re: Adding Capture to register page

Ok that's really unfortunate than, if most of them are human :( I really didn't know that since most of them had the same account settings like one line signature and most of them did not spread links but just wrote shit... I do not like captchas aswell but the idea with the captcha implementation w...
by tim619
Mon Apr 06, 2015 10:57 am
Forum: Project Site / Forum Development
Topic: Adding Capture to register page
Replies: 2
Views: 10729

Adding Capture to register page

I noticed that spam bots are getting much more active on this forum site, so it would be
really nice having a (hard) Capture like those from Google on this site.
I've seen that there is already a static question but seems not enough obviously...
by tim619
Sun Apr 05, 2015 4:56 pm
Forum: Python / Scripts Help and Support
Topic: Compiling Python for xbmc4xbox
Replies: 4
Views: 2313

Re: Compiling Python for xbmc4xbox

Thanks BuZz, that looks promising!
by tim619
Sun Apr 05, 2015 12:45 pm
Forum: Python / Scripts Help and Support
Topic: Compiling Python for xbmc4xbox
Replies: 4
Views: 2313

Re: Compiling Python for xbmc4xbox

Python has to be customized to run on the Xbox. Do you know more about it or can tell more accurate things like datatypes etc? At one point not long ago, it was thought an updated python would not be ported ever again. I'm sure you're right. Also because of this I want to know if anyone has some in...
by tim619
Sat Apr 04, 2015 12:43 pm
Forum: Python / Scripts Help and Support
Topic: Compiling Python for xbmc4xbox
Replies: 4
Views: 2313

Compiling Python for xbmc4xbox

I'm just interested (since there is no tutorial on the net) what is needed or should be changed to compile the source from python.org
On unix I would just type configure and make and I'm done, are there similar building commands for xbox?
by tim619
Thu Apr 02, 2015 4:48 pm
Forum: Skin Development
Topic: [Artwork] Emulator Icons: Origins Style
Replies: 47
Views: 96229

Re: [Artwork] Emulator Icons: Origins Style

You've really impressive GFX skills, I really like those icons!!

I miss the GameBoy Color (Green) :D
by tim619
Sat Jan 31, 2015 1:46 pm
Forum: XBMC4XBOX Development
Topic: Porting Screensavers
Replies: 1
Views: 1570

Re: Porting screensavers

I found out (comparing screensaver template, "stars" screensaver and "stars" base) that it's possible to port. I tried to test a screensaver on windows using TestXBS but it says "xbox_dx8.dll" not found. Only the template version xbs runs because its black screen only (...
by tim619
Sat Jan 24, 2015 1:12 pm
Forum: XBMC4XBOX General Help and Support
Topic: scanning games
Replies: 14
Views: 5415

Re: scanning games

@Massamo You're right that the behaviour is not good, I also recognized this although I only had ~50 games installed. It's not because of loading images to RAM (that would take 2secs in worst case) but because of scanning the whole games folder each time (hard IO checking, and maybe trainers I'm not...
by tim619
Mon Jan 12, 2015 9:12 am
Forum: Skin Development
Topic: need advice with buttons and grouplist control
Replies: 8
Views: 2938

Re: need advice with buttons and grouplist control

I even had to deactivate my pm's because he spammed so much... :O
by tim619
Sun Dec 14, 2014 12:58 pm
Forum: XBMC4XBOX Development
Topic: Unofficial Builds
Replies: 4
Views: 2825

Re: Unofficial Builds

If I understand correct you want to set up a server which automatically builds binary nightly builds?
That would be pretty easy if it's a windows server. The hardest part would be to automate the svn update but I think there are plenty tutorials in other communities.
by tim619
Sun Dec 07, 2014 10:08 pm
Forum: XBMC4XBOX Development
Topic: ERROR: PICTURE:
Replies: 4
Views: 2691

Re: ERROR: PICTURE:

Thanks for your answer. That sounds good. I thought about creating a python script that auto-creates cdart pngs from large scan files using transparency effect, automatically resize and cropping. When I have holidays I'll take a look at this :)
by tim619
Thu Dec 04, 2014 1:24 pm
Forum: Python / Scripts Help and Support
Topic: TVRage Scraper?
Replies: 3
Views: 2038

Re: TVRage Scraper?

This is due to less interest by community and or coders. Of course it is technically possible to add new scrapers although it is in my opinion some harder to implement than just Python (because of System Integration and XML regex). It would be not very hard to write a complete Python scraper but tha...
by tim619
Thu Nov 27, 2014 11:54 am
Forum: XBMC4XBOX Development
Topic: ERROR: PICTURE:
Replies: 4
Views: 2691

Re: ERROR: PICTURE:

Have you found a solution for it? At least with running a short python script which turns on/off the condition if file exists, it should work.
Btw is there a high ram/cpu usage when enabling cdart? I'm interested in creating such feature for xbox games...