View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
Originally Posted by magicalkobra View Post
i cant understand what is written in the link u gave. i am new to linux. can u plz explain more.

I also noticed 2 things. 1st if a song is changed while the screen is locked, when i unlock it, the right album art is shown. However if i try this when the phone is unlocked, it shows the wrong art again

2nd if i change the name of the album, the right art shows. so this proves exactly what u said, that The media player shows album art based purely on the album name. so can u plz help me here clear this link btw name of album and album art
Did you copy your music to the internal memory, or to a microSD card? If it's on the internal memory, open X Teminal and run the following. Make sure to type it in exactly, and press enter after each of the four lines.
rm -f /home/user/.cache/media-art/*.*
rm -f /home/user/.thumbnails/cropped/*.*
find /home/user/MyDocs/.sounds -name .mediaartlocal | xargs rm -rf
tracker-processes -r
 

The Following User Says Thank You to Rob1n For This Useful Post: