-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
| $audioExtensions = 'aac', 'ac3', 'dts', 'dtshd', 'dtshr', 'dtsma', 'eac3', 'flac', 'm4a', 'mka', 'mp2', 'mp3', 'mpa', 'ogg', 'opus', 'thd', 'w64', 'wav' |
Metadata
Metadata
Assignees
Labels
No labels