flecs icon indicating copy to clipboard operation
flecs copied to clipboard

no metadata/cover art being added when downloading with custom ffmpeg args

Open IPushedU opened this issue 3 years ago • 1 comments

When downloading with custom args, by changing them in the config files, no metadata such as the cover art is effectively added, i.e. the Adding metadata... does show up at the end of a download but when viewing the file in a player, no metadata/cover art is visible, its just empty. This issue doesn't affect the mp3 preset. Is it a known issue or just a problem with my downloader configuration? Or I suspect that libopus doesn't support metadata (yet).

P.S. Trying to add metadata externally with an app, on some programs an error regarding something like Java IO.HeadStream and (header) stream not found is given.

Downloader configuration currently in use:

"downloader": {
		"enabled": true,
		"extension": "opus",
		"ffmpegArgs": [
			"-acodec",
			"libopus",
			"-b:a",
			"256000",
			"-vbr",
			"on",
			"-compression_level",
			"10",
			"-application",
			"audio",
			"-mapping_family",
			"1"
			],
...
}

IPushedU avatar Apr 25 '22 12:04 IPushedU

@th-ch

Araxeus avatar Apr 26 '22 16:04 Araxeus

I use flac for output, but it's the same that no meta data is added, either. Anyway, thanks for the great app! It crashes once in awhile when multiple albums are beinng downloaded, but it works great other than that.

qtotter avatar Jan 04 '23 05:01 qtotter

Try -id3v2_version 3

Zo-Bro-23 avatar Jan 04 '23 05:01 Zo-Bro-23

thanks, but it didn't work...

"downloader": { "enabled": true, "extension": "flac", "ffmpegArgs": [ "-acodec", "flac", "-f", "flac", "-id3v2_version", "3" ] },

qtotter avatar Jan 04 '23 08:01 qtotter

I am unfamiliar with this, sorry. I've only worked with youtube-dl.

Zo-Bro-23 avatar Jan 04 '23 09:01 Zo-Bro-23