Commit Graph

9 Commits

Author SHA1 Message Date
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
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
1d252c4873 Add files via upload 2018-07-06 23:09:48 -04:00
mutto233
91060e97c0 PseudoChannelCommercial updates
As pointed out in the original fork of this project through an issue, the modulus in the script has been removed, so commercials longer than an minute will not be passed over.  Hopefully, this will not lead to other issues in the commercial injection process.
2018-07-06 00:10:33 -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
e1b5484f96 Add files via upload 2018-06-29 23:38:56 -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