Reworked scanner to use taglib to extract images, now support images in APE tags. This is a step forward multiple image support per track
This commit is contained in:
@@ -9,10 +9,12 @@ if (BUILD_BENCHMARKS)
|
||||
endif()
|
||||
|
||||
add_library(lmsmetadata STATIC
|
||||
impl/AvFormatImageReader.cpp
|
||||
impl/AvFormatTagReader.cpp
|
||||
impl/Lyrics.cpp
|
||||
impl/Parser.cpp
|
||||
impl/AudioFileParser.cpp
|
||||
impl/PlayList.cpp
|
||||
impl/TagLibImageReader.cpp
|
||||
impl/TagLibTagReader.cpp
|
||||
impl/Utils.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user