Commit Graph

15 Commits

Author SHA1 Message Date
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