mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added a note about re-generating the index of old recordings with errors
This commit is contained in:
parent
2c6fd804f6
commit
72ad601328
6
HISTORY
6
HISTORY
@ -9984,7 +9984,7 @@ Video Disk Recorder Revision History
|
|||||||
version numbering. Version numbers are simply counted upwards, with each of the three
|
version numbering. Version numbers are simply counted upwards, with each of the three
|
||||||
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
|
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
|
||||||
|
|
||||||
2024-09-26:
|
2024-09-27:
|
||||||
|
|
||||||
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
|
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
|
||||||
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when
|
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when
|
||||||
@ -10005,7 +10005,9 @@ Video Disk Recorder Revision History
|
|||||||
- Errors are now shown as diamond shaped markers in the replay progress display of the
|
- Errors are now shown as diamond shaped markers in the replay progress display of the
|
||||||
default skins. Plugin authors can switch to the new constructor of cProgressBar to
|
default skins. Plugin authors can switch to the new constructor of cProgressBar to
|
||||||
benefit from this feature. Of course this only works with recordings that have error
|
benefit from this feature. Of course this only works with recordings that have error
|
||||||
information stored in their index file.
|
information stored in their index file. If you have existing recordings with errors
|
||||||
|
and want them to be displayed in the progress bar, you can re-generate their index
|
||||||
|
file, either by deleting the old index, or by running vdr with the --genindex option.
|
||||||
APIVERSNUM is now 30004.
|
APIVERSNUM is now 30004.
|
||||||
- When the index file of a recording is regenerated, errors in the recording are now
|
- When the index file of a recording is regenerated, errors in the recording are now
|
||||||
stored in the index file.
|
stored in the index file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user