[mythtv-users] Myth music metadata problem

Lawrence Rust lvr at softsystem.co.uk
Sun Nov 29 09:37:45 UTC 2015


On Sun, 2015-11-29 at 12:53 +1100, Chris Nicholls wrote:
> Morning all,
> I have a problem with metadata in mythmusic. I've just re-ripped my CDs 
> in wav format. The problem I have is that not all of the metadata is 
> being recognised. I've resanned on an empty directory, touched every 
> file, rescanned.
> 
> Could anyone cast some light on this please.

To restart from an empty MythMusic database (in 0.27) execute:

mysql -h [hostname] -u mythtv -D mythlive -e'\
 delete from music_albumart;\
 delete from music_albums;\
 delete from music_artists;\
 delete from music_genres;\
 delete from music_songs;\
 delete from music_directories'

Then perform a rescan.

Why .wav files and not FLAC?  They're both lossless.  FLAC is about 1/3
to 1/2 the size.

-- Lawrence Rust



More information about the mythtv-users mailing list