3.0.0-a5: Incompatible with movieinfo 0.9.1
3.0.0-a5: Incompatible with movieinfo 0.9.1
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.
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
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
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
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
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
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
We are talking about plugin and not UMS itself
Anyway I am right now rebuilding my development environment....

Anyway I am right now rebuilding my development environment....
Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1
I fixed MovieInfo plugin so it should be compatible with latest UMS versions (with older UMS versions use version from 2013-04-28).
Changes:
Changes:
- fixed methods getExt() and launchTranscode() in ResourceExtension and MEncoderVideoYoutube classes
- Synced with unreleased pull request fixing CSFD.CZ posters [https://github.com/SharkHunter/MovieInfo/pull/5]
- Source code: https://github.com/SharkHunter/MovieInfo
- Attachments
-
- MovieInfo_2013-04-28.zip
- MovieInfo plugin working with older PMS/UMS
- (82.32 KiB) Downloaded 761 times
-
- MovieInfo_2013-09-17.zip
- Updated MovieInfo plugin working with latest PMS/UMS
- (82.44 KiB) Downloaded 991 times
Re: 3.0.0-a5: Incompatible with movieinfo 0.9.1
Thanks for this, ExSport. I've also added getExt and setExt so they'll be back in 3.0.0-a6