summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Expand)Author
2003-04-27Fixed minimum lifespan of deleted recordingsKlaus Schmidinger
2003-04-12Implemented a 'resume ID' which allows several users to each have their own ...Klaus Schmidinger
2003-03-30Fixed a crash in case the index file can't be accessed any more during replayKlaus Schmidinger
2003-03-30Further increased the timeout until an index file is considerd no longer to b...Klaus Schmidinger
2003-01-06Limiting Subtitle length when creating a recording file name from EPG dataKlaus Schmidinger
2002-12-23Increased the timeout until an index file is considerd no longer to be writtenKlaus Schmidinger
2002-10-20Timers now internally have a pointer to their channelKlaus Schmidinger
2002-10-13Changed a few leftover 'new char[...]' to MALLOC(char, ...)Klaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-08-24Fixed replaying the last few seconds of a recordingKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-07-27Made VFAT handling more tolerantKlaus Schmidinger
2002-06-22Activated cuttingKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-04-21Now encoding '.' at the end of a directory name in case of VFAT=11.0.1Klaus Schmidinger
2002-04-01Fixed a bug when a timer records over midnight of a day that had a change in ...Klaus Schmidinger
2002-03-23Improved usage of 'safe_write()'Klaus Schmidinger
2002-03-23Now writing the title of a recording into the 'summary.vdr' fileKlaus Schmidinger
2002-03-16Physically removing a deleted recording if one with the same name shall be de...Klaus Schmidinger
2002-03-09Added log messages when deleting recordings in case the disk runs full while ...Klaus Schmidinger
2002-03-07Fixed a comment typoKlaus Schmidinger
2002-02-24Taking the German umlauts 'as is' when compiled with VFATKlaus Schmidinger
2002-02-15Fixed the 'Low disk space!' messageKlaus Schmidinger
2002-02-15Removed '#define VFAT 1' (was a leftover from testing)Klaus Schmidinger
2002-02-10No more trailing '~' in progress displayKlaus Schmidinger
2002-02-10If compiled with VFAT=1, characters that can't be handled by a VFAT system ar...Klaus Schmidinger
2002-02-03Implemented TITLE and EPISODE keywordsKlaus Schmidinger
2002-01-27Reverted to 'find' instead of 'ftw()' to collect recordings (ftw() was much s...Klaus Schmidinger
2002-01-27Ignoring 'stale NFS file handle' error when scanning recordingsKlaus Schmidinger
2002-01-26A message is now prompted if free disk space becomes low during recordingKlaus Schmidinger
2002-01-26Fixed handling file names that contain single quotes or dollar signs in calls...Klaus Schmidinger
2002-01-20Now using 'ftw()' instead of an external 'find' to collect recordingsKlaus Schmidinger
2002-01-20The 'Recordings' menu now displays a hierarchical structureKlaus Schmidinger
2001-10-20Closing all open file descriptors when calling external programsKlaus Schmidinger
2001-10-19Fixed timers starting and ending at unexpected timesKlaus Schmidinger
2001-10-07Moved the _GNU_SOURCE macro into the MakefileKlaus Schmidinger
2001-10-07Sorting recordings internally, with episodes sorted chronologicallyKlaus Schmidinger
2001-09-30Lock file for accessing the video directoryKlaus Schmidinger
2001-09-23Calling the '-r' program after editing, tooKlaus Schmidinger
2001-09-02Using subtitle for repeating timers; taking summary at recording timeKlaus Schmidinger
2001-09-02Using '~' in recording filenameKlaus Schmidinger
2001-09-01Copying summary info when cutting a recordingKlaus Schmidinger
2001-08-12Made I/O more robust by handling EINTR0.9.1Klaus Schmidinger
2001-06-16VFAT switch exchanges ':' in recording names; modified exchanging charactersKlaus Schmidinger
2001-06-12Fixed removing recordings with Lifetime = 99Klaus Schmidinger
2001-06-02Converted to the new API plus several small enhancements0.8.0Klaus Schmidinger
2001-03-31Fixed a problem with Daylight Saving TimeKlaus Schmidinger
2001-02-18Compile time switch VFAT to enable Windows compatible file namesKlaus Schmidinger
2001-02-11Removing empty directoriesKlaus Schmidinger