Add aarch64 support and Channels DVR support (#49)
* add gitattributes for windows dev * initial copy of dockerfile * Add support for pi4 (aarch64); add support for Channels DVR updates * fix IP in example Co-authored-by: Nick Marnik <nkmhockey@gmail.com>
This commit is contained in:
12
sample.env
12
sample.env
@@ -44,3 +44,15 @@ embyID=
|
||||
# plexUpdateURL.
|
||||
use_plexAPI=no
|
||||
plexUpdateURL=
|
||||
|
||||
### Channels DVR
|
||||
# Only necessary if xTeVe API is active
|
||||
# To find your Channels Update URL navigate to your Channels server in chrome (eg, http://192.168.1.1:8089),
|
||||
# and open chrome developer tools (press F12). Once developer tools is open find and click the "Refresh
|
||||
# M3U" and "Refresh XMLTV" links in Channels and then look at the developer tools window. Right click the line and
|
||||
# go to copy -> Copy link address. URL examples:
|
||||
# channelsUpdateM3uURL -> http://192.168.1.1:8089/providers/m3u/sources/<source name>/refresh
|
||||
# channelsUpdateXmltvURL -> http://192.168.1.1:8089/dvr/lineups/XMLTV-<source name>
|
||||
use_channelsAPI=no
|
||||
channelsUpdateM3uURL=
|
||||
channelsUpdateXmltvURL=
|
||||
Reference in New Issue
Block a user