Hello!
I have a .cue file:
Example:
…….
PERFORMER "Various"
TITLE "A Time To Remember - 1930"
FILE "A Time To Remember - 1930.flac" WAVE
TRACK 01 AUDIO
TITLE "Noel Coward & Gertrude Lawrence - Private Lives - Noel Coward & Gertrude Lawrence - Private Lives"
PERFORMER "Noel Coward & Gertrude Lawrence - Private Lives"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "Fred Astaire - Puttin' On The Ritz - Fred Astaire - Puttin' On The Ritz"
PERFORMER "Fred Astaire - Puttin' On The Ritz"
………
I open it with Mp3Tag:
Field Artist: Fred Astaire - Puttin' On The Ritz
Field Title: Fred Astaire - Puttin' On The Ritz - Fred Astaire - Puttin' On The Ritz
From Field Artist... I could extract information to make it so the tag:
Artist: Fred Astaire
Title: Puttin' On The Ritz
Thanks! I have to do this with many albums.
Sorry my english. I am a novice at this.
Create an action of the type
Import tag fields for ARTIST and enter
%artist% - %title%
This should leave Fred Astaire as ARTIST and Puttin on the Ritz be moved to TITLE.
Maybe I'm dead wrong, but I do not think that Mp3tag can change the content of a CUE file this way.
There must exist physical media files, in which the respective tag can be written into.
DD.20130207.0830.CET
Thanks for the reply .... and you know a way to do it simple? Thanks!
Unfortunately it does not work
The cue-sheet is derived from the actual audio file. My advice aims at the actual audio file but not at the cue-sheet.
So, extract the single title from the overall audio file and then start tagging properly.
Thank you! Now I'm doing this:
1 - Exporting field tag to txt_taglist:
$filename(txt,utf-8)$loop(%_path%)%artist%
$loopend()
2 - Funtion Text file - tag
%artist% - %title%
I takes time, but it's the only way I can do.
Thanks
dano
February 7, 2013, 3:16pm
8
Action type: Guess values (valores acertados)
Source format: %artist%
Guessing pattern: %artist% - %title%
I really do not understand what you're doing.
And I am totally unsure whether you know what you are doing.
DD.20130207.1715.CET
Thanks!!!!! But not working with CUE file
Just because I could finish. In summary export the artist tag to a text file and then import it (txt_tag) as % artist% -% title% (Funtion Text file - tag).
DetlevD
February 7, 2013, 4:44pm
12
It seems like you are telling us a cock-and-bull story.
DD.20130207.1837.CET
Thanks brothers for your help!