Commit Graph

98 Commits

Author SHA1 Message Date
mutto233
b5f3fae951 Add files via upload 2018-06-22 00:45:10 -04:00
mutto233
5c44ed34b1 Add files via upload 2018-06-21 12:05:21 -04:00
mutto233
22477e5229 Add files via upload 2018-06-21 01:31:31 -04:00
mutto233
9b2f6df579 Add files via upload 2018-06-19 21:40:57 -04:00
Justin Emter
a759312d6a Fix for the -i (import shows) logic. Updated SQL command to UPDATE and existing rows with only lastEpisodeTitle 2018-04-03 19:43:57 -07:00
Justin Emter
cb9eb2f993 Removed daily sched update functionality from app. Added logic to generate_daily_sched.sh to startstop channel, update daily schedule. 2018-03-28 10:32:08 -07:00
Justin Emter
211994969e Turning off overlap-cache as I try to fix daily scheduling error. 2018-03-19 17:23:55 -07:00
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
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
586dcf7eba Added variable in config to specify the html title. 2017-12-23 10:47:58 -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
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
91d20a2d5a Fixed play() err, custom-section-names should be working now. 2017-12-02 14:04:51 -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
7285e51a92 Committing commented time-shift logic. 2017-11-25 17:35:58 -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
d8da86f126 Trying new commercial logic to try and fill up the gap. 2017-10-03 15:49:44 -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
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
Justin Emter
e1a3fe49d6 Tinkering with the time logic / more xml tests. 2017-08-28 23:07:36 -07:00
Justin Emter
0e5949ec7f Added fix for taking advantage of the daily time blocks in the xml - i.e. <saturdays> or <mondays> 2017-08-28 11:16:08 -07:00
Justin Emter
105648ed4c Added stop functionality for when killing the app via startstop.sh 2017-08-20 01:40:25 -07:00
Justin Emter
daf8ced89b Cleaning up code base, etc. getting ready for release. 2017-08-18 12:50:54 -07:00
Justin Emter
2205cf723b Added in support for multiple movie filter values seperated by a comma, i,e, contentRating:G,PG,PG-13 2017-08-17 14:53:59 -07:00
Justin Emter
69e92ef68e Added documentation to XML / defaults to strict-time / time-shift. Also removed overlap-max for now until it's fully implemented. 2017-08-17 12:12:59 -07:00
Justin Emter
bea4b4286b Another try at fixing the occasional issue where the previous daily_schedule is not cleared when the new one is generated. 2017-08-17 06:42:03 -07:00
Justin Emter
691e0f4469 Added support for xtra args in the xml to further specify random movie params. There are a few gotchas. The xml attribute should look like this: xtra='actor:tom cruise genre:action contentRating:r' and I the local db must be current. If it fails then it just dismisses all params and grabs random movie. 2017-08-16 16:25:33 -07:00
Justin Emter
4dbf5b4c07 Experienced the duplicate entry error for todays daily_schedule error. Trying something different. 2017-08-15 10:53:54 -07:00
Justin Emter
c903a1c6d7 Updates to scripts. 2017-08-13 11:48:29 -07:00
Justin Emter
7f06384c2f Added flag to only use the new cache update logic if app is being updated with new schedule. 2017-08-10 10:08:27 -07:00
Justin Emter
ee863eb888 Potential fix for the daily schedule update / interruption to currently playing media - issue. 2017-08-10 10:02:07 -07:00
Justin Emter
1e7219cb70 Importing the previously exported json queue seems to be working. Will overwrite all the shows table with the json data. 2017-08-09 19:39:46 -07:00
Justin Emter
f55f90819d Started adding export / export of playhead queue via json for easy transferring / restarting db. 2017-08-09 19:07:55 -07:00
Justin Emter
091acc4057 Added 'generate_daily_sched.sh' that should be used as a crontab only when using the 'startstop.sh' script exclusively.' 2017-08-09 11:55:53 -07:00
Justin Emter
d2512b0069 Altered SQL for removing daily_schedule data before adding newly generated data. 2017-08-09 11:09:29 -07:00
Justin Emter
f2b6b87b56 Added startstop.sh file to easily start / stop PseudoChannel.py in the background. Also loggin support in ./pseudo-channel.log 2017-08-09 00:30:02 -07:00
Justin Emter
a82af271f7 Added some more strength to the trigger conditions. 2017-08-08 22:20:18 -07:00
Justin Emter
eefa6e68c5 Added the sleep timer again for raspi fix? 2017-08-08 21:20:20 -07:00
Justin Emter
a7e2e6cc53 Fix 2 2017-08-08 21:08:18 -07:00
Justin Emter
e72893db96 Ahh think I fixed that issue where it starts it from the beginning if it is more than half way through an episode. 2017-08-08 21:04:54 -07:00
Justin Emter
b7aec2bc70 Removed the annoying delay before triggering current media play(). 2017-08-08 21:01:41 -07:00
Justin Emter
21a5f7c28a Another potential fix for play-nearest-media-right-away functionality. 2017-08-08 20:53:20 -07:00