Comment 3 for bug 1436870

Revision history for this message
Victor Thompson (vthompson) wrote : Re: Music app can't read file system

I think you are experiencing something similar to bug #1436110. The file "/media/phablet/3131-6233/Muziek/Nightwish - Ghost Love Score live from Buenos Aires 2012.mp3" seems to have an invalid "year" field. Perhaps try either manually editing the year ID3 tag or removing the MP3.

Additionally, it sounds like the mediascanner database may be corrupted/incomplete. Try restarting the service ("service restart mediascanner-2.0") and watching the mediascanner-2.0.log file to see if the "what(): no such table: media_attic" errors go away. If it does not, you may want to do the following to correct the corrupted database:

service stop mediascanner-2.0
rm -r /home/phablet/.cache/mediascanner-2.0/*
service start mediascanner-2.0