Page 1 of 1

3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Sat Sep 14, 2013 5:28 am
by mopp
Movieinfo 0.9.1 is not compatible with UMS 3. The error was already reported viewtopic.php?f=9&t=1038 but without any reply.

Error:
java.lang.NoSuchMethodError: net.pms.dlna.DLNAResource.getExt()Lnet/pms/formats/Format;

The reason for it. The function getExt was removed 3 months ago https://github.com/UniversalMediaServer ... ba4dde49a1.

There are two options either enable the old functions again or fix the plugin.
I guess to fix the plugin somebody just needs to exchange getExt with getFormat in https://github.com/SharkHunter/MovieInf ... nsion.java, but this might break the compatibility with PS3 media server.

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Mon Sep 16, 2013 11:56 pm
by ExSport
This change is ported from PMS so change should work for both PMS and UMS.
I already wrote somewhere that I want to update it but still had no time...my notebook was reinstalled so I need to install and configure all development staff again :(
Update: http://www.ps3mediaserver.org/forum/vie ... 173#p81173

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Wed Sep 18, 2013 1:13 am
by mopp
Unfortunately I' ve no idea how to create a jar file. Do you have the command line options for it?

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Wed Sep 18, 2013 1:22 am
by ExSport
You have to compile source code with eg. Eclipse or NetBeans used by developers.

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Wed Sep 18, 2013 1:31 am
by hanskanns
smo has added an UMS build to his Jenkins. The built jar can be downloaded from here

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Wed Sep 18, 2013 3:57 am
by ExSport
We are talking about plugin and not UMS itself ;)
Anyway I am right now rebuilding my development environment....

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Wed Sep 18, 2013 6:06 am
by ExSport
I fixed MovieInfo plugin so it should be compatible with latest UMS versions (with older UMS versions use version from 2013-04-28).
Changes: Please try it and let me know if it works.

Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1

Posted: Mon Sep 23, 2013 11:38 am
by SubJunk
Thanks for this, ExSport. I've also added getExt and setExt so they'll be back in 3.0.0-a6