• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 27
[BETA] XBMB3C - Media Browser AddOn for XBMC
Quote:If I have it toggled on, I get dialog it is loading json (or something) and then the script fails.
With it off, everything loads as it should.
will need a log, upload to pastbin link and I will look into it
Reply
(2014-02-24, 04:22)null_pointer Wrote:
Quote:If I have it toggled on, I get dialog it is loading json (or something) and then the script fails.
With it off, everything loads as it should.
will need a log, upload to pastbin link and I will look into it

Is there another way to get this log to you?
I am fed up with pastebin... it locked up my browser 4 times. I even went to the extent of making an account which
didn't help! I also resorted to IE to no avail....

I will just turn off that new option now.... are others having problems?
Reply
I have posted some xbmc log Sad ! Any help please !
Reply
Quote:are others having problems?
I can not reproduce this and no one else has reported this as yet.

In the log file do a search for the text "default.py" there should be some error code and stack trace around this text, just copy and past that block of text here.
Reply
Looks good so far. Noticed a few bugs on the first tries but after trying it again a couple of times, i cannot seem to reproduce them.

Thanks for all the work. Here's your plugin in action on one of my systems;
https://www.youtube.com/watch?v=zMmw6OO1xYQ
Reply
excellent thanks for the video, so do you think the progress dialog helps? it looks like a lot of your time is spend in downloading the json data when you view the movies for the first time, parsing and adding the items still take up some time but the initial data download looks like the main time hog.

I am forcing gzip compression on the HTTP request at the moment, perhaps on large requests on fat networks it might be quicker to not compress.
Reply
Also one thing you can try is turn off Overview, People and Stream Info in the addon settings (XBMB3C->Settings->Media Data), this greatly reduces the amount of data that needs to be send/received/decoded. I would be interested if you could test this and see how much quicker the data load is.

To trigger a full reload of the movie data mark a movie as watched or unwatched, this should trigger a reload of the data when you next view the movie section.
Reply
(2014-02-23, 20:33)kri kri Wrote: Is there a current list of skins with built in support for this addon? Is it just xperience++?

Also thanks a lot for your work on this addon, I love it.

xperience1080++ is the only skin with a developer actively support XBMB3C. We are adding 'mods' to other skins in the addon directory's 'skin_diffs' folder that you can copy over to get some of the functionality in other skins.

xnappo

(2014-02-23, 22:56)crimsonfury Wrote: Do we still have to replace those files from this addon into the aeon nox skin folder?

Yes.

xnappo
Reply
(2014-02-25, 02:27)xnappo Wrote:
(2014-02-23, 22:56)crimsonfury Wrote: Do we still have to replace those files from this addon into the aeon nox skin folder?

Yes.

xnappo

OK I did. All looks good, except....


But with my Widgets on the Homescreen with Aeon Nox Gotham, I click on an Episode or a Movie and it rotates and shows the info with the Play and Back buttons but they aren't highlighted and I can't click on them unless I use my mouse...

Can you test the Widgets in Gotham Aeon Nox and tell me if this can be fixed?
Image
Reply
(2014-02-25, 04:43)crimsonfury Wrote:
(2014-02-25, 02:27)xnappo Wrote:
(2014-02-23, 22:56)crimsonfury Wrote: Do we still have to replace those files from this addon into the aeon nox skin folder?

Yes.

xnappo

OK I did. All looks good, except....


But with my Widgets on the Homescreen with Aeon Nox Gotham, I click on an Episode or a Movie and it rotates and shows the info with the Play and Back buttons but they aren't highlighted and I can't click on them unless I use my mouse...

Can you test the Widgets in Gotham Aeon Nox and tell me if this can be fixed?

That is odd - it works fine for me. I am running Gotham and Aeon Nox 4.0.9.

Anyone else seeing this?

xnappo
Reply
(2014-02-25, 05:03)xnappo Wrote:
(2014-02-25, 04:43)crimsonfury Wrote:
(2014-02-25, 02:27)xnappo Wrote: Yes.

xnappo

OK I did. All looks good, except....


But with my Widgets on the Homescreen with Aeon Nox Gotham, I click on an Episode or a Movie and it rotates and shows the info with the Play and Back buttons but they aren't highlighted and I can't click on them unless I use my mouse...

Can you test the Widgets in Gotham Aeon Nox and tell me if this can be fixed?

That is odd - it works fine for me. I am running Gotham and Aeon Nox 4.0.9.

Anyone else seeing this?

xnappo

Are you running the Gotham vs of Aeon Nox 4.1.9.4 ?
Image
Reply
(2014-02-25, 05:29)crimsonfury Wrote: Are you running the Gotham vs of Aeon Nox 4.1.9.4 ?

No - where is that? I only see 4.0.9 and 5.0 preview in the official repo.

xnappo
Reply
(2014-02-24, 22:09)null_pointer Wrote: In the log file do a search for the text "default.py" there should be some error code and stack trace around this text, just copy and past that block of text here.

08:01:29 T:139756944144128 NOTICE: XBMB3C -> getURL: ====== 200 finished ======
08:01:29 T:139756944144128 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: integer argument expected, got float
Traceback (most recent call last):
File "/storage/.xbmc/addons/MediaBrowser.XBMC-master/default.py", line 1738, in <module>
getContent(param_url)
File "/storage/.xbmc/addons/MediaBrowser.XBMC-master/default.py", line 1264, in getContent
dirItems = processDirectory(url, result, progress)
File "/storage/.xbmc/addons/MediaBrowser.XBMC-master/default.py", line 1313, in processDirectory
progress.update(percentDone, __language__(30126) + str(current_item))
TypeError: integer argument expected, got float
-->End of Python script error report<--
08:01:30 T:139759283410816 ERROR: GetDirectory - Error getting plugin://plugin.video.xbmb3c/?url=http%3A//192.168.1.66%3A8096/mediabrowser/Users/7665bdbdc79a08bf8e7f86dc36e5c80f/items%3FParentId%3Db14289d1308e6ef417c2ca28ff2b9a77%26IsVirtualUnaired%3Dfalse%26IsMissing%3DFalse%26Fields%3DPath%2CGenres%2CStudios%2CCumulativeRunTimeTicks%2CMediaStreams%2CPeople%2COverview%26SortOrder%3DAscending%26SortBy%3DSortName%26Genres%3D%26format%3Djson&mode=0
08:01:30 T:139759283410816 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmb3c/?url=http%3A//192.168.1.66%3A8096/mediabrowser/Users/7665bdbdc79a08bf8e7f86dc36e5c80f/items%3FParentId%3Db14289d1308e6ef417c2ca28ff2b9a77%26IsVirtualUnaired%3Dfalse%26IsMissing%3DFalse%26Fields%3DPath%2CGenres%2CStudios%2CCumulativeRunTimeTicks%2CMediaStreams%2CPeople%2COverview%26SortOrder%3DAscending%26SortBy%3DSortName%26Genres%3D%26format%3Djson&mode=0) failed
08:01:30 T:139756944144128 NOTICE: Thread BackgroundLoader start, auto delete: false
08:01:30 T:139756944144128 NOTICE: Previous line repeats 1 times.
08:01:30 T:139756944144128 NOTICE: Thread LanguageInvoker start, auto delete: false
08:01:30 T:139756944144128 NOTICE: -->Python Interpreter Initialized<--
08:01:37 T:139758705571584 ERROR: GetDirectory - Error getting include
08:01:42 T:139757532673792 ERROR: Previous line repeats 5 times.
08:01:42 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> setBackgroundLink index movie_art_links 2 of 4729
08:01:42 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> MB3.Background.Movie.FanArt=http://localhost:15001/?id=789588348e6d5962c0d4501ea33168b1&type=b&index=0
08:01:42 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> setBackgroundLink index tv_art_links 2 of 696
08:01:42 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> MB3.Background.TV.FanArt=http://localhost:15001/?id=6758c10fa7af7f728ff45c7d1b2dad28&type=b&index=1
08:01:42 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> setBackgroundLink index global_art_links 2 of 5425
08:01:42 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> MB3.Background.Global.FanArt=http://localhost:15001/?id=3858a0e70c630c2f76457f2311f41bd7&type=b&index=3
08:02:13 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> setBackgroundLink index movie_art_links 3 of 4729
08:02:13 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> MB3.Background.Movie.FanArt=http://localhost:15001/?id=4e9f79c6319d438b630bf33c62677fa7&type=b&index=2
08:02:13 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> setBackgroundLink index tv_art_links 3 of 696
08:02:13 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> MB3.Background.TV.FanArt=http://localhost:15001/?id=d2f120eea3edc5a1a72e0323948a5f3f&type=b&index=11
08:02:13 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> setBackgroundLink index global_art_links 3 of 5425
08:02:13 T:139757532673792 NOTICE: XBMB3C Background Image Thread -> MB3.Background.Global.FanArt=http://localhost:15001/?id=00f6d3f5359c5e716b4f6de7e3ccde78&type=b&index=1
08:02:13 T:139757556328192 NOTICE: updateRecent Called
08:02:13 T:139757556328192 NOTICE: updateRecentMovies UserName : Movies UserID : 7665bdbdc79a08bf8e7f86dc36e5c80f
08:02:13 T:139757556328192 NOTICE: Updating Recent Movie List
08:02:13 T:139757556328192 NOTICE: Recent Movie Json Data : {u'Items': [{u'Genres': [u'Biography', u'Drama', u'History'], u'MediaStreams': [{u'Profile': u'High',

(2014-02-25, 05:29)crimsonfury Wrote:
(2014-02-25, 05:03)xnappo Wrote:
(2014-02-25, 04:43)crimsonfury Wrote: OK I did. All looks good, except....


But with my Widgets on the Homescreen with Aeon Nox Gotham, I click on an Episode or a Movie and it rotates and shows the info with the Play and Back buttons but they aren't highlighted and I can't click on them unless I use my mouse...

Can you test the Widgets in Gotham Aeon Nox and tell me if this can be fixed?

That is odd - it works fine for me. I am running Gotham and Aeon Nox 4.0.9.

Anyone else seeing this?

xnappo

Are you running the Gotham vs of Aeon Nox 4.1.9.4 ?

I also see this.... I have random episodes widget and if I click on one, it flips over giving a more detailed description of episode... but you cannot click the start button and kind of get lost. I am running Gotham version 4.1.9 and have dropped your files into the 1080 folder.
Reply
https://github.com/WarLion/skin.Aeon-Nox-4.1.9

http://forum.xbmc.org/showthread.php?tid=185290
Image
Reply
I just check in a change that should fix your progress dialog error
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 27

Logout Mark Read Team Forum Stats Members Help
[BETA] XBMB3C - Media Browser AddOn for XBMC5