Bug 277284 - Add the NTFS file name compatibility in the CD ripping function
Summary: Add the NTFS file name compatibility in the CD ripping function
Status: REPORTED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 2.0.2
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 10:07 UTC by giggi1999
Modified: 2020-04-24 05:27 UTC (History)
2 users (show)

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 giggi1999 2011-07-07 10:07:30 UTC
Version:           2.0.2 (using KDE 4.6.4) 
OS:                Linux

In NTFS the character  \ / : * ? < > | are not allowed in file names.
So if we move an audio file generated with k3b under Windows it become problematic.
Normally in the audio file are frequently used the colon [:] or quote ["] .

So for me it's useful if you add a function that remove or replace these characters form file and directory names.
That function should be included in the CD rip dialog.

For more details:
http://en.wikipedia.org/wiki/NTFS

Tnx.


Reproducible: Didn't try



Expected Results:
Comment 1 enno 2020-04-24 05:27:21 UTC
To solve this, how about adding, perhaps as a default, the lines 

regexp_replace=_
regexp_search=[<>":\\\\|?*]

to ~/.config/kcmaudiocdrc ? 

Few have titles with these letters, but those that do and use Windows will be grateful.