Feature #1736
Command-line options and environmental variables
0%
Description
Currently the syntax for cdindex
is:
$ cdindex "The Wire, Season 1" /media/cdrom /dev/cdrom
Should be something like:
$ cdindex -d /dev/cdrom -i /media/cdrom "The Wire, Season 1"
Note: The database name can be read from ISO9660 too.
Also the following environmental variables could be supported:CDINDEX_MOUNT_POINT
CDINDEX_DEVICE
Related issues
History
#1 Updated by Andriy Lesyuk over 13 years ago
The cdindex
should alos support options for plugins. These can be long options... For example, for video extractor:
$ cdindex --screens 10 "Transformers: Dark of the Moon"
#2 Updated by Andriy Lesyuk over 13 years ago
CD-Index should support “update” mode. This can be full recreation and can be just partial update. For example, if new extractor for images is added to add CDP database one will do:
$ cdindex --update --extractors image "My Media CD"
#3 Updated by Andriy Lesyuk about 7 years ago
- Blocks Feature #2424: Option to skip thumbnail(s) added