audiobookshelf/server/utils
Jan van Brügge 2de8c72131
Allow show and episode_id tags for audiobook series
FFmpeg only supports a very limited number of tags for m4b files (see https://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata) by default. `series` and `series-part` are only possible by enabling custom tags with `-movflags use_metadata_tags`. To work around that, `show` and `episode_id` are added as second option.
2022-06-08 11:11:17 +02:00
..
parsers
abmetadataGenerator.js
areEquivalent.js
constants.js
dbMigration.js
downloadWorker.js
ffmpegHelpers.js
filePerms.js
fileUtils.js
globals.js
hlsPlaylistGenerator.js
htmlSanitizer.js
index.js
libraryHelpers.js
podcastUtils.js
prober.js Allow show and episode_id tags for audiobook series 2022-06-08 11:11:17 +02:00
scandir.js