I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Feature #1736

Command-line options and environmental variables

Added by Andriy Lesyuk almost 13 years ago. Updated almost 13 years ago.

Status:
Open
Priority:
Normal
Assignee:
Target version:
-
Start date:
05 May 2011
Due date:
% Done:

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

Related to CD-Index - Feature #1738: Video extractor Closed 05 May 2011 03 Oct 2017
Blocks CD-Index - Feature #2424: Option to skip thumbnail(s) New

History

#1 Updated by Andriy Lesyuk almost 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 almost 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 over 6 years ago

Also available in: Atom PDF

Terms of use | Privacy policy