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:
Nick Marnik
2021-04-22 15:54:23 -04:00
committed by GitHub
parent 5f0a4daff0
commit 891180c2f4
4 changed files with 125 additions and 0 deletions

View File

@@ -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=