Commit Graph

33 Commits

Author SHA1 Message Date
Travis Burtrum d10b871943 Fix another UI bug and delete expired autorecs automatically 2023-03-31 01:36:10 -04:00
Travis Burtrum 7449a2d85c Fix some UI display annoyances, mostly sorting 2023-03-31 01:10:28 -04:00
Travis Burtrum 111b7e255b Now works on postgresql and mysql/mariadb 2023-03-31 00:27:11 -04:00
Travis Burtrum bcbca03ffb Add missing null check 2017-11-20 20:02:51 -05:00
Travis Burtrum fdb2f46fc8 Pull dependencies from ajax.googleapis.com 2017-10-29 15:36:18 -04:00
Travis Burtrum 3d12bf263f Decide new scheduler is fine, old scheduler is purged 2017-10-29 15:14:47 -04:00
jrlambs 763d455aa3 Fix some bugs in the creation of the start/stop timers 2017-04-07 23:55:50 -04:00
Travis Burtrum 2b21bf05cf Inverted condition fixed 2017-04-06 22:24:25 -04:00
Travis Burtrum af97ed3e5c Include SubTitle in file name instead of Description 2017-04-04 22:50:10 -04:00
Travis Burtrum a79fc8b3c2 Add List<StartStop> to Programs and generic scheduling algorithm, doesn't work perfectly yet and is not enabled 2017-03-23 23:10:46 -04:00
Jeff Lamb 24bde789b8 Change the formatting of upcoming recordings a bit 2017-03-13 22:56:50 -04:00
Jeff Lamb c9de3a4e2c Very basic listing of upcoming recordings functionality in the UI 2017-03-12 23:44:45 -04:00
Travis Burtrum ce4481f60c Enable saving/loading of all autorec fields 2017-03-11 23:32:43 -05:00
Jeff Lamb d40dd9e253 Grrr fix bad css property 2017-03-11 22:56:23 -05:00
Jeff Lamb 3419226e2a Check every 30 seconds/display what is currently recording 2017-03-11 22:37:02 -05:00
Jeff Lamb db70070769 Beginning of menu at top of screen. you can at least see a list of autorecs now 2017-03-11 21:20:08 -05:00
Jeff Lamb e7716322bc Recordings can be scheduled for one showing or recurring, allows to select priority and profile for either, and more options to be able to be selected for the recurring option. 2017-03-10 21:35:39 -05:00
Jeff Lamb ccd29b6169 Can now schedule individual recordings by clicking on an item in the schedule and clicking the "Single Record" icon. NOTE: this should enter the start/stop time as well, but the code to do so is commented out because it crashes the program after the recording is added when it reads the schedule. 2017-03-08 23:01:29 -05:00
Jeff Lamb 9ce3baaca5 Now you can navigate the schedule by selecting a date or by clicking the left/right arrows on the guide. I don't like the jqueryui theme, but it's good enough for now 2017-03-06 23:28:53 -05:00
Jeff Lamb ad24fcc8a3 Make sure our guide data always contains all programs that end since the "Top of the hour" 2017-03-06 19:44:23 -05:00
Jeff Lamb 3c23769504 Clicking on the logo now forces a schedule update on the backend. This is temporary until I can get adding recordings to be done through the UI 2017-03-06 18:16:31 -05:00
Jeff Lamb b7483ec6b3 Initial css layout of the application, TV schedule looks better. 2017-03-05 23:19:18 -05:00
Jeff Lamb abb7f5ff2a Switch to lists and divs for schedule, not as pretty yet and not done.. baby steps 2017-03-04 23:33:39 -05:00
Jeff Lamb 534f0996b2 Fix issue with 415 error when starting with java instead of maven 2017-03-04 21:16:18 -05:00
Jeff Lamb 4ef91a13be Proof of Concept on TV Guide, index.html now shows the guide for the current hour and next hour for up to 100 channels. 2017-03-04 00:34:58 -05:00
Jeff Lamb d95a9ec9e1 Add web service function to get the schedule. 2017-03-03 22:12:18 -05:00
Travis Burtrum 352e8ed1ad Implement error-prone static analyzer, fix some problems it found 2017-03-03 01:11:14 -05:00
Travis Burtrum ae8df83ce8 Add list of programs to channel for UI 2017-03-03 00:39:09 -05:00
Travis Burtrum 896f5f0698 Switch to released version of sxf4j 2017-03-03 00:25:06 -05:00
Travis Burtrum 783cc6bc70 Add ability to import multiple xmltv.xml files 2017-02-28 23:53:06 -05:00
Travis Burtrum c454eb713f Start of web application, getSchedule rest method works 2017-02-28 23:31:28 -05:00
Travis Burtrum b293263462 Continue appending to same file if InputStream breaks 2017-02-28 22:52:10 -05:00
Travis Burtrum 9df6f7b9f7 Initial commit 2017-02-28 00:39:16 -05:00