Bug 63238 - error ripping files with "/" in their name
Summary: error ripping files with "/" in their name
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: audiocd (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-25 15:44 UTC by Cyrille Dunant
Modified: 2003-11-24 14:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Dunant 2003-08-25 15:44:16 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

When ripping from a CD with names such as 

Bob Marley / I love hash.ogg

(completely hypothetical)

The ripping fails with the error : The file audiocd:/(...)/Bob Marley / I love hash.ogg deos not exist.

There might be some sort of encoding problem -- or the CD might be subtly copy-protected.
Comment 1 Allan Sandfeld 2003-11-24 13:25:27 UTC
This is funny. The rules for filenames on UNIX are simple: They may contain _any_ character OTHER THAN slash ;)

So it is subtly copy-protected.

Now what should I substitute slashes with?
Comment 2 Cyrille Dunant 2003-11-24 13:29:34 UTC
Subject: Re:  error ripping files with "/" in their name

> 
> So it is subtly copy-protected.
> 
> Now what should I substitute slashes with?
> 

   It stands for "or" generally. So a geeky "||" would work... otherwise "\" is
fine, beeing nearly the same thing. 

   Probably the most friendly would be "\"

Thanks


 -- Cyrille dunant

Comment 3 Allan Sandfeld 2003-11-24 14:22:07 UTC
Subject: kdemultimedia/kioslave/audiocd

CVS commit by carewolf: 

Fixing a handfull of bugs:
 - bug 60069 Songs too short after encoding (thanks to toojays for patch)
 - bug 63238 Error ripping files with "/" in their name (renaming slashes to %2F was already present but not consistent).
 - Set correct title in id3 and ogg-comments

CCMAIL: 63238-done@bugs.kde.org
CCMAIL: 60069-done@bugs.kde.org


  M +57 -42    audiocd.cpp   1.81
  M +1 -0      audiocd.h   1.15