Page 1 of 7

MovieInfo

Posted: Sat Jun 02, 2012 9:32 pm
by AramiS
PLS :D

Re: IMDB Plugin PLS!!!

Posted: Sun Jun 03, 2012 7:07 am
by SharkHunter
The MovieInfo plugin (which integrates with IMDB) works with UMS. So why not try that one? Look at my github or my googlecode.

Re: IMDB Plugin PLS!!!

Posted: Thu Jun 07, 2012 3:02 pm
by S7eele
Is that the case with major plugins?

Re: IMDB Plugin PLS!!!

Posted: Thu Jun 07, 2012 3:14 pm
by SubJunk
Yes, as far as I know all plugins that work with PMS work with UMS

Re: IMDB Plugin PLS!!!

Posted: Thu Jun 07, 2012 3:20 pm
by S7eele
Sorry! Maybe look at the plugins page :oops:

Re: IMDB Plugin PLS!!!

Posted: Thu Jun 07, 2012 3:59 pm
by SubJunk
:D

Re: IMDB Plugin PLS!!!

Posted: Thu Jun 07, 2012 6:45 pm
by AramiS
This is the newest version? http://www.ps3mediaserver.org/forum/vie ... 520#p63942


Greetings!

Re: IMDB Plugin PLS!!!

Posted: Thu Jun 07, 2012 7:48 pm
by SharkHunter
I think this (http://code.google.com/p/sharkhunter-sh ... ieinfo.jar) should be sort of the latest. Download that one + the conf file (http://sharkhunter-shb.googlecode.com/s ... EINFO.conf) and off you go. If you're not scared of code then clone my MovieInfo repo from https://github.com/SharkHunter/MovieInfo and compile it yourself. The jar file found at github hasn't been updated for a while but it works (mybe without ExSports latest changes which I think I added on google-code).

As a side note in the forthcomming 1.1 release of UMS the poor man imdb support is enabled in UMS. This means that if you in your filename (or in the name of a directory) adds _imdb<id>_ then the MovieInfo plugin will pick the imdbid straight from there and the integration is faster and better. UMS will also remove the _imdb<id>_ string from the filename so it will still look nice....

Re: IMDB Plugin PLS!!!

Posted: Mon Jun 25, 2012 4:27 pm
by sjpirri
SharkHunter how do you compile the Movie Info plugin i tried it using jar cf imbd.jar ~/imbd/net and ums doesn't pick up the jar so i guess i compiled it wrong :oops:

Re: IMDB Plugin PLS!!!

Posted: Mon Jul 02, 2012 5:11 am
by SharkHunter
sjpirri wrote:SharkHunter how do you compile the Movie Info plugin i tried it using jar cf imbd.jar ~/imbd/net and ums doesn't pick up the jar so i guess i compiled it wrong :oops:
I compile from within eclipse. (or rather export -> jar bla blah).
It probably doesn't work for you beacuse you miss the "plugin" file (https://github.com/SharkHunter/MovieInf ... ter/plugin) that must be found in the roo of the jar file...