Go to file
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
src/main 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
.gitignore Initial commit 2017-02-28 00:39:16 -05:00
database.sql Initial commit 2017-02-28 00:39:16 -05:00
license.md Initial commit 2017-02-28 00:39:16 -05:00
pom.xml Implement error-prone static analyzer, fix some problems it found 2017-03-03 01:11:14 -05:00
rcrdit.cfg.example.xml Add ability to import multiple xmltv.xml files 2017-02-28 23:53:06 -05:00
readme.md Initial commit 2017-02-28 00:39:16 -05:00

readme.md

rcrdit records TV programs from TV tuners

I wanted an alternative to tvheadend and mythtv that didn't have a million features and instead was great at one single job:

  1. Recording scheduled shows from TV tuners.

Profiles and autorecs are set up in the database, use database.sql to create the correct structure. Add as many autorecs as you wish.

Configure your TV tuner(s) by editing rcrdit.cfg.example.xml, compile the project with mvn clean package then run the project with java -jar target/rcrdit.jar

rcrdit.ics is generated on every schedule import which when imported to a calendar program like thunderbird can easily show which shows will be recorded when and which will be skipped depeding on priority.

A web interface is coming soon.