UMS-KODI
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
-
- Posts: 3
- Joined: Thu Apr 09, 2015 7:19 am
UMS-KODI
https://github.com/anilroopnarine/ums-kodi
git clone https://github.com/anilroopnarine/ums-kodi.git
edit pom.xml to point to your ums.jar
mvn package. creates ums-kodi-x.x.x.jar in target dir.
updated and compiled against UMS 5.1.2
Verified works from Kodi 14 alpha and PS3 slim.
Copied Movies Title up one folder so Transcode Folder stays within PS3 8 Folder Limit.
Attached ums-kodi-5.1.2.jar and sqlite-jdbc-3.8.7
git clone https://github.com/anilroopnarine/ums-kodi.git
edit pom.xml to point to your ums.jar
mvn package. creates ums-kodi-x.x.x.jar in target dir.
updated and compiled against UMS 5.1.2
Verified works from Kodi 14 alpha and PS3 slim.
Copied Movies Title up one folder so Transcode Folder stays within PS3 8 Folder Limit.
Attached ums-kodi-5.1.2.jar and sqlite-jdbc-3.8.7
- Attachments
-
- ums-kodi-5.1.2.zip
- (3.82 MiB) Downloaded 1377 times
-
- Posts: 3
- Joined: Thu Apr 09, 2015 7:19 am
Re: UMS-KODI
Kodi 15 beta changed view movieview to movie_view in the video database - which breaks the plugin.
File ums-kodi/src/main/java/net/pms/external/xbmc/MovieDAO.java replace each occurance of movieview with movie_view should fix the issue.
current version works fine with Kodi 14.2
File ums-kodi/src/main/java/net/pms/external/xbmc/MovieDAO.java replace each occurance of movieview with movie_view should fix the issue.
current version works fine with Kodi 14.2
Re: UMS-KODI
does this plug in let me use all the video addons like jumpy and how do i config windows system
-
- Posts: 3
- Joined: Thu Apr 09, 2015 7:19 am
Re: UMS-KODI
Nope it justs reads the Kodi video and music databases and displays them on your dlna player.