more I think about it, I suspect the easiest way to accomplish what I want is to just do a regular expression to drop any character that isn't alphanumeric
darwin
what exactly are you trying to do?
sielicki
i just want everything lowercased, I don't like when I list a directory and the filename is wrapped in quotes
I figure I can put all sorts of accurate and beautiful unicode in the id3s, my files might be ugly and misspelled but at least they're easy to deal with
darwin
sielicki: I think you can probably also use posix character classes.
can you use those keywords in beets? In the documentation the defaults aren't expressed that way
eg: they have [\x00-\x7F] where you could use :ascii:
darwin
many modern regex libraries allow it
sielicki
I suppose this is all python, so you probably can
darwin
I think the question is more about python than beets
randybias joined the channel
sielicki
regardless, the regex I proposed is doing its job so far, so I'm not gonna complain.
thanks for the help.
ojdo has quit
ojdo joined the channel
sim590 has quit
stevejohnson joined the channel
sim590 joined the channel
sim590 has quit
sim590 joined the channel
Vacuity_ joined the channel
Vacuity has quit
randybias has quit
beat has quit
beat joined the channel
Joschasa has quit
albertus1 has quit
albertus1 joined the channel
lazka joined the channel
infides joined the channel
Joschasa joined the channel
Joschasa has quit
sparklyballs joined the channel
Joschasa joined the channel
sparklyballs joined the channel
orf_ has quit
randybias joined the channel
simukis joined the channel
lazka has quit
lazka joined the channel
samj1912 joined the channel
lazka has quit
lazka joined the channel
lazka has quit
antfoo_ joined the channel
randybias has quit
r04r has quit
madmouser1 joined the channel
madmouser1 has quit
madmouser1 joined the channel
zz_r04r joined the channel
zz_r04r has quit
infides has quit
zz_r04r joined the channel
neomilium joined the channel
Trauma joined the channel
neomilium has quit
simukis joined the channel
neomilium joined the channel
madmouser1 has quit
_corrupt has quit
_corrupt joined the channel
zz_r04r is now known as r04r
Freso
FunkyELF: I really, really, really recommend reading *all* of the beets documentation over before starting to use it. Even if you forget 90% of it right away, reading everything will give you an idea of what is there so you can look it up when you get stuck on something.