2022-03-10, 03:51 AM
(2022-03-10, 12:37 AM)buntay20 Wrote: Brett,
I have been running Mezzno with roku and love that but I have moved to andriod with kodi as a front end to nextPVR so having the all in one was very appealing but if I must use a different videos addon for kodi I would be fine with that to... any recommendations?
I don't think that you are understanding. I wasn't referring to a different video addon for kodi. And, in fact, I would still recommend that instead of using kodi with a NextPVR addon-on in Android that you eliminate kodi completly and simply use uidroid. But, either way, what I am talking about is accessing this movie library of yours in a uiclient (like uidroid, the Roku client, knewc, nlite on Windows, etc.) via the top level "Videos" menu item rather than via the "Recordings" menu item as shown below.
By default (at least on Windows) this option just looks in the "C:\" drive, so it's very friendly. You need to edit your config.xml file to change this line to point to the top of the file folder structure you want to be able to navigate. You can just point to 1 location or multiple locations.
Code:
<VideoLibrary extensions="^.+\.(mpeg|mpg|m2v|avi|ty|avs|ogm|mp4|mov|m2ts|wmv|cdg|iso|rm|dvr-ms|ts|mkv|vob|divx|flv|m4v|3gp|rmvb|wtv|bdmv|lnk)$">
<Directory name="Default">C:\</Directory>
</VideoLibrary>