Results 799 comments of advplyr

Yes I think so. That was being discussed here https://github.com/advplyr/audiobookshelf-app/issues/254

m4b doesn't have the same id3 tags as mp3. m4b is the same as mp4 so it can be found by looking up the mp4 id3 tags. Abs will embed...

Is XMP standard for mp4 files? It doesn't look like ffmpeg can write XMP metadata.

This should be fixed with the introduction of tone in [v2.2.0](https://github.com/advplyr/audiobookshelf/releases/tag/v2.2.0) We still need to update the scanner to read all of these tags correctly but they should be getting...

Audiodrama's have been brought up a few times. I think they are one of the reasons the "collapse series" option was requested because users were putting them into series and...

What would be the problem with creating a book library and only using the title/description metadata? Nothing says you need to use the metadata fields that are there. I'm not...

If you generate an m4b from multiple mp3s then that m4b gets moved into the same folder as the other mp3s then the scanner will add this to track list...

This won't be added due to the reason above

@samosbor That's a great idea. I'll have to think it out more but that seems like the move.

Added in [v2.2.0](https://github.com/advplyr/audiobookshelf/releases/tag/v2.2.0) Keep in mind your original audio files will be stored in cache indefinitely until you purge the items cache. We can eventually have periodic cache purging setup...