I want to add the Rating tag to all of my flac & mp3 files. I have a list to what I want the tag for each song to be set at and I can easy set up a batch file for the tag update for each song using coreconverter. If I use the Music Converter with [ID Tag Update] in windows for an individual file and add the Ratings tag it works. If I try it using the CLI as follows:
coreconverter.exe -infile="E:\Ripped CDs\3 Dog Night\The Best Of 3 Dog Night\02 - Easy To Be Hard.flac" -outfile="E:\Ripped CDs\3 Dog Night\The Best Of 3 Dog Night\02 - Easy To Be Hard.flac" -convert_to="[ID Tag Update]" -tag="Rating=4"
the file updates but the Rating tag is not updated. When I do this to mp3 files the ID tag is updated from ID3v1.0 to ID3v2.0, but the Rating tag is not added. If I change the -convert_to="[ID Tag Update]" to be -convert_to="FLAC" the files recompress and the Rating tag is added.
I would rather just update the tags as opposed to recompressing all of my music. Does the -tag just not work with the [ID Tag Update] in the CLI?
coreconverter.exe -infile="E:\Ripped CDs\3 Dog Night\The Best Of 3 Dog Night\02 - Easy To Be Hard.flac" -outfile="E:\Ripped CDs\3 Dog Night\The Best Of 3 Dog Night\02 - Easy To Be Hard.flac" -convert_to="[ID Tag Update]" -tag="Rating=4"
the file updates but the Rating tag is not updated. When I do this to mp3 files the ID tag is updated from ID3v1.0 to ID3v2.0, but the Rating tag is not added. If I change the -convert_to="[ID Tag Update]" to be -convert_to="FLAC" the files recompress and the Rating tag is added.
I would rather just update the tags as opposed to recompressing all of my music. Does the -tag just not work with the [ID Tag Update] in the CLI?
Comment