Skip to content

Commit

Permalink
Merge branch 'dev' into Master
Browse files Browse the repository at this point in the history
  • Loading branch information
vorghahn committed Dec 3, 2017
2 parents 94fc80c + 4cf0982 commit 4ffc5ba
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 140 deletions.
2 changes: 1 addition & 1 deletion Linux/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Version": "1.47", "Date": "27 NOV 2017"}
{"Version": "1.57", "Date": "03 DEC 2017"}
2 changes: 1 addition & 1 deletion Windows/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Version": "1.47", "Date": "27 NOV 2017"}
{"Version": "1.57", "Date": "03 DEC 2017"}
14 changes: 13 additions & 1 deletion advancedsettings.json
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
{"networkdiscovery": 1, "ffmpegloc": "C:\\ffmpeg\\bin\\ffmpeg.exe", "kodiuser": "string", "kodipass": "string"}
{
"networkdiscovery": 0,
"ffmpegloc": "C:\\ffmpeg\\bin\\ffmpeg.exe",
"kodiuser": "kodi",
"kodipass": "",
"extram3u8url":"",
"extram3u8name":"Custom",
"extram3u8file":"./blah.m3u",
"tvhredirect": "False",
"tvhaddress":"127.0.0.1",
"tvhuser":"",
"tvhpass":""
}
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
flask
flask
tkinter
Loading

0 comments on commit 4ffc5ba

Please sign in to comment.