Feature #2424
Option to skip thumbnail(s)
0%
Description
For some media it may be needed to skip all thumbnails. In this case, the following command line option can be used:
$ cdindex --skip-all-thumbs "Media name"
In other cases it may be needed to skip thumbnails only for some entries (e.g., I had situations, when ffmpeg’s libswscale crashed on a video file). In this case, the following option can be used (multiple times, if needed):
$ cdindex --skip-thumb Failing.avi "Media name"
Related issues
History
#1 Updated by Andriy Lesyuk about 7 years ago
- Blocked by Feature #1736: Command-line options and environmental variables added