Kodi Community Forum

Full Version: [BETA] XBMB3C - Media Browser AddOn for XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Definitely MB3 has a Video focus right now. I myself still use the XBMC database for my music.

I think you should put in a feature request for playlists via the server.

Thanks,
xnappo
Thanks for your fast answer. Do you mean a request to the MB3 devs? This already exist since month I See. I also use xbmc for my music but how can I stram it comfortable to another NB or my Smartphone? I use Yatse but to stream with it is not realy comfortable. Any ideas?
Not really - I am sure if you help promote MB3 the server devs will appreciate it and possibly bump your feature request up Big Grin

xnappo
I finaly found Music Pump xbmc which solve my Problem at least for my Smartphone/tablet. But I will definitly follow your hint and try to motivate the mb3 devs about playlist support. For movies your Plugin already helped me a lot!
Getting no access to MB3 through XBMB3C

Only "XBMB3C: Script Failed!" and "Error: Cannot connect to remote share"

My path is unc. I only took a small sample of my library (70 titles in specific share)

My network is unprotected locally. (Though this is on the same machine). I specified the IP of server rather than localhost. Also tried with localhost. Never changed default port. Share that MB3 server has scraped is browsable by Android through ES file explorer, Linux Mint 15 through network file manager, and other W7 laptop in Win Explorer. All without passwords or logins required

I enabled debug in your add-on configuration section, and started XBMC -> navigated to add-on section of Nox -> Launched XBMB3C -> Tried to enter "Movies" -> Received the error and shutdown XBMC.
http://pastebin.com/F2Fk04bn

I can browse everything in the web client on multiple machines as well

What am I missing? Thanks in advance

Meant to add . . . I tried the add-on in the repository for that pastebin

Previously, I had downloaded the last 7.5 master-zip link you posted

I also went to your git and downloaded the zip (about two hours ago) and tried it as well

All the same result
(2014-01-30, 03:20)ryvanzandt Wrote: [ -> ]xnappo

Installed 1080++ on a fresh install and i'm getting a script failed error for xbmb3c. Log shows skin not defined error. Everything works just get error when backing out. JFYI.

Really Like this with the 1080++ skin.

Ry

I'm glad you like my skin, latest version includes using your mb3 Fanart as backgrounds for the home screen (eg movies, tv shows etc). The error you reported is down to not having the latest version of this addon..if you get it from github all should be working again
(2014-01-31, 08:31)Dark_Slayer Wrote: [ -> ]Getting no access to MB3 through XBMB3C

Well it seems to be timing out - but with only 75 items in your library, that doesn't make much sense.

Code:
http://192.168.2.2:8096/mediabrowser/Users/f9189cdc3b4f4e36e6496966a52c4f53/items?ParentId=7590fdbff70eacfe432bf03e15f0821d&IsVirtualUnaired=false&IsMissing=False&Fields=Path,Genres,MediaStreams&SortOrder=Ascending&SortBy=SortName&Genres=&format=json/all
00:21:23 T:2624  NOTICE: XBMB3C -> getURL: server = 192.168.2.2:8096
00:21:23 T:2624  NOTICE: XBMB3C -> getURL: urlPath = /mediabrowser/Users/f9189cdc3b4f4e36e6496966a52c4f53/items?ParentId=7590fdbff70eacfe432bf03e15f0821d&IsVirtualUnaired=false&IsMissing=False&Fields=Path,Genres,MediaStreams&SortOrder=Ascending&SortBy=SortName&Genres=&format=json/all
00:21:43 T:2624  NOTICE: Unable to connect to 192.168.2.2:8096
                                            Reason: timed out

If you paste this in a browser:
Code:
192.168.2.2:8096/mediabrowser/Users/f9189cdc3b4f4e36e6496966a52c4f53/items?ParentId=7590fdbff70eacfe432bf03e15f0821d&IsVirtualUnaired=false&IsMissing=False&Fields=Path,Genres,MediaStreams&SortOrder=Ascending&SortBy=SortName&Genres=&format=json

Do you get JSON data back?

You can TRY changing this line:
Code:
conn = httplib.HTTPConnection(server, timeout=20)

To a longer timeout.. But 20 seconds should be way way more than enough.

xnappo
(2014-01-31, 15:52)xnappo Wrote: [ -> ]To a longer timeout.. But 20 seconds should be way way more than enough.

Pasting what you mentioned into a browser gives me a whole bunch of data back http://pastebin.com/cVhQEQR1

I'll try adjusting the timeout and report back

PS - The error shows up in less than 20 seconds
try this url in a browser

http://192.168.2.2:8096/mediabrowser/Use...t=json/all

nearly the same but the all on the end

One of the logs has an actual bug in it, the list does not have a get function is something I fixed a few days ago.
All,

0.8.0 is now in Beta and we need testers! We would like to get feedback today and tomorrow with a planned submission to the repo tomorrow night.

You can download the Beta here:
https://github.com/MediaBrowser/MediaBro...master.zip

Changelog:

- Improved cache accuracy (null_pointer)
- Added Confluence auto-menu creation (add movies, then TV, then others to favorites, relaunch) (null_pointer)
- Added hooks for xperience1080++ automation. Gotham only! (im85288)
- Added much more art (disc art, clear art banner art etc). Gotham only! (im85288)
- Added total play time for boxsets (null_pointer)
- Provide skins boxset information (im85288)
- Added rotating background fanart (null_pointer/im85288)
- Use GZIP for JSON requests (null_pointer)
- Added configurable options for played and resume times/percentages (null_pointer)
- Added extra information for RecentMovies/Episodes (im85288)
- Added RecentAlbums, RandomMovies, RandomEpisodes, RandomAlbums, NextUpTV services (im85288)
- Provide runtime and other information in list view (xnappo)
- Added 'Studio' metadata (xnappo)
- Added 'poster' art (xnappo)
- Added BoxSet video node (xnappo)
- Added trailers count, fixed movie totals (im85288)

Thanks!
xnappo
I did a short test of the new beta yesterday and all looked good. Noticably faster too!

One minor bug; Changing the view settings for the Episodes view is not saved throughout all TV series.
Running Aeon Nox on 12.3. I wil try and do some more testing later today.
Noticed that no descriptions for movies or tv are showing now.

http://xbmclogs.com/show.php?id=123213

First part of the log.

Gotham latest and a new git pull this morning for XBMB3C. Aeon MQ5

Edit: Have Descriptions with 1080++. Anyont have descriptions with Aeon MQ5?
(2014-02-02, 14:17)ryvanzandt Wrote: [ -> ]Noticed that no descriptions for movies or tv are showing now.

http://xbmclogs.com/show.php?id=123213

First part of the log.

Gotham latest and a new git pull this morning for XBMB3C. Aeon MQ5

Edit: Have Descriptions with 1080++. Anyont have descriptions with Aeon MQ5?

Oh - we only set the 'plot'. I am wondering if there is a setting in Aeon MQ5 to select 'plot' vs. 'plot outline'?

I don't see one - but I am using Aeon MQ5 and have plot descriptions..

xnappo

[EDIT] Maybe you have 'Settings'->'Video'->'Show Plot for Unwatched Items' off?

(2014-02-02, 12:43)Ballistic Wrote: [ -> ]I did a short test of the new beta yesterday and all looked good. Noticably faster too!

One minor bug; Changing the view settings for the Episodes view is not saved throughout all TV series.
Running Aeon Nox on 12.3. I wil try and do some more testing later today.

Adding default view types to the Git issues list. It won't make 0.8.0 though. Unfortunately it is a bit nasty because the views are different in each skin.

xnappo
Slightly related, but is there a way to have xem scape files in mediabrowser?
Google and I do not know what a xem scape file is...
xnappo
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27