Hey Dino, If I'm not mistaken, the rhythmdb.xml file is located in the ~/.local/share/rhythmbox folder. You mentioned that you moved your songs from your 'business' system to your 'music' system. The rhythmdb.xml file *will* have the ratings for each song you had in your library, but those ratings will be associated with a specific File. Here is a rhythmdb.xml entry for one of my songs: <entry type="song"> <title>Folsom Prison Blues</title> <genre>Country</genre> <artist>Johnny Cash</artist> <album>At Folsom Prison</album> <track-number>1</track-number> <duration>162</duration> <file-size>3899670</file-size> <location>file:///media/music/Music/Johnny%20Cash/At%20Folsom%20Prison/01-Johnny%20Cash%20-%20Folsom%20Prison%20Blues.mp3</location> <mountpoint>file:///media/music</mountpoint> <mtime>1244012353</mtime> <first-seen>1179797650</first-seen> <last-seen>1249519471</last-seen> <play-count>1</play-count> <last-played>1191311591</last-played> <bitrate>192</bitrate> <date>718432</date> <mimetype>application/x-id3</mimetype> <mb-trackid></mb-trackid> <mb-artistid></mb-artistid> <mb-albumid></mb-albumid> <mb-albumartistid></mb-albumartistid> <mb-artistsortname></mb-artistsortname> <album-sortname></album-sortname> </entry> The <location> entry says that the file resides here: /media/music/Music/Johnny Cash/At Folsom Prison/01-Johnny Cash - Folsom Prison Blues.mp3 Here's what I'm getting to: If the folder structure for your songs on your 'music' system doesn't match the folder structure on your 'business' system, then the rhythmdb.xml file won't be able to find the actual mp3 files when Rhythmbox is started (because the files will be in a different folder than where rhythmdb.xml thinks they are). I was in a similar situation earlier this year. What I did was *backup* the original rhythmdb.xml file from my 'source' system. With a safe backup, I created a very well-formed 'sed' statement to convert the folder structure to match where my files would be on my 'destination' system. On the source, everything was in '/home/jdaiker/Desktop/Music/' on the destination, everything was now in '/media/music/Music'. Remember to backup your rhythmdb.xml file before you start messing with it, though. I've been known to e-mail it to myself. ;-) Hope I didn't make that too confusing for you. :-P John On 08/05/2009 06:00 PM, Dino wrote: Hi! |