11-02-2024, 04:27 PM
@ICLlP
Did you remember to clear your Library Tag Cache as well as regenerate the database? (It's a choice on the Library Config screen).
---
If you still have a ghost in the system you might ask MPD to show you all the tracks in its database associated with the subject album(s), e.g., the ones in whose metadata the Title field contains the string 'Canterbury Tales'.
The command is
mpc find "(Album contains 'Canterbury Tales')"
So, for example, if from one of my moOde players I search my MPD database for all the tracks associated with an album I know is named something like "Beethoven Symphonie"
A traditional Linux-Head approach would be to list the whole MPD database (mpc listall) and search the result for strings of interest. You can run man mpc to learn more about the capability of the mpc app.
Regards,
Kent
Did you remember to clear your Library Tag Cache as well as regenerate the database? (It's a choice on the Library Config screen).
---
If you still have a ghost in the system you might ask MPD to show you all the tracks in its database associated with the subject album(s), e.g., the ones in whose metadata the Title field contains the string 'Canterbury Tales'.
The command is
mpc find "(Album contains 'Canterbury Tales')"
So, for example, if from one of my moOde players I search my MPD database for all the tracks associated with an album I know is named something like "Beethoven Symphonie"
Code:
rho@m914green:~ $ mpc find "(Album contains 'Beethoven Symphonie')"
NAS/OMV-MUSIC/Classical/Berliner Philharmoniker · Herbert von Karajan/Beethoven Symphonie No3 Eroica/01 Berliner Philharmoniker · Herbert von Karajan - Symphonie #3 in Es-Dur Op.55 ''Eroica'' - 1. Allegro con brio.flac
NAS/OMV-MUSIC/Classical/Berliner Philharmoniker · Herbert von Karajan/Beethoven Symphonie No3 Eroica/02 Berliner Philharmoniker · Herbert von Karajan - Symphonie #3 in Es-Dur Op.55 ''Eroica'' - 2. Marcia funebre (Adagio assai).flac
NAS/OMV-MUSIC/Classical/Berliner Philharmoniker · Herbert von Karajan/Beethoven Symphonie No3 Eroica/03 Berliner Philharmoniker · Herbert von Karajan - Symphonie #3 in Es-Dur Op.55 ''Eroica'' - 3. Scherzo (Allegro vivace).flac
NAS/OMV-MUSIC/Classical/Berliner Philharmoniker · Herbert von Karajan/Beethoven Symphonie No3 Eroica/04 Berliner Philharmoniker · Herbert von Karajan - Symphonie #3 in Es-Dur Op.55 ''Eroica'' - 4. Finale (Allegro molto).flac
NAS/OMV-MUSIC/Classical/Berliner Philharmoniker · Herbert von Karajan/Beethoven Symphonie No3 Eroica/05 Berliner Philharmoniker · Herbert von Karajan - Overture Op. 84 ''Egmont''.flac
A traditional Linux-Head approach would be to list the whole MPD database (mpc listall) and search the result for strings of interest. You can run man mpc to learn more about the capability of the mpc app.
Regards,
Kent