Feature #2426
Tool to modify data (cdmodify?)
Start date:
Due date:
% Done:
0%
Description
There are some data in the database - especially in image (CDP) and video (CDV/CDVA) databases - that might need to be modified manually. These data include:
- IMDB movie identifier. This one is not currently set and is aimed to be set manually only.
- The quality of translation (of audio stream in video). This one currently can be set only to
ORIGINAL
(no translation) orDUBBED
. Other its values, such asTWO-VOICE
andSINGLE-VOICE
, can be set only manually. - Thumbnails. CD-Index may accidentally take a black screen as a thumbnail. There should be a way to regenerate such thumbnails, without rerunning
cdindex
(what does not guarantee, that all thumbnails will be good).
For the above cases a new tool, e.g., cdmodify
, could be used (for example):
cdmodify "Test media" "path/to/file.ext" imdb 123456
cdmodify "Test media" "path/to/file.ext" audio[1].translation 1-VOICE
cdmodify "Test media" "path/to/file.ext" thumbnail[1]
Related issues
History
#1 Updated by Andriy Lesyuk about 7 years ago
- Related to Feature #1737: Image extractor added
#2 Updated by Andriy Lesyuk about 7 years ago
- Related to Feature #1738: Video extractor added
#3 Updated by Andriy Lesyuk about 7 years ago
- Related to Feature #2427: Tags added
#4 Updated by Andriy Lesyuk about 7 years ago
- Related to Feature #2429: Flag for broken media added