Add some info on CUE file handling

This commit is contained in:
Craig Drummond 2022-03-13 11:13:01 +00:00
parent 6d53ac16a9
commit 649ce31907

View File

@ -174,6 +174,16 @@ As a rough guide, a 2015-era i7 8-core laptop with SSD analyses around 14000
tracks/hour.
CUE files
---------
If the anlyser encounters an audio file with a matching CUE file (e.g.
`album.flac` and `album.cue` in same folder) then it will attempt to analyse the
individual tracks contained within. To do this the analyser uses `ffmpeg` to
create temporary 128k MP3 files of each track. (These temporary files are
removed afterwards).
Exclude folders
---------------
@ -244,6 +254,10 @@ entries):
.\bliss-analyser.exe tags
```
*NOTE* Tag re-reading is not implemented for CUE tracks. Therefore if you update
your CUE files you will need to remove these from the database and re-analyse,
or manually edit the meta-data in `bliss.db` using an SQLite GUI.
Ignoring tracks in mixes