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 442137 - filename not changed to the "standard" when adding a song to ipod
filename not changed to the "standard" when adding a song to ipod
Status: RESOLVED OBSOLETE
Product: rhythmbox
Classification: Other
Component: iPod
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on: 338564
Blocks:
 
 
Reported: 2007-05-29 18:35 UTC by Sebastien Bacher
Modified: 2018-05-24 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2007-05-29 18:35:58 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/117578

"Binary package hint: rhythmbox

I was adding a song to my ipod (dragged it from the library) while I noticed that its filename in the ipod does not follow the standard
XXXX.mp3 but had the name unaltered which is "04-J'ai Dormi Sous L'eau.mp3"

could this create problems?
..."
Comment 1 Nicolò Chieffo 2007-06-17 21:58:43 UTC
note that this could create problems if the file name contains some forbidden fat32 characters such as : or <
Comment 2 Christophe Fergeau 2007-06-17 22:26:43 UTC
(In reply to comment #1)
> note that this could create problems if the file name contains some forbidden
> fat32 characters such as : or <
> 

Yep, this is bug #374078
Comment 3 Nicolò Chieffo 2007-06-17 22:32:31 UTC
Why it is not used the standard way to determine the file name on the ipod?
Comment 4 Christophe Fergeau 2007-06-17 22:39:36 UTC
There is no such thing as a "standard" way since the ipod is totally undocumented by apple. I felt keeping as much of the original filename as possible was nice when I first wrote the code, but it's not actually that useful, so I might change it.
Comment 5 Nicolò Chieffo 2007-06-17 22:44:48 UTC
I said standard because itunes, gtkpod and banshee (I don't know if other apps too) always rename the file in 4-capitalized-letters.mp3
Maybe this to avoid risks we were talking about!
And I should add that it might also be a maximum length limit in fat32 partitions.

Thank you!
Comment 6 Christophe Fergeau 2007-06-17 22:52:23 UTC
gtkpod does not, it creates gtkpodXXXX.mp3 files. Rb code already handles the fact that there's a max size on the filenames (not a fat32 limitation, but some arbitrary limitation in the ipod firmware)
Comment 7 Nicolò Chieffo 2007-06-17 23:07:24 UTC
All right! If you want you can reject this bug. Now I understood that there is no problem in saving files using names different than XXXX.mp3
thank you!
Comment 8 Christophe Fergeau 2007-06-17 23:11:25 UTC
Actually using the same kind of names as gtkpod would have a few nice side-effects code-wise (less code in rhythmbox, no more problems with bug #374078) so it was worth raising that bug. I guess I'll change it when I get a chance ;)
Comment 9 Christophe Fergeau 2009-04-14 10:10:56 UTC
Another data point, it seems the iQuiz iPod game only works with filenames following the XXXX.mp3 pattern.
Comment 10 Christophe Fergeau 2010-03-19 22:53:10 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=612145#c0 has some code doing something close to that.
Comment 11 GNOME Infrastructure Team 2018-05-24 12:36:21 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/377.