Bug 277284

Summary: Add the NTFS file name compatibility in the CD ripping function
Product: [Applications] k3b Reporter: giggi1999
Component: generalAssignee: k3b developers <k3b>
Status: REPORTED ---    
Severity: wishlist CC: enno.nagel, trueg
Priority: NOR    
Version: 2.0.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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.