Hi,
I hope that the title was descriptive enough
I really like using MP3Tag for all of my file / tag manipulation with my audio files. There is an option to use external tools for conversion, etc., and the dbPowerAMP CLI is one of those tools. I've had quite a bit of success with converting FLAC / APE files to MP3s for use in portable music players. I've been able to get all of the lossless tagging formats to convert to the ID3 equivalents with ease, with the exception of album art. Is there a way to do this with the CLI? I've scoured the CLI help and LAME codec documentation, and I saw nothing about importing album art using the CLI.
So far, I've been using this as a part of the command line for tag conversion:
For example:
If I'm using the correct switch for this, the first part of this puzzle is to figure out what the LAME encoder of the CLI uses as the destination tag for album art. The second part would be to find out what the source tag format would be for album art in MP3Tag.
If anyone could supply me with what the destination tag is, or what the correct switch is for use with the LAME encoder for the CLI, I'm halfway there!
Thank you for your time, patience, and consideration.
Positive Energy Activates Constant Elevation
Sincerely,
LonELon2000
I hope that the title was descriptive enough
I really like using MP3Tag for all of my file / tag manipulation with my audio files. There is an option to use external tools for conversion, etc., and the dbPowerAMP CLI is one of those tools. I've had quite a bit of success with converting FLAC / APE files to MP3s for use in portable music players. I've been able to get all of the lossless tagging formats to convert to the ID3 equivalents with ease, with the exception of album art. Is there a way to do this with the CLI? I've scoured the CLI help and LAME codec documentation, and I saw nothing about importing album art using the CLI.
So far, I've been using this as a part of the command line for tag conversion:
Code:
-tag="[I]<destination_tag>[/I]=[I]<source_tag>[/I]"
Code:
-tag="title=%title%"
If anyone could supply me with what the destination tag is, or what the correct switch is for use with the LAME encoder for the CLI, I'm halfway there!
Thank you for your time, patience, and consideration.
Positive Energy Activates Constant Elevation
Sincerely,
LonELon2000
Comment