Commit Graph

300 Commits

Author SHA1 Message Date
Justin Emter
b8bae7f7f6 Movied -m after -g in args order. 2018-02-24 13:34:24 -08:00
Justin Emter
115cbc33c4 Changed update time in config; also changed order of cli arguments so that -g runs after all the args but before -r. 2018-02-24 13:31:45 -08:00
Justin Emter
6e159a83d1 Testing some stuff to fix the clearing of the daily_schedule table. 2018-02-23 18:04:30 -08:00
Justin Emter
3561f6811e Fixed channeldown.sh to work with double digit dirs. 2018-01-17 09:40:59 -08:00
Justin Emter
fa1d604d0d Updated README and a few other things. 2018-01-16 12:41:59 -08:00
Justin Emter
841290429a Added support to export/import Daily Schedule. Automatically happens when running -e/-i and manually done when running -eds/-ids 2018-01-15 10:14:12 -08:00
Justin Emter
2a587ff1a8 Added episode name along with series name in the html schedule. 2017-12-24 09:14:52 -08:00
Justin Emter
f5224f97bf Added Now Playing: to the top of html. 2017-12-23 14:44:49 -08:00
Justin Emter
586dcf7eba Added variable in config to specify the html title. 2017-12-23 10:47:58 -08:00
Justin Emter
d7464b72c3 Added increment symbol option to new sort logic, also made all scripts executable from the get go. 2017-12-22 14:29:49 -08:00
Justin Emter
8616a2aae6 Added new bash script logic to better sequentially sort channels by channel number. 2017-12-22 14:16:49 -08:00
Justin Emter
2e191cd6f5 Added more logic for channelup/channeldown scripts to they cycle sequencially and with double digits (_01, _02, etc.) 2017-12-22 14:06:42 -08:00
Justin Emter
0da6cbe8c4 Fixed the final commercial custom library naming issue. 2017-12-20 10:27:49 -08:00
Justin Emter
197eac55e5 Added more logic to try and remove all previously scheduled items when generating a new schedule. 2017-12-15 09:40:49 -08:00
Justin Emter
4659f6bb11 Switched DB columns from integers to text. 2017-12-12 09:00:59 -08:00
Justin Emter
31ab22b6aa @MoRBiD MaNGLeR, added condition for 'media.duration' to default at 1 if no duration exists. 2017-12-05 10:55:48 -08:00
Justin Emter
00e9f88b8a Reworked wording in README update text. 2017-12-03 12:54:12 -08:00
Justin Emter
f8f3274bf9 Added updated warning to the README.md file. 2017-12-03 12:51:39 -08:00
Justin Emter
c613c58266 Fixed the html BG image and also fixed function name in controller from 'now_plating' to 'now_playing'. 2017-12-03 10:20:11 -08:00
Justin Emter
29fdf92cfa Applied fix for customSectionName = next_episode[9]
IndexError: tuple index out of range, error.
2017-12-03 09:35:13 -08:00
Justin Emter
91d20a2d5a Fixed play() err, custom-section-names should be working now. 2017-12-02 14:04:51 -08:00
Justin Emter
3ee9015af7 Changed my TV Shows library name for testing. 2017-12-02 13:01:54 -08:00
Justin Emter
dc916c6ef0 Added functionality to use custom Library names (i.e. 'Movies' : ['Films']) - Hasn't been thoroughly tested 2017-12-02 12:31:54 -08:00
Justin Emter
b54ef73947 Merge resolved? 2017-12-01 10:09:28 -08:00
Justin Emter
a1c62c3e4b merged 2017-12-01 10:07:36 -08:00
Justin Emter
954af9cf2d Recording last play date of movie in the DB. 2017-12-01 09:25:14 -08:00
Justin Emter
1127843486 Error binding param 10 - unsupported type 2017-12-01 09:23:50 -08:00
Justin Emter
0ee6922b39 Added random movie logic but commenting it out for now. 2017-11-30 13:03:39 -08:00
Justin Emter
00ed0eb205 Updated the random movie logic concept. 2017-11-25 18:26:47 -08:00
Justin Emter
4d594ed8a0 Started on random movie logic. 2017-11-25 18:17:15 -08:00
Justin Emter
7285e51a92 Committing commented time-shift logic. 2017-11-25 17:35:58 -08:00
Justin Emter
b815a7debf Updated PlexAPI from version 2 to 3.0.4 2017-11-18 19:26:53 -08:00
Justin Emter
f626b6e419 Commercial logic + dirty-gap-fix option but defaults to False. 2017-11-13 18:20:24 -08:00
Justin Emter
0a801b2467 Testing commercial logic to better fill up the gap. 2017-11-13 13:39:39 -08:00
Justin Emter
9324091074 Going back to Integer fields in DB. 2017-11-13 08:24:46 -08:00
Justin Emter
e1e8f85d6a Deleting the .pseudo-temp file after each channel is properly cloned. 2017-11-11 13:45:21 -08:00
Justin Emter
8eeb30b513 Added update-channels-from-git.sh script to asynchronously clone updates into each channel. 2017-11-11 13:32:21 -08:00
Justin Emter
3d521c0c0b Added 'useDirtyGapFix' option to pseudo_config in order to fill up empty gaps with commercials and allow the app to cutoff the last commercial. 2017-11-11 11:54:04 -08:00
Justin Emter
7605dd4981 Removed duplicate bootstrap import in generated html. 2017-10-29 16:54:04 -07:00
Justin Emter
c34576fd57 Added wildcard to updatechannels.sh 2017-10-15 15:44:29 -07:00
Justin Emter
395aaa7972 Reverting changes to commercial injection. 2017-10-04 10:12:57 -07:00
Justin Emter
d8da86f126 Trying new commercial logic to try and fill up the gap. 2017-10-03 15:49:44 -07:00
Justin Emter
59a672760e Working on commercial injection logic to better fill up gap between scheduled content. 2017-10-03 10:19:25 -07:00
Justin Emter
e2e406e2f4 Updated conditional to fix the issue where the bgImage/highlighted current item was sometimes working and sometimes not working. 2017-09-23 08:13:47 -07:00
Justin Emter
a97157f57e Added some logic to highlight/update bg image for channel item using the flag... 2017-09-21 11:33:52 -07:00
Justin Emter
263d8799f7 Completely removed Google Cal. Also experimenting with the -g bug where sometimes the prev day is not cleared - very frustrating. 2017-09-19 09:19:13 -07:00
Justin Emter
7a0f8328b9 Merge branch 'develop'
Merging develop and tagging another release - almost alpha.
v0.9.5
2017-09-17 13:28:45 -07:00
Justin Emter
091dcddcb3 Fixed the conditional. 2017-09-17 13:23:41 -07:00
Justin Emter
7cf1b72659 Updated PseudoChannel.py to catch the weird error that occasionally pops up when running -g 2017-09-15 12:11:13 -07:00
Justin Emter
9d36aef5de Minor fixes, removing the auto xml/html generation when using the -g flag. 2017-09-11 18:50:11 -07:00