Commit Graph

49 Commits

Author SHA1 Message Date
Moe Fwacky
15d4ecc89b python3 migration 2021-02-18 00:00:30 -08:00
Moe Fwacky
045269c995 python3 migration 2021-02-17 02:14:46 -08:00
Moe Fwacky
175b5acf9f more python3 migration changes 2021-02-17 02:12:13 -08:00
Moe Fwacky
fb57fc4de7 added database scan function 2021-02-17 01:43:25 -08:00
Moe Fwacky
395a8efb93 Python 3 migration changes 2021-02-06 23:33:54 -08:00
Justin
7f3727cc13 Updated the install.sh script to install a cron task in the /etc/cron.d/ dir. 2019-01-23 11:44:14 -08:00
Justin
bd85cfbcc3 Fixed the plex client prompt / library name prompts by appending the server-token to the URL. 2019-01-22 11:01:41 -08:00
Justin
9bf2a78d11 Update multi-channel-api.php 2019-01-17 23:41:42 -08:00
Moe Fwacky
bda5e2efa6 url change 2019-01-17 23:19:46 -08:00
Justin E
e15213c24b Added multi-channel scripts: viewer/api plus bash script to generate html files. 2019-01-17 23:07:12 -08:00
Moe Fwacky
1aa86cccbd Add files via upload 2018-11-23 17:44:23 -08:00
Moe Fwacky
38d46c4e35 Add files via upload 2018-11-23 17:38:48 -08:00
Moe Fwacky
3b11f2358a Add files via upload 2018-11-23 10:45:06 -08:00
Moe Fwacky
28c79c626c Add files via upload 2018-11-23 00:17:00 -08:00
Moe Fwacky
87e86c5be1 Added install.sh script, other changes for install 2018-11-22 03:10:21 -08:00
Moe Fwacky
a885d95481 Add files via upload 2018-10-13 08:31:35 -07:00
Moe Fwacky
598f6a05af Add files via upload 2018-10-13 08:29:16 -07:00
Moe Fwacky
43b66339c8 Add files via upload 2018-09-25 01:04:36 -07:00
Moe Fwacky
58aa4da775 Update update-channels-from-git.sh 2018-09-25 00:53:35 -07:00
Moe Fwacky
a7f8cd8aee added interactive schedule editor script 2018-09-24 01:13:20 -07:00
Moe Fwacky
46cb2b0ac6 Update update-channels-from-git.sh 2018-09-22 15:56:31 -07:00
Moe Fwacky
8a2d2306b1 Add files via upload 2018-09-22 13:40:06 -07:00
Moe Fwacky
68be23c7d5 Add files via upload 2018-09-22 13:36:29 -07:00
Moe Fwacky
231a7331aa fixed a few bugs 2018-09-22 13:11:00 -07:00
Moe Fwacky
ee91de484b Updates to setup and config editor, added config.cache 2018-09-22 11:56:35 -07:00
Moe Fwacky
9854b9f7b2 added script to edit config files 2018-09-22 08:34:52 -07:00
Moe Fwacky
3585a6bd68 Add files via upload 2018-09-20 18:54:35 -07:00
Moe Fwacky
fdbd7cfc3e Installer update 2018-09-17 01:23:36 -07:00
Moe Fwacky
5fcb50ec21 Rename update-channels-from-git2.sh to update-channels-from-git.sh 2018-09-15 17:09:17 -07:00
Moe Fwacky
cb0329317b Delete update-channels-from-git.sh 2018-09-15 17:08:59 -07:00
Moe Fwacky
73e5209eb5 Add files via upload 2018-09-15 17:08:45 -07:00
mutto233
8a97233523 Added stop-all-boxes
Shell script "stop-all-boxes.sh" has been added, so if there are multiple sets of boxes and you want to turn them all off you can.
2018-07-11 11:08:44 -04:00
mutto233
465b24b1c3 Multi-Box Editing Added
Two new functions added, "update_box <NAME>" will create a new folder that is identical to your master folder, and name it "channels_<NAME>" so it will play to the correct client.  "update_box.sh" will go through ALL made boxes and update from gitHub (either master or develop branch, depending on what you want).
2018-07-10 01:40:08 -04:00
mutto233
d0b9f4bfcf Installer update
The installer has been made a bit more user friendly.  
- To install, simply PLACE the installer in the folder you would like to use.  You can make it yourself with mkdir, then drop it in there.  first_run is still a valid variable, and will make some "pseudo-channel_#" files for you to start
- Input is now accepted as either "develop" or "master" to choose the branch you would like to download from
"master" will download the master branch and install/update
"develop" will download the develop branch and install/update.
2018-07-09 10:58:35 -04:00
mutto233
cc3514ea4d Python scripts now run without invoking Python
Changed my made python scripts so there is no need to invoke python:  just run with
`sudo ./<FILENAME>`
2018-07-06 18:44:57 -04:00
mutto233
c32e9ee0c4 Add files via upload 2018-07-05 21:42:09 -04:00
mutto233
b43858e764 Add files via upload 2018-07-05 00:22:16 -04:00
mutto233
cac54b093e Global_DatabaseUpdate selective update
To follow the changes made for the individual PseudoChannel.py file, now the global database update can be done for only certain sections.  This is accomplished with -um, -utv, and -uc.
2018-07-05 00:12:25 -04:00
mutto233
0a48511325 Global_DatabaseUpdate Quick Fix
At the request of some, I have modified the Global_DatabaseUpdate file to import the previous database's daily_schedule.  

NOTE: If you end up experiencing issues with your shows playing, this may be because your new database does not have the resources to play the listed shows.  May be time to run -g at that point.
2018-07-04 23:14:23 -04:00
mutto233
0d643b3fb9 Add files via upload 2018-07-03 19:54:51 -04:00
mutto233
49d0bba6c2 Add files via upload 2018-07-02 01:03:39 -04:00
mutto233
c474556157 Add files via upload 2018-07-02 01:03:03 -04:00
mutto233
94f4223972 manual.sh minor bug fix
Issues were occurring where manual.sh could not accept incorrect channel input.  Now, if an invalid channel is input, you will simply be diverted to your first channel.  This can be changed later in many ways, one of which is to simply kill the script; I did not choose this since going to channel 1 kind of serves as an "error report" since you didn't make it to the channel you requested.
2018-06-30 18:16:38 -04:00
mutto233
e633703fb2 Add files via upload 2018-06-30 00:41:56 -04:00
mutto233
eba60999f6 Add files via upload 2018-06-30 00:12:07 -04:00
mutto233
074750d5f1 Add files via upload 2018-06-30 00:04:14 -04:00
mutto233
cad0b457ac Delete README.md 2018-06-29 23:49:31 -04:00
mutto233
dd1188506a Add files via upload 2018-06-29 23:40:09 -04:00
mutto233
ea70ed38ce 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".
2018-06-29 16:27:29 -04:00