>>107029453
Can you explain how I'm supposed to use that code? I tried replacing the url with the link, filepath with the file path and the filename with the filename but that didn't work.
>i couldn't disable the default ENCODER (Writing application) tag with quick testing.
I could live with that I guess but I would prefer it if I could remove it from the metadata.
>note that "Encoded date" and "Tagged date" may not be real tag names either
Are you sure? Both ffprobe and exiftool (see pic related) recognise them and using various tools to rename files also recognises and is able to pull data from that.
>i don't know what your picrel is from
Here's a random short vimeo video https://vimeo.com/1131033510, if you download it through the download button on the site you'll see the tagged and encoded metadata. That's how I want it

This is what I'm currently using to download vimeo videos but it's not ideal.
yt-dlp -v --cookies-from-browser BROWSER --embed-metadata --parse-metadata ":(?P<meta_comment>)" --parse-metadata ":(?P<meta_title>)" --parse-metadata ":(?P<meta_artist>)" --parse-metadata "%(upload_date>%Y-%m-%d)s:%(meta_date)s" https://vimeo.com/NUMBER --video-password "PASS"