Commit Graph

16 Commits

Author SHA1 Message Date
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