Commit Graph

394 Commits

Author SHA1 Message Date
Moe Fwacky
43b66339c8 Add files via upload 2018-09-25 01:04:36 -07:00
Moe Fwacky
58aa4da775 Update update-channels-from-git.sh 2018-09-25 00:53:35 -07:00
Moe Fwacky
a7f8cd8aee added interactive schedule editor script 2018-09-24 01:13:20 -07:00
Moe Fwacky
46cb2b0ac6 Update update-channels-from-git.sh 2018-09-22 15:56:31 -07:00
Moe Fwacky
8a2d2306b1 Add files via upload 2018-09-22 13:40:06 -07:00
Moe Fwacky
68be23c7d5 Add files via upload 2018-09-22 13:36:29 -07:00
Moe Fwacky
231a7331aa fixed a few bugs 2018-09-22 13:11:00 -07:00
Moe Fwacky
ee91de484b Updates to setup and config editor, added config.cache 2018-09-22 11:56:35 -07:00
Moe Fwacky
9854b9f7b2 added script to edit config files 2018-09-22 08:34:52 -07:00
Moe Fwacky
3585a6bd68 Add files via upload 2018-09-20 18:54:35 -07:00
Moe Fwacky
fdbd7cfc3e Installer update 2018-09-17 01:23:36 -07:00
Moe Fwacky
5fcb50ec21 Rename update-channels-from-git2.sh to update-channels-from-git.sh 2018-09-15 17:09:17 -07:00
Moe Fwacky
cb0329317b Delete update-channels-from-git.sh 2018-09-15 17:08:59 -07:00
Moe Fwacky
73e5209eb5 Add files via upload 2018-09-15 17:08:45 -07:00
Moe Fwacky
37b97a3159 Added options to allow user input to fill config 2018-09-15 17:02:59 -07:00
mutto233
ad37e8bd10 Add files via upload 2018-07-24 13:11:15 -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
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
8a97233523 Added stop-all-boxes
Shell script "stop-all-boxes.sh" has been added, so if there are multiple sets of boxes and you want to turn them all off you can.
2018-07-11 11:08:44 -04:00
mutto233
465b24b1c3 Multi-Box Editing Added
Two new functions added, "update_box <NAME>" will create a new folder that is identical to your master folder, and name it "channels_<NAME>" so it will play to the correct client.  "update_box.sh" will go through ALL made boxes and update from gitHub (either master or develop branch, depending on what you want).
2018-07-10 01:40:08 -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
8a56aec40e Bug fix
Had issue with PseudoChannelCommercial scheduling over 24 hours of commercials; this has been fixed.
2018-07-09 22:39:24 -04:00
mutto233
d0b9f4bfcf Installer update
The installer has been made a bit more user friendly.  
- To install, simply PLACE the installer in the folder you would like to use.  You can make it yourself with mkdir, then drop it in there.  first_run is still a valid variable, and will make some "pseudo-channel_#" files for you to start
- Input is now accepted as either "develop" or "master" to choose the branch you would like to download from
"master" will download the master branch and install/update
"develop" will download the develop branch and install/update.
2018-07-09 10:58:35 -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
b3d5b99a68 Add files via upload 2018-07-07 23:16:42 -04:00
mutto233
85ebc18530 Add files via upload 2018-07-07 23:16: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
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
fd64824171 Add files via upload 2018-07-06 18:45:10 -04: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
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
c32e9ee0c4 Add files via upload 2018-07-05 21:42:09 -04:00
mutto233
ae42a767aa Update README.md 2018-07-05 00:27:32 -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
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
b32aba6a0f Delete PseudoChannel.py 2018-07-05 00:08:47 -04:00
mutto233
bca2903abe Delete Global_DatabaseUpdate.py 2018-07-05 00:08:36 -04:00
mutto233
30fe4c74d2 Add files via upload 2018-07-05 00:08:20 -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
09ff9af07a generate_daily_sched.sh bug fix 2018-07-03 19:49:08 -04:00
mutto233
e38309f18b report_MediaFolders Bug fix
Initial testing pointed out a bug where if the movies or tv shows library was not defined in the config dictionary, and made it so not defining it would return a "blank" set of libraries for that given channel, as expected.
2018-07-02 09:51:44 -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
f583f4c63e startstop.sh fixes
Fixed interpreter error in startstop.sh
2018-07-02 00:51:28 -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