mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 09:14:40 +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:
parent
afd2b8c98f
commit
b284a9bd57
13 changed files with 128 additions and 27 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue