ftrvxmtrx / split2flac

Split flac/ape/wv/wav + cue sheet into separate tracks
253 stars 34 forks source link

Optional tags with leading chars don't work #6

Closed Malvineous closed 11 years ago

Malvineous commented 11 years ago

I see in the default tag format the year is optional. I have tried to keep this by using a format like this:

@artist - @album{ (@year)} - @track - @title.@ext

But it actually puts the curly braces into the filename. Is it possible to add support for optional tags where the tag isn't the first thing inside the braces?