mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 22:59:37 +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
|
@ -127,8 +127,6 @@ class AudioFileScanner {
|
|||
discsFromMeta.sort((a, b) => a - b)
|
||||
tracksFromFilename.sort((a, b) => a - b)
|
||||
tracksFromMeta.sort((a, b) => a - b)
|
||||
console.log('AB DISCS', audiobook.title, discsFromFilename, discsFromMeta)
|
||||
console.log('AB TRACKS', audiobook.title, tracksFromFilename, tracksFromMeta)
|
||||
|
||||
var discKey = null
|
||||
if (discsFromMeta.length === audioFiles.length && this.isSequential(discsFromMeta)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue