[db,library] Add support for parsing lyrics and storing them in DB

This commit is contained in:
X-Ryl669
2023-09-13 18:15:38 +02:00
committed by ejurgensen
parent d7d3a0767d
commit cf8b3ecd3a
6 changed files with 105 additions and 43 deletions

View File

@@ -248,6 +248,7 @@ struct media_file_info {
char *composer_sort;
uint32_t scan_kind; /* Identifies the library_source that created/updates this item */
char *lyrics;
};
#define mfi_offsetof(field) offsetof(struct media_file_info, field)