M4B audio files are just renamed m4a files. The different extension causes them to be automatically treated as audiobooks by players.
I've checked by modifying a copy of this module, support is as easy as adding the extension to the audio files whitelist on line three here:
|
$audioExtensions = 'aac', 'ac3', 'dts', 'dtshd', 'dtshr', 'dtsma', 'eac3', 'flac', 'm4a', 'mka', 'mp2', 'mp3', 'mpa', 'ogg', 'opus', 'thd', 'w64', 'wav' |
M4B audio files are just renamed m4a files. The different extension causes them to be automatically treated as audiobooks by players.
I've checked by modifying a copy of this module, support is as easy as adding the extension to the audio files whitelist on line three here:
Get-MediaInfo/Get-MediaInfo.psm1
Line 3 in 57e1e57