After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 398491 - Mass Storage DAP should use file naming conventions
Mass Storage DAP should use file naming conventions
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Device - USB Mass Storage
git master
Other Linux
: Normal normal
: 2.x
Assigned To: Gabriel Burt
Gabriel Burt
Depends on:
Blocks:
 
 
Reported: 2007-01-19 20:12 UTC by Michael Monreal
Modified: 2007-02-01 21:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Monreal 2007-01-19 20:12:57 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
Comment 1 Gabriel Burt 2007-01-31 06:12:26 UTC
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.
Comment 2 Michael Monreal 2007-02-01 21:39:55 UTC
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?