[vlc-devel] [PATCH 0/3] [V2] Edit and save id3 album art tag

Angelo Haller vlc-devel at szanni.org
Tue Jul 31 14:34:01 CEST 2012


Hello,

here version 2 of the patchset enabling manually setting and saving the
album art to files using id3 tags.

I incorporated the requested changes. Hope everything is ok like it is.

Patch 1 now moves the mime type guessing to a new module.
Patch 2 still does the actual tag saving to file.
Patch 3 adds an option "Cover art from file" which opens a file menu
  to choose a cover art.

>While not being drag and drop, it should close ticket Ticket #1624!?
>I found an additional dialogue to "Download cover art" to be sufficient.

Best regards,
Angelo

Angelo Haller (3):
  Move mime type guessing by extension to separate module.
  Save album art to id3 tag.
  Add file dialogue to manually set album art.

 .../cmake/CMakeLists/src_CMakeLists.txt            |   1 +
 include/vlc_mime.h                                 |  31 ++++++
 modules/gui/qt4/components/info_panels.cpp         |   1 +
 modules/gui/qt4/components/interface_widgets.cpp   |  21 ++++
 modules/gui/qt4/components/interface_widgets.hpp   |   1 +
 modules/gui/qt4/input_manager.cpp                  |  18 ++++
 modules/gui/qt4/input_manager.hpp                  |   1 +
 modules/meta_engine/taglib.cpp                     |  68 +++++++++++++
 src/Makefile.am                                    |   2 +
 src/libvlccore.sym                                 |   1 +
 src/misc/mime.c                                    | 107 +++++++++++++++++++++
 src/network/httpd.c                                |  80 +--------------
 12 files changed, 255 insertions(+), 77 deletions(-)
 create mode 100644 include/vlc_mime.h
 create mode 100644 src/misc/mime.c

-- 
1.7.11.3


More information about the vlc-devel mailing list