eracknaphobia / service.psvue.epg

Kodi PS Vue companion service for building playlist and epg using simple iptv pvr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting for Custom Directory

eracknaphobia opened this issue · comments

The idea I have is to allow user to set a directory for saving epg files. This would be beneficially for a local network with shared folders and multiple instances of kodi. That way each kodi instance could pull from one set of files instead of all of them requesting they're own info. This may require setting one kodi machine as the master that does the writing, while all others just read from the files.

Made new pull request to try this out. So far its working on my FreeNAS service. Wasn't able to right directly to the network location due to python not having smb permissions but was able to use xbmcvfs to copy files after they were created to new location.

This issue was resolved in this pull request.
#27