mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-29 13:36:16 +02:00
Add:Language and ASIN id3 tag parse, language filter, asin search, asin audible match, add fields to details #305
This commit is contained in:
@@ -165,6 +165,8 @@ function parseTags(format, verbose) {
|
||||
file_tag_series: tryGrabTag(format, 'series'),
|
||||
file_tag_seriespart: tryGrabTag(format, 'series-part'),
|
||||
file_tag_isbn: tryGrabTag(format, 'isbn'),
|
||||
file_tag_language: tryGrabTab(format, 'language', 'lang'),
|
||||
file_tag_asin: tryGrabTag(format, 'asin'),
|
||||
|
||||
// Not sure if these are actually used yet or not
|
||||
file_tag_creation_time: tryGrabTag(format, 'creation_time'),
|
||||
|
||||
Reference in New Issue
Block a user