Skip to content

Support M4B Audio Files #17

@Chirishman

Description

@Chirishman

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions