Commit Graph

11 Commits

Author SHA1 Message Date
Moe Fwacky
5830dfccb7 python3 update changes and bug fix
added update function to setup script
fixed a scheduling bug
2021-05-09 01:04:53 -07:00
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
Moe Fwacky
324ede0168 Added more detail to daily schedule xml output 2019-04-12 23:53:24 -07:00
mutto233
27f4cbef9b Minor website fix
Oopsie!  I left in a thing that kept the date on your websites as 1/1/1990.  This has been fixed by this update.
2018-07-13 00:09:23 -04:00
mutto233
b4564345ea PlexClient Override feature added
New feature!  Now, if your directory is named "channels_<NAME>" your script will override and always play to the client <NAME>.  This is going to be helpful for when we add mutli-box support.
2018-07-10 01:23:02 -04:00
mutto233
fce926936e Commercial logic improvement; website creation changes
Modifications were made to allow for commercials to be generated for the last show before midnight. This had been an issue in the past, and should be fixed with this update.

Further modifications were also made to the -m flag script, hopefully removing the issues surrounding multiple items being declared running.
2018-07-09 01:14:09 -04:00
mutto233
bf994a91da Update of Schedule Controller
Bug reports were coming in where like-named shows were not all being played.

This fix attempts to solve the problem, by checking show title AND duration.  This ensures that you find exactly the right thing to play.

The fix has also been translated to the website creation as well, so the correct artwork will be portrayed for each movie/show.
2018-07-07 22:09:40 -04:00
mutto233
2187cb76f2 Add files via upload 2018-07-07 00:31:24 -04:00
mutto233
f62d85767a Add files via upload 2018-07-06 23:09:58 -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