mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:27:46 +00:00
file: Read more metadata from audio files
We can always read the basic format information (sample rate, bit depth, etc.), but we will also print artist, album, and title if available in the metadata.
This commit is contained in:
parent
a8963a270f
commit
0563048949
4 changed files with 51 additions and 8 deletions
|
@ -41,7 +41,7 @@ set(utility_srcs
|
|||
|
||||
serenity_bin(BuggieBox)
|
||||
target_sources(BuggieBox PRIVATE main.cpp)
|
||||
target_link_libraries(BuggieBox PRIVATE LibMain LibShell LibCompress LibCore LibCrypto LibGfx LibLine LibRegex)
|
||||
target_link_libraries(BuggieBox PRIVATE LibMain LibShell LibCompress LibCore LibCrypto LibGfx LibLine LibRegex LibAudio)
|
||||
|
||||
foreach(file IN LISTS utility_srcs)
|
||||
buggiebox_utility(${file})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue