I have a 5th gen iPod and Rockbox is working great, but there's a small issue that's nagging me when syncing up my music library. I'm just using rsync to sync my music folder to my iPod when I make any changes and I'm doing it based on timestamp so it only transfers the modified/new files. This works fine, and after I eject and boot back up, I update the database. Now the next time I plug it back in to my PC to sync, some files in any new folders that I transfered (it seems random) will have slightly different timestamps, which causes rsync to think they've changed and transfer them again when I just want only the few files I may have updated. I can get around this by doing an rsync the other direction, from the iPod to my music folder, after the transfer and database update, but it's annoying and I'm not sure why it's happening. Does Rockbox modify the timestamp on the files for some reason when updating the database? Should I just not use the database feature for now? Thanks.