Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How To Format Files As Artist - Song Name In CUERipper? (Read 653 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

How To Format Files As Artist - Song Name In CUERipper?

How do I set it up so the ripped files is named as Artist - Song Title in CUERipper?

Re: How To Format Files As Artist - Song Name In CUERipper?

Reply #1
By files I assume tracks mode (one file per track).

Do want the track artist or the album artist? These are often the same but not on Various Artist rips.

In Options
This track filename template will give you the track artist(s)
Code: [Select]
%artist% - %title%

%album artist% only exists when the track artists are different so the track filename template is a little more complicated.
Code: [Select]
$if2(%album artist%,%artist%) - %title%
This template returns %artist% when %album artist% doesn't exist.

By omitting the track number you may have an issue with sorting (tracks played out of order). This depends on the player and type of audio file (untagged .wav files for example).
korth

Re: How To Format Files As Artist - Song Name In CUERipper?

Reply #2
By files I assume tracks mode (one file per track).

Do want the track artist or the album artist? These are often the same but not on Various Artist rips.

In Options
This track filename template will give you the track artist(s)
Code: [Select]
%artist% - %title%

%album artist% only exists when the track artists are different so the track filename template is a little more complicated.
Code: [Select]
$if2(%album artist%,%artist%) - %title%
This template returns %artist% when %album artist% doesn't exist.

By omitting the track number you may have an issue with sorting (tracks played out of order). This depends on the player and type of audio file (untagged .wav files for example).
I always format my files as Artist - Song Name (Ft. Artist)