Add taglib to project to get extra cover data(and possibly replace libgroove for this function). Remove oggs from accepted files until I can figure out cover data for them better. Add non-persisted field for this to audiotrack object and method to add this data to it in memory.
This commit is contained in:
8
cmake/FindTagLib.cmake
Normal file
8
cmake/FindTagLib.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
find_path(TAGLIB_INCLUDE_DIR NAMES taglib/id3v2tag.h)
|
||||
|
||||
find_library(TAGLIB_LIBRARY NAMES tag)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(TAGLIB DEFAULT_MSG TAGLIB_LIBRARY TAGLIB_INCLUDE_DIR)
|
||||
|
||||
mark_as_advanced(TAGLIB_INCLUDE_DIR TAGLIB_LIBRARY)
|
||||
Reference in New Issue
Block a user