XBMC Community Forum
[RELEASE] MMA Browser - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] MMA Browser (/showthread.php?tid=117020)

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


- paddycarey - 2012-01-15 16:49

newphreak Wrote:Could we blacklist -sample. files from the library? Other then that I'm really pleased with this add-on.
Edit2:
eventid 3 causes issues.

Glad it's working for you now Smile

I'll fix the sample issue later after work, should be simple. Sherdog doesn't have an event for ID 3, the correct ID for UFC 3 is "9".


- newphreak - 2012-01-16 17:56

Whops, guess i went a little quick when adding all 141 events. Smile
Thanks for noticing.


- Floodi - 2012-01-16 21:56

It seems MMA Browser plugin doensn't work when it's added as a dock icon in main screen. When started the UI freezes completely and nothing is displayed. It works fine when started from Video plugins menu.


- Martijn - 2012-01-16 21:58

Floodi Wrote:It seems MMA Browser plugin doensn't work when it's added as a dock icon in main screen. When started the UI freezes completely and nothing is displayed. It works fine when started from Video plugins menu.
What skin?


- paddycarey - 2012-01-16 22:07

Floodi Wrote:It seems MMA Browser plugin doensn't work when it's added as a dock icon in main screen. When started the UI freezes completely and nothing is displayed. It works fine when started from Video plugins menu.

I have this issue too in T! It's the same dialog issue as before, i think a few forced sleeps to ensure the window calls have been completed should help.


- Martijn - 2012-01-16 22:14

paddycarey Wrote:I have this issue too in T! It's the same dialog issue as before, i think a few forced sleeps to ensure the window calls have been completed should help.

Still happens in Eden build from latest gitcode.
Add-ons should not lock up XBMC. If the sleeps won't help best create trac ticket for this.


- paddycarey - 2012-01-16 22:25

Floodi Wrote:It seems MMA Browser plugin doensn't work when it's added as a dock icon in main screen. When started the UI freezes completely and nothing is displayed. It works fine when started from Video plugins menu.

Fixed in git.


- paddycarey - 2012-01-16 23:54

New zip release:

https://github.com/downloads/paddycarey/plugin.video.mmabrowser/plugin.video.mmabrowser-0.0.5.zip

Changelog:

0.0.5
- Don't show sample files in library
- Fix for when launched from main menu instead of addon
- Skip instead of exit when error encountered adding an event
- Added Dutch translation (Thanks Martijn)


- Floodi - 2012-01-17 10:13

Thanks, it's working now.


- alexbergsland - 2012-01-17 18:26

Hello.
I really like the idea of this addon. Especially the search by fighter function.
I have until now used MetaBrowser to get thumbnails, fanart and nfos for my MMA.
It has fetchers for IMDB, TMDB and such. And savers for XBMC. It gathers info and pictures for my movies and MMA and sorts it up nicely.
I have all my MMA setup as movies in XBMC, about 200 events.

I have thumbnails and fanart for almost every event but tmdb has as you have stated, some holes.

I added sherdogEventID.nfo for all of them and tried the addon, it could not find that many thumbnails or fanarts.
Would it be possible to change so that MMA Browser can use the pictures I already have and perhaps add the ones I dont?

My setup
The folder "Strikeforce Rockhold vs. Jardine (2012)" contains:
sherdogEventID.nfo
strikeforce.rockhold.vs.jardine.mkv
strikeforce.rockhold.vs.jardine.nfo
strikeforce.rockhold.vs.jardine.tbn
strikeforce.rockhold.vs.jardine-fanart.jpg

This is all organized with MetaBrowser, I also asked fatal (the MetaBrowser dev) to make a plugin that finds the sherdog-id and adds it to a sherdogEventID.nfo and it has been added to his todo-list.
He also had some questions about how he would be able to gather pics and info, and if that would be able to work well together with MMA Browser that would be great.

Another idea I got, and this all has to do with blending with my setup, why not add the sherdog-id to movie.nfo like:
Code:
<mmabrowser>19184</mmabrowser>
or
Code:
<sherdogid>19184</sherdogid>

That way you dont need another nfo. Im not looking to replacing your addon but rather have it work better together with the rest of XBMC and in my case, the program I use for the rest of my XBMC library.