MovieInfo
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
- SharkHunter
- Developer
- Posts: 648
- Joined: Fri Jun 01, 2012 9:36 pm
Re: IMDB Plugin PLS!!!
The MovieInfo plugin (which integrates with IMDB) works with UMS. So why not try that one? Look at my github or my googlecode.
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
We believe in: rough consensus and running code.
Re: IMDB Plugin PLS!!!
Yes, as far as I know all plugins that work with PMS work with UMS
- SharkHunter
- Developer
- Posts: 648
- Joined: Fri Jun 01, 2012 9:36 pm
Re: IMDB Plugin PLS!!!
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....
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....
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
We believe in: rough consensus and running code.
Re: IMDB Plugin PLS!!!
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 

- SharkHunter
- Developer
- Posts: 648
- Joined: Fri Jun 01, 2012 9:36 pm
Re: IMDB Plugin PLS!!!
I compile from within eclipse. (or rather export -> jar bla blah).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
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...
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
We believe in: rough consensus and running code.