Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
abcde & filenames... ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Voffinn
n00b
n00b


Joined: 29 Jun 2003
Posts: 73
Location: Kópavogur, Iceland.

PostPosted: Sat Sep 27, 2003 6:56 pm    Post subject: abcde & filenames... ? Reply with quote

Code:
# Custom filename munging:
# By default, abcde will do the following to CDDB data to get a useful
# filename:
# * Translate colons to a space and a dash for Windows compatibility
# * Eat control characters, single quotes, and question marks
# * Translate spaces and forward slashes to underscores
# To change that, redefine the mungefilename function.
# mungefilename recieves the CDDB data (artist, track, title, whatever)
# as $1 and outputs it on stdout.
#mungefilename ()
#{
#   echo "$@" | sed s,:,\ -,g | tr \ / __ | tr -d \'\"\?\[:cntrl:\]
#}


After i customized my abcde.conf like i want it, i stranded on this..

Abcde makes _ instead of just " " spaces...

How do i edit that soo abcde will stop coneverting spaces to _ ?

Any help will be appriceated :)

Thank you and sorry about the spelling :p
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum