diff options
author | epitron <chris@ill-logic.com> | 2014-01-02 07:47:28 -0500 |
---|---|---|
committer | epitron <chris@ill-logic.com> | 2014-01-02 07:47:28 -0500 |
commit | e63fc1bed423e7b84e257000d7d25bb812d37685 (patch) | |
tree | 346b662307a9bb67cadf275e31b189005a22a352 /README.md | |
parent | 1b969041d701e2fb7ff106476b91084dbc67332a (diff) |
Added '--xattrs' option which writes metadata to the file's extended attributes using a youtube-dl postprocessor.
Works on Linux, OSX, and Windows.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -189,7 +189,9 @@ which means you can modify it, redistribute it or use it however you like. processed files are overwritten by default --embed-subs embed subtitles in the video (only for mp4 videos) - --add-metadata add metadata to the files + --add-metadata write metadata to the video file + --xattrs write metadata to the video file's xattrs (using + dublin core and xdg standards) # CONFIGURATION |