3.0.0-a5: Incompatible with movieinfo 0.9.1
Posted: Sat Sep 14, 2013 5:28 am
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.