Hi everyone,
I’ve been trying to generate album lists, but since my efforts aren’t leading to great results, I thought I would ask here.
Is there a way to generate the following list type in TXT?
Album name (album artist, year)
Thank you!
Hi everyone,
I’ve been trying to generate album lists, but since my efforts aren’t leading to great results, I thought I would ask here.
Is there a way to generate the following list type in TXT?
Album name (album artist, year)
Thank you!
Select the files for which you want to get the information.
Press Ctrl-E and then
create a new export script with a suitable name, e.g. "More Infos".
Replace all of the sample text with the following text:
$filename(albumlist.txt,utf-8)
$loop(%ALBUM% %ALBUMARTIST%,1)%ALBUM% (%albumartist%, %year%)
$loopend()
Save the modified script,
close the editor
execute the script with OK
See whether the result is satisfactory.
You are a true lifesaver, thank you!