Unofficial Builds: 3.5.3 + Nightly [r33032]
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
I think they are broken on xbmc4xbox yes.. Tvdb cinfirmed broken.. Movies is working from moviedb.. I dont ise imdb..
- sixties keith
- Posts: 534
- Joined: Wed Aug 01, 2012 9:30 am
- Has thanked: 27 times
- Been thanked: 32 times
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
Not sure about the nightly releases as they are only for testing but the scrapers on my xbox (3.5.1) are working 100%. i have just scanned in a few movies without problem this morning. The only thing it didnt bring up was the actual cover, all the info and background fanart was downloaded and i was able to simply go in and add the cover afterwards.
120gb hdd, vinyl magma skin, front lights, side strip lights, clear jewel mod with lights, ir dongle mod, hdd indicator. X3 with LCD many mods inc custom x3 jewel.
- Dan Dar3
- Posts: 1176
- Joined: Sun Jul 08, 2012 4:09 pm
- Has thanked: 273 times
- Been thanked: 257 times
- Contact:
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
I think this is not getting anywhere - "scrapers" is a generic term, there could be a problem with a specific scraper that has to be named, whether it happens with a specific entry or all, does it bring anything at all, what is missing, when did it stopped working for you etc.
Best to open a new thread in the Support section with a debug log (shows XBMC4Xbox version, the HTTP call being made, the result returned etc) and more details oh what is the problem to match the story with the log contents.
Best to open a new thread in the Support section with a debug log (shows XBMC4Xbox version, the HTTP call being made, the result returned etc) and more details oh what is the problem to match the story with the log contents.
- App(s): XBMC4Xbox Remote for Android | Plugin(s): XBMC4Xbox Installer
- Please donate to XBMC4Xbox project to keep it going, every little helps!
- Join us on TeamSpeak
- Dom DXecutioner
- Posts: 585
- Joined: Thu Jul 05, 2012 11:59 pm
- Location: California
- Has thanked: 249 times
- Been thanked: 219 times
- Contact:
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
+= 1Dan Dar3 wrote:I think this is not getting anywhere - "scrapers" is a generic term, there could be a problem with a specific scraper that has to be named, whether it happens with a specific entry or all, does it bring anything at all, what is missing, when did it stopped working for you etc.
Best to open a new thread in the Support section with a debug log (shows XBMC4Xbox version, the HTTP call being made, the result returned etc) and more details oh what is the problem to match the story with the log contents.
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
My apologies.. They are now working fully again.. Looks like TVDB was down for a bit.. Now the only thing I can't seem to do is send https to the xbmc (can't remember if I could ever) and no youtube is able to be sent at the moment.. Ie android firefox send to xbmc4xboxremote.. Most my other stuff works fine this way.. I wanted to do a full rebuild as I had been messing around with plugins etc..Dom DXecutioner wrote:+= 1Dan Dar3 wrote:I think this is not getting anywhere - "scrapers" is a generic term, there could be a problem with a specific scraper that has to be named, whether it happens with a specific entry or all, does it bring anything at all, what is missing, when did it stopped working for you etc.
Best to open a new thread in the Support section with a debug log (shows XBMC4Xbox version, the HTTP call being made, the result returned etc) and more details oh what is the problem to match the story with the log contents.
- BuZz
- Site Admin
- Posts: 1890
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 65 times
- Been thanked: 422 times
- Contact:
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
I worked around the SSL issue, so SSL should work if building from SVN. Note that the workaround is to go back to the old python 2.7.8 behaviour by not validating certificates. This means it doesn't check that a sites SSL certificate is valid and matches the domain name etc, making it vulnerable to a Man in the Middle attack. So don't do any banking on the Xbox
- BuZz
- Site Admin
- Posts: 1890
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 65 times
- Been thanked: 422 times
- Contact:
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
please submit a ticket with a patch on the bugtracker.
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
Alright the patch is now on the bugtracker.
http://redmine.exotica.org.uk/issues/354
@B4K3D PI
It would be very appreciated if you could compile a new windows build, than I could have a look at scraper bugs easier.
(For me compiling windows builds doesn't work...)
http://redmine.exotica.org.uk/issues/354
@B4K3D PI
It would be very appreciated if you could compile a new windows build, than I could have a look at scraper bugs easier.
(For me compiling windows builds doesn't work...)
Re: Unofficial Builds: 3.5.1 + Nightly [r33009]
r33017 is up.
Sorry, I can't do anything for the win32 build.
BuZz need to fix it.
Sorry, I can't do anything for the win32 build.
BuZz need to fix it.
Code: Select all
## | Date | Author | Comment
#33017 | 02/13/2016 06:22 AM | buzz | updated: python27.dll and python modules
#33016 | 02/13/2016 06:19 AM | buzz | merged: python 2.7.10 -> 2.7.11 changes
#33015 | 02/13/2016 06:10 AM | buzz | changed: point openssldir to Q:\system\python\ssl (cert bundle loading still doesn't work though).
#33014 | 02/13/2016 06:06 AM | buzz | Tag current as releases/2.7.11
#33013 | 02/13/2016 06:06 AM | buzz | Load Python-2.7.11 into current.
#33012 | 02/13/2016 06:05 AM | buzz | Merged revision(s) 32992-33011 from trunk:
# fixed: tmdb cast url fix - thanks to dom #345
# ........
# merged: Python 2.7.8 -> 2.7.10 changes
# ........
# fixed: merge error with python, and reference to removed file gzio.c
# ........
# added: mingw/bin path for ssl building in case nasm is installed there....
#33011 | 02/11/2016 05:37 PM | buzz | changed: disable certification verification in python for now as root cert bundle loading doesn't seem to work (via cafile). This is the same behaviour as in python 2.7.8. Fixes #350 (but will look into getting this working properly as it is not safe against a MITM attack)...
#33010 | 12/16/2015 02:27 PM | buzz | fixed: parsing tmdb search results
Re: Unofficial Builds: 3.5.3 + Nightly
Hi all,
I own a Trusty XBOX (CPU 1.4Ghz / 128Mo RAM) with XBMX4XBOX v 3.5.3 and it doesnt works correctly (Acceleration problem during movie playback)
with the 3.3.3 all works fine during playback but i have the Bug #277 (weather shows busy under some situations)
This problem seems to be fixed with the XBMC4XBOX 3.3 build 32660. Where can i find this one (or another one without this bug)?
Thxs in advance,
I own a Trusty XBOX (CPU 1.4Ghz / 128Mo RAM) with XBMX4XBOX v 3.5.3 and it doesnt works correctly (Acceleration problem during movie playback)
with the 3.3.3 all works fine during playback but i have the Bug #277 (weather shows busy under some situations)
This problem seems to be fixed with the XBMC4XBOX 3.3 build 32660. Where can i find this one (or another one without this bug)?
Thxs in advance,
- Dan Dar3
- Posts: 1176
- Joined: Sun Jul 08, 2012 4:09 pm
- Has thanked: 273 times
- Been thanked: 257 times
- Contact:
Re: Unofficial Builds: 3.5.3 + Nightly
@B4K3D PI
Any plans for a new build? thank you.
https://redmine.exotica.org.uk/projects ... /revisions
Any plans for a new build? thank you.
https://redmine.exotica.org.uk/projects ... /revisions
- App(s): XBMC4Xbox Remote for Android | Plugin(s): XBMC4Xbox Installer
- Please donate to XBMC4Xbox project to keep it going, every little helps!
- Join us on TeamSpeak
Re: Unofficial Builds: 3.5.3 + Nightly
Sorry for the dumb question, but what's a reliable source for the latest build binary (XBMC4Xbox 3.5.3 – 27/02/2016) ?B4K3D PI wrote: ↑Sat Feb 27, 2016 9:45 pm 3.5.3 is up!
http://www.xbmc4xbox.org.uk/2016/02/xbm ... -3-is-out/
EDIT: Nevermind, found it
BTW, I see that you're russian)) Me too))
Re: Unofficial Builds: 3.5.3 + Nightly
Hello again!
Got some new questions :
1 Can you update to the latest build (#33031 2017-12-05 19:23) with "XBMC4Xbox Installer"?
2 Where can you download "XBMC4Xbox Installer"? Nevermind, found it viewtopic.php?p=494
Got some new questions :
1 Can you update to the latest build (#33031 2017-12-05 19:23) with "XBMC4Xbox Installer"?
2 Where can you download "XBMC4Xbox Installer"? Nevermind, found it viewtopic.php?p=494