These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Omit id3v2 tags from mp3 files

user-586

I've looked at the ffmpeg man page but I can't figure out how to NOT
include id3v2 tags in the radio mp3 files downloaded using get_iplayer.
I need to retain id3v1 tags though.
Can anyone help?

user-2

ffmpeg does not do the tagging. It's not possible to do what you're asking with get_iplayer. You'll have to post-process the files yourself.

user-586

Okay thanks
I'm post-processing (on windows) thus
id3-078w\id3.exe -2 -d "%1"

wfm

user-2

You should be able to automate that with
Code:
--command
:

Code:
get_iplayer --get 123 --command "\full\path\to\id3.exe -2 -d ""<filename>"""



The extra quotes are in case the filename contains spaces.

These forums are archived

See this post for further info