Commit Graph

7 Commits

Author SHA1 Message Date
Moe Fwacky
395a8efb93 Python 3 migration changes 2021-02-06 23:33:54 -08:00
mutto233
670a005609 Inital major Python3 change
In an effort to update this code to fit standards of Python3, changes have been made to code allowing it to run.

NOTE: At this point the basics have been tested.  i.e. -g -xml -u -m -r in that order.  More extensive testing should occur before we throw this to master.
2019-07-01 23:07:23 -04:00
mutto233
77ddb7f998 Strict_Time Commercial Fix
Users pointed out that there was an issue where the strict_time entries were still creating 24 hr sets of commercials.  This issue has been fixed; if there is an issue of overlap with strict time, no commercials will be played as expected.
2018-07-15 23:31:22 -04:00
mutto233
c94eb7dd68 Random TV Series episode capabilities added
Now, there is the ability to run random episodes in a TV series, without ruining your place in the series designation.

To do so, simply edit your xml file so the lines  title=<<name of show as usual>>, and the line's type=random.
2018-07-07 23:09:27 -04:00
mutto233
1d252c4873 Add files via upload 2018-07-06 23:09:48 -04:00
mutto233
dfd8c79f9d Selective update added to main script
Now possible to call -um, -utv, and -uc to only update these specific sections.
2018-07-05 00:09:25 -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