[vlc-devel] [PATCH 0/3] Edit and save id3 album art tag
vlc-devel at szanni.org
vlc-devel at szanni.org
Sat Jul 28 16:39:33 CEST 2012
Hello,
the attached 3 patches add support for manually setting and saving the
album art to files using id3 tags.
While not being drag and drop, it should close ticket Ticket #1624!?
I found an additional dialogue to "Download cover art" to be sufficient.
Patch 3 adds an option "Cover art from file" which opens a file menu
to choose a cover art.
Patch 2 does the actual saving to the file.
Patch 1 makes the mime content-type recognition by file extension from
httpd a public API call.
Feedback is welcome.
Best Regards,
Angelo
Angelo Haller (3):
Make httpd_MimeFromUrl public.
Save album art to id3 tag.
Add file dialogue to manually set album art.
include/vlc_httpd.h | 2 +
modules/gui/qt4/components/info_panels.cpp | 1 +
modules/gui/qt4/components/interface_widgets.cpp | 28 +++++++++--
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 | 63 ++++++++++++++++++++++++
src/libvlccore.sym | 1 +
src/network/httpd.c | 2 +-
9 files changed, 113 insertions(+), 4 deletions(-)
--
1.7.11.2
More information about the vlc-devel
mailing list