UMS-KODI

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
anilroopnarine
Posts: 3
Joined: Thu Apr 09, 2015 7:19 am

UMS-KODI

Post by anilroopnarine »

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
Attachments
ums-kodi-5.1.2.zip
(3.82 MiB) Downloaded 1162 times
anilroopnarine
Posts: 3
Joined: Thu Apr 09, 2015 7:19 am

Re: UMS-KODI

Post by anilroopnarine »

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
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: UMS-KODI

Post by nickhere »

does this plug in let me use all the video addons like jumpy and how do i config windows system
anilroopnarine
Posts: 3
Joined: Thu Apr 09, 2015 7:19 am

Re: UMS-KODI

Post by anilroopnarine »

Nope it justs reads the Kodi video and music databases and displays them on your dlna player.
nickhere
Posts: 138
Joined: Sat Jan 03, 2015 3:28 am

Re: UMS-KODI

Post by nickhere »

kodi does the same thing
jibbebb
Posts: 6
Joined: Wed Dec 16, 2015 10:03 am

Re: UMS-KODI

Post by jibbebb »

Please make one for UMS 5.3.1
Post Reply