mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Add some info on CUE file handling
This commit is contained in:
parent
6d53ac16a9
commit
649ce31907
14
UserGuide.md
14
UserGuide.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user