1.
winecountrymedia wrote: ↑06 Sep 2023, 23:47
I believe they are text files as I can open and read them in notepad++
The MediaInfo did not work for me with the .lrc files
Since the
*.lrc file itself does not have
ID3 Tags, it won't work.
FileBot r10009 (i.e. the latest revision as of 2023-09-06) adds support for processing
*.lrc by using the
ID3 Tags from the corresponding same-name-same-folder
*.flac media file.
EDIT: A
custom post-processing script could be created with the current stable release and have custom code move / copy along
*.lrc files.
2.
Your
*.flac file has the following
ID3 Tags:
Properties: Select all
Title : Bad - 2012 Remaster
Album : Bad (Remastered)
Track/Position : 1/11
Performer : Michael Jackson
Your format:
will thus generate the following file path:
Code: Select all
Michael Jackson/Bad (Remastered)/Michael Jackson - 01 - Bad - 2012 Remaster
based on the
ID3 Tags above.
winecountrymedia wrote: ↑06 Sep 2023, 04:31
also to add to this. When the artist sings a song with another artist its put in a separate folder.
Like this
Michael Jackson
Michael Jackson,Janet Jackson
How can I make sure ONLY the main artist is named?
The sample file above notably cannot possibly generate
Michael Jackson,Janet Jackson. Are you sure that you get
Michael Jackson,Janet Jackson in the target file path with this particular sample file?
Please provide the media info table for a file where you don't get the expected file name.