summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Expand)Author
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
2001-02-11Implemented 'Rewind' in the 'Recordings' menuKlaus Schmidinger
2001-02-04Automatically removing deleted recordings after a whileKlaus Schmidinger
2001-01-13Fixed a problem with recordings that have a single quote character in their n...Klaus Schmidinger
2001-01-01Fix for some compilersKlaus Schmidinger
2000-12-28Implemented 'on disk editing'Klaus Schmidinger
2000-11-18Implemented a 10 seconds latency when removing filesKlaus Schmidinger
2000-11-01Replacing problematic characters in recording names0.6.7Klaus Schmidinger
2000-10-08Fixed daemon mode (RcIo and Interface no longer static)Klaus Schmidinger
2000-10-03Implemented 'new recording' indicatorKlaus Schmidinger
2000-10-03No longer displaying the year in the 'Recordings' menuKlaus Schmidinger
2000-10-03Faster OSD by using bitmapKlaus Schmidinger
2000-07-29Support for more than one video directoryKlaus Schmidinger
2000-07-28Added command line option '-v'Klaus Schmidinger
2000-07-28Added missing include fileKlaus Schmidinger
2000-07-24Implemented 'summary' featureKlaus Schmidinger
2000-07-16Improved handling of blanks in channel and timer namesKlaus Schmidinger