Filename Pattern

19 views
Skip to first unread message

Maxus

unread,
Jan 21, 2010, 12:04:13 PM1/21/10
to thelastripper-dev
All,

I would like to adapt the filename as follows:

Artist-Songtitle.mp3

I do not care for folders and all the other ID3 tags.

It would be great if someone could give me the correct string for
that.

Thanks
Maxus

Oz

unread,
Jan 31, 2010, 4:46:45 AM1/31/10
to thelastripper-dev

> Artist-Songtitle.mp3

%a-%t

%a = artist
%t = track name
%r = album
%N = ? track number

default is: %a\%r\[%N - ]%t

mine is now %a\%a - %t

yeilds: c:\music\Artist\Artist - Song Name.mp3

Raven Lee

unread,
Feb 2, 2010, 5:43:26 PM2/2/10
to thelastripper-dev
Under Windows Vista x32...

Setting it to %a\%a - %t causes an immediate crash.
Changing it back to the default, %a\%r\[%N - ]%t allows it to
function.

Any explanations?

I wish the default was %a\%a - %t. Very few people want the clunkier %a
\%r\[%N - ]%t format.

Reply all
Reply to author
Forward
0 new messages