Go to file
Travis Burtrum d10b871943 Fix another UI bug and delete expired autorecs automatically 2023-03-31 01:36:10 -04:00
src/main Fix another UI bug and delete expired autorecs automatically 2023-03-31 01:36:10 -04:00
.gitignore 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
database.mysql.sql Now works on postgresql and mysql/mariadb 2023-03-31 00:27:11 -04:00
database.postgre.sql Now works on postgresql and mysql/mariadb 2023-03-31 00:27:11 -04:00
license.md Initial commit 2017-02-28 00:39:16 -05:00
pom.xml Now works on postgresql and mysql/mariadb 2023-03-31 00:27:11 -04:00
rcrdit.cfg.example.xml Now works on postgresql and mysql/mariadb 2023-03-31 00:27:11 -04:00
readme.md Now works on postgresql and mysql/mariadb 2023-03-31 00:27:11 -04: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 depending on priority.

A web interface is included which shows the schedule and allows you to schedule recordings. Profiles are still set up manually in the database.