diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-04-28 13:26:47 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-04-28 13:26:47 +1000 |
| commit | bdadc159c7538e88eab5efcfeb2ecf971a510c60 (patch) | |
| tree | 5ed6b06fb6f913bdb97b6439451f4a587bda3203 /src/database/include | |
| parent | cd520b9360f0d0d4ab7582d2cbf2aa96060a0500 (diff) | |
| download | tangara-fw-bdadc159c7538e88eab5efcfeb2ecf971a510c60.tar.gz | |
Add libtags for extracting info from files
Diffstat (limited to 'src/database/include')
| -rw-r--r-- | src/database/include/tag_processor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database/include/tag_processor.hpp b/src/database/include/tag_processor.hpp index fb2201db..eda88225 100644 --- a/src/database/include/tag_processor.hpp +++ b/src/database/include/tag_processor.hpp @@ -6,6 +6,8 @@ namespace database { struct FileInfo { bool is_playable; + std::string artist; + std::string album; std::string title; }; |
