• David Horn's avatar
    ffmeg: added support for the tags comment, genre, year · efb04532
    David Horn authored
    ffmpeg_tag_internal() does not look for a few tags that mpd
    supports. Most noteably:
    
     comment -> TAG_ITEM_COMMENT -> Description
     genre -> TAG_ITEM_GENRE -> WM/Genre (not WM/GenreID)
     year -> TAG_ITEM_DATE -> WM/Year
    
    I *think* that this is the last of the tags that AVFormatContext() in
    ffmpeg supports that mpd also uses.
    efb04532
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...