Hi
is there a way to download a whole albums lyrics?
i mean i can download lyric but track by track
would love to download many tracks once
can i do it?
thanks
Hi
is there a way to download a whole albums lyrics?
i mean i can download lyric but track by track
would love to download many tracks once
can i do it?
thanks
Not with Mp3tag.
thanks
Hi ohrenkino
is there a way to convert lyric tag in the field UNSYNCEDLYRICS to files .lrc format ?
thanks
You can create an export for a file for the contents of the field UNSYNCEDLYRICS.
It will be a plain text file which most certainly lacks the timing/synchronization information of an lrc file.
It is no conversion, just an export.
hi
i tried to to it but i got a problem
look please
which is not astounding.
See the help on export https://docs.mp3tag.de/export
also, see the Menu File>Export for an immediate export (without being part of an action).
Use an existing script as source and make a copy of it. I suggest the csv export.
You then need as contents for the export something like this:
$filename(%title%.txt,utf-8)$loop(%title%)%_filename%
%unsyncedlyrics%
$loopend()
hi
i have to create a export script with this code ?
$filename(%title%.txt,utf-8)$loop(%title%)%_filename%
%unsyncedlyrics%
$loopend()
copy in the right folder ,and after use the export command
thanks
i have to create a export script with this code ?
$filename(%title%.txt,utf-8)$loop(%title%)%_filename%
%unsyncedlyrics%
$loopend()
copy in the right folder ,and after use the export command
thanks
hi ohrenkino
thanks
seems to work ,but i need a lrc file with same file name
for example
02 White America.mp3
02 White America.lrc
the script create a file like White America.lrc
the script work only 1 file , if i select several files , the action save only 1 lrc file ,why?
thanks
to get the same filename, you could modify this part of the export script
$filename(%title%.txt,utf-8)
to
$filename(%_filename%.lrc,utf-8)
And yes, you would have to tread each file individually or use a "split file utility that you find in this forum.
/t/13645/1
thanks ohrenkino
appreciate your help