Commit Graph

19 Commits

Author SHA1 Message Date
Moe Fwacky
ad4e64e926 database storage updates 2021-06-25 22:54:41 -07:00
Moe Fwacky
1d33ff7d1b database and scheduling updates
Updated metadata filtering to use locally stored data
Updated database scans to download metadata to local database on update
Added rerun mode, random show sequential episode mode, range of ratings filtering and episode air date filtering
2021-06-15 23:19:16 -07:00
Moe Fwacky
aaf6e8e735 Python3 and installer updates
Updated installer to include web interface installation and additional client setup
Updated output text to work with web interface
2021-03-24 23:15:58 -07:00
Moe Fwacky
cab85e22f1 changed float to int to fix a bug 2021-02-22 00:41:40 -08:00
Moe Fwacky
d179b8100f Add files via upload 2021-02-21 16:26:32 -08:00
Moe Fwacky
82e056b99a Setup script and updates for python 3 migration
Most updates related to adding install script and schedule generator for first install
2021-02-21 14:40:15 -08:00
Moe Fwacky
3e64e90d03 python3 migration update 2021-02-18 02:36:25 -08:00
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
395a8efb93 Python 3 migration changes 2021-02-06 23:33:54 -08:00
Moe Fwacky
87e86c5be1 Added install.sh script, other changes for install 2018-11-22 03:10:21 -08: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
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