GNOME Bugzilla – Bug 398491
Mass Storage DAP should use file naming conventions
Last modified: 2007-02-01 21:39:55 UTC
After copying a file to the DAP it shows up as 3 Doors Down - Seventeen Days - 01 - Right Where I Belong.mp3 where it should be 3_Doors_Down_-_Seventeen_Days_-_01_-_Right_Where_I_Belong.mp3 thanks to the naming script¹ The DAP sync code should fully pick up the naming settings from Banshee. [1] http://banshee-project.org/forums/viewtopic.php?t=13
Thanks for the report, this should be fixed in SVN, unless your device has a HAL folder_depth set (most don't), in which case we have to do our own thing.
I use a .is_audio_player file to set those preferences. Unfortunately I think I need folder_depth=0, because my device doesn't read files from subdirectories :( Can't the prefix just be cut to match folder_depth?