Skip to content
othmar52 edited this page Jul 21, 2016 · 17 revisions

#[images] for all retrieved images applies:

  • images will be added to the whole album (directory)
  • filenames currently gets ignored at all

there are 3 separate and combineable options for searching images for those album records


read_embedded

the import script extracts images which are embedded in the id3-tags of mp3 files.
NOTE: activating this option slows down the initial import process in case you have a lot of embedded images

some/directory/My awesome album
├── Track 01 without embedded images.mp3
├── Track 02 with embedded images.mp3       *
├── Track 03 without embedded images.mp3
└── Imagefile1.png

1 (default)
0 deactivate this feature


look_current_directory

all image-files of the album directory will be added to the album

some/directory/My awesome album
├── Track 01.flac
├── Track 02.flac
├── Track 03.flac
├── Imagefile1.jpg  *
└── Imagefile2.png  *

1 (default)
0 deactivate this feature


look_cover_directory

image files of directories with specific names (@see: [images]common_artwork_dir_names) will be added. adding more common_artwork_dir_names in your configuration has to be lowercase and singular.

some/directory/My awesome album
├── Covers
│   ├── front.jpg     *
│   └── back.jpg      *
├── Track 01.flac
├── Track 01.flac
└── Imagefile 1.png

1 (default)
0 deactivate this feature


look_parent_directory

image files from parent directory will be added to each album

some/directory/My awesome label directory
├── My awesome album 1
│   ├── Track 01.flac
│   └── Track 02.flac
├── My awesome album 2
│   ├── Track 01.flac
│   └── Track 02.flac
└── Imagefile 1.png        *

1 (default)
0 deactivate this feature