When writing to the local CDDB, if a mbid exists, write that value into CDDBID.mbid
eg
if [ -s "${ABCDETEMPDIR}/mbid.$(checkstatus cddb-choice)" ]; then
cp "${ABCDETEMPDIR}/mbid.$(checkstatus cddb-choice)" $HOME/.cddb/2604e204.mbid
fi
resulting in a CDDB entry:
:~/Music/abcde.2604e204$ ls -l $HOME/.cddb/2604e204*
-rw-rw-r-- 1 user group 551 Jan 24 23:20 /home/josh/.cddb/2604e204
-rw-rw-r-- 1 user group 36 Jan 24 23:27 /home/josh/.cddb/2604e204.mbid
Read the value back when using the locally cached CDDB. This will make future Musicbrainz cover art searches possible
When writing to the local CDDB, if a mbid exists, write that value into CDDBID.mbid
eg
resulting in a CDDB entry:
Read the value back when using the locally cached CDDB. This will make future Musicbrainz cover art searches possible