Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpeg date not hyphenated #26533

Open
532910 opened this issue Sep 6, 2020 · 1 comment
Open

mpeg date not hyphenated #26533

532910 opened this issue Sep 6, 2020 · 1 comment

Comments

@532910
Copy link

@532910 532910 commented Sep 6, 2020

Checklist

  • I'm reporting a broken site support issue
  • [ x] I've verified that I'm running youtube-dl version 2020.09.06
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [x ] I've searched the bugtracker for similar bug reports including closed ones
  • [x ] I've read bugs section in FAQ

Verbose log

PASTE VERBOSE LOG HERE

Description

WRITE DESCRIPTION HERE

While --xattrs produces hyphenated data

value = hyphenate_date(value)

--add-metadata does not:

% getfattr -dm- file.mp3 | grep date
user.dublincore.date="2015-05-29"
% mediainfo file.mp3 | grep date
Recorded date                            : 20150529
@532910
Copy link
Author

@532910 532910 commented Sep 6, 2020

What's wrong to store date in the iso format everywhere, even json meta?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.