Directory Revamp

Before making changes to the update-channels-from-git.sh file, I wanted to have everything stored in such a way that it made logical sense where it went.

Anything that goes to the root folder is in "main-dir", channel specific files are in "channel-dir", and the files for both sections are in "both-dir".  These directories will eventually be referenced in the new version of "update-channels-from-git.sh".
This commit is contained in:
mutto233
2018-06-29 16:27:29 -04:00
parent 6a604960f0
commit ea70ed38ce
32 changed files with 161 additions and 798 deletions

View File

@@ -0,0 +1,4 @@
'''Change the values below, rename this file to "plex_token.py", and move this file just
outside of this directory ("../pseudo-channel")'''
token = "<your token>"
baseurl = 'http://media.home:32400'