Search found 1173 matches

by Dan Dar3
Thu Mar 10, 2016 9:59 am
Forum: XBMC4XBOX General Help and Support
Topic: FileZella Question
Replies: 8
Views: 3847

Re: FileZella Question

It seems to me the main requirement for Xman is to control the data transfer between two Xbox machines from a PC. The FileZilla ticket has been open for 14 years and it's probably because a small percentage of users really need it. There is an interesting comment at the end of it where a user mentio...
by Dan Dar3
Mon Mar 07, 2016 8:25 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] xbmc4xbox android remote error
Replies: 2
Views: 2006

Re: xbmc4xbox android remote error

If you're referring to the XBMC4Xbox Remote app for Android in my signature, it is unlikely that will work properly with Kodi, at least the part that interogates for data. The main reason for that is that XBMC4Xbox still uses an older HTTP communication framework (Web Server HTTP API) which was remo...
by Dan Dar3
Fri Mar 04, 2016 10:12 am
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] XBMC wont load - identify my chip/softmod
Replies: 58
Views: 19661

Re: [SOLVED] XBMC wont load - identify my chip/softmod

Well done! Other similar posts were suggesting issues with the BIOS as well, but I guess they're all different. Good to know what it worked with this one, thanks for clarifying what was it and what you flashed it with.
by Dan Dar3
Wed Mar 02, 2016 10:12 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] Scrapers
Replies: 13
Views: 3556

Re: [SOLVED] Scrapers

Very good. And I'm trying to finish a new version for more than a year, so take your time :-)
by Dan Dar3
Wed Mar 02, 2016 2:06 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] Scrapers
Replies: 13
Views: 3556

Re: Scrapers

Very good, well done :)

Keep that information in mind if you happen to report an issue with it later on :-)
by Dan Dar3
Wed Mar 02, 2016 2:05 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] Scrapers
Replies: 13
Views: 3556

Re: Scrapers

That's great you solved it - yes, it's odd that it told you "server not responding" where instead of I don't know telling you didn't set a content type. Well, no, it's not that easy to do - the code for a scraper is fairly complicated (regular expressions and rules and so on) and usually i...
by Dan Dar3
Wed Mar 02, 2016 1:03 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] Scrapers
Replies: 13
Views: 3556

Re: Scrapers

No worries. Looking at log lines 210-212, I see there is no NFO, but not sure whether did you set a content type when you created the video source for F:\Videos, did you? If not, select the video source you probably have called "Videos", press context key on that and choose "Set conte...
by Dan Dar3
Wed Mar 02, 2016 11:50 am
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] XBMC wont load - identify my chip/softmod
Replies: 58
Views: 19661

Re: XBMC stuck at splash screen

He mentioned that cause that's what you should have next in the log: 09:29:27 M: 48746496 NOTICE: Checking the Date! 09:29:27 M: 48746496 NOTICE: start dvd mediatype detection Is it network connected? try with an without network cable connected, see how it works. We still need to clarify how was it ...
by Dan Dar3
Wed Mar 02, 2016 11:42 am
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] Scrapers
Replies: 13
Views: 3556

Re: Scrapers

ZeTsUnAmY
Can you please read the post again, enable DEBUG mode first, restart XBMC4Xbox (Shutdown > Restart), scan an item ("get information") and then you can extract Q:\xbmc.log through FTP right after that, no need to shut it down first, thanks.
by Dan Dar3
Tue Mar 01, 2016 10:30 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] TMDB and IMDB scrapers both broken
Replies: 12
Views: 6995

Re: [SOLVED] TMDB and IMDB scrapers both broken

ZeTsUnAmY, you've already posted separately on the issue here (http://www.xbmc4xbox.org.uk/forum/viewt ... f=6&t=4640), please keep to that as it might have a different cause. See the note on needing a debug log.
by Dan Dar3
Tue Mar 01, 2016 10:29 pm
Forum: XBMC4XBOX General Help and Support
Topic: [SOLVED] Scrapers
Replies: 13
Views: 3556

Re: Scrapers

by Dan Dar3
Tue Mar 01, 2016 10:27 pm
Forum: XBMC4XBOX Announcements
Topic: XBMC4Xbox 3.5 RC1 is released
Replies: 3
Views: 10778

Re: XBMC4Xbox 3.5 RC1 is released

We hope you're playing with v3.5.3 released the other day, not with 3.5.0 Relase Candidate 1 :-)
http://www.xbmc4xbox.org.uk/forum/viewt ... f=8&t=4622
by Dan Dar3
Thu Feb 25, 2016 6:10 pm
Forum: XBMC4XBOX General Help and Support
Topic: viewing my security cameras
Replies: 1
Views: 1528

Re: viewing my security cameras

If your camera(s) provide you with a video stream URL, you can create .strm files to view them one at a time, then you can play them as video entries if you want. You can also craft a simple plugin that hardcode entries to point to these streams - if you have some basic programming skills, you can s...
by Dan Dar3
Sat Feb 20, 2016 10:33 pm
Forum: Python Plugin / Script Development
Topic: XBMCDOWN plugin program - Urllib issue
Replies: 9
Views: 14776

Re: XBMCDOWN plugin program - Urllib issue

Great, thanks, that would make some sense then. File "Q:\system\python\python27.zlib\urllib.py", line 477, in open_local_file raise IOError(e.errno, e.strerror, e.filename) IOError: [Errno 22] Windows Error 0x57: '' https://msdn.microsoft.com/en-us/library/windows/desktop/ms681382%28v=vs.8...
by Dan Dar3
Sat Feb 20, 2016 7:04 pm
Forum: Python Plugin / Script Development
Topic: XBMCDOWN plugin program - Urllib issue
Replies: 9
Views: 14776

Re: XBMCDOWN plugin program - Urllib issue

Thanks Henning_B. I know you mentioned you are working on your private code and you're not sure whether the plugin would respect the forum rules, but if you feel you can share the solution without revealing too much of it, it might help some other fellow finding this thread later.
by Dan Dar3
Sat Feb 20, 2016 6:57 pm
Forum: Python Plugin / Script Development
Topic: XBMCDOWN plugin program - Urllib issue
Replies: 9
Views: 14776

Re: XBMCDOWN plugin program - Urllib issue

Byron, I don't think it's the same problem, it has a different stack trace. I only had a quick glance at the code, I couldn't find the exact 2.10 version in the releases section so I could only have a look at the latest sources. Not sure what exactly it does with that get_setting() call [gets some v...
by Dan Dar3
Fri Feb 19, 2016 2:15 pm
Forum: XBMC4XBOX General Help and Support
Topic: No video while playing MKV file
Replies: 14
Views: 5525

Re: No video while playing MKV file

It's not the video that is the problem - tehnically the video, audio and subtitle are separate entities (unless the subtitle is burnt into the video frames), they are just packed together in the MKV container. You need to find a way to keep the subtitles stream in your MKV. Last you seemed to mentio...
by Dan Dar3
Sat Feb 13, 2016 8:45 pm
Forum: Skin Development
Topic: Changing menu item names (PM3)
Replies: 2
Views: 2608

Re: Changing menu item names (PM3)

Or you could try changing the text in the resources. Do you see that <label>1</label> Go to Q:\language\English\strings.po (or English (US) depending on whichever language you configured to use), look for: msgctxt "#1" and change from msgid "Pictures" to msgid "Photos" ...
by Dan Dar3
Sat Feb 13, 2016 1:49 pm
Forum: XBMC4XBOX Development
Topic: guisettings.xml causing problems around 100kb or bigger
Replies: 3
Views: 9619

Re: guisettings.xml causing problems around 100kb or bigger

No worries, Byron, that's what usually happens with some :) keep an eye on it, if it's still there it will come up again.
by Dan Dar3
Thu Feb 11, 2016 12:37 pm
Forum: XBMC4XBOX Development
Topic: Unofficial Builds: 3.5.3 + Nightly [r33032]
Replies: 260
Views: 861941

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...