Skip to content

Commit 228fb4a

Browse files
authored
feat: Add m4b as a type of audio/mp4 (#357)
* Add m4b as a type of audio/mp4 This is commonly used for audiobooks * Fix JSON format error Add a comma missed in previous commit
1 parent d0b5ad6 commit 228fb4a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: src/custom-types.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,12 @@
538538
]
539539
},
540540
"audio/mp4": {
541-
"compressible": false
541+
"compressible": false,
542+
"extensions": ["m4b"],
543+
"notes": "m4b is used for bookmarkable mp4 files, especially audiobooks or podcasts",
544+
"sources": [
545+
"https://www.loc.gov/preservation/digital/formats/fdd/fdd000052.shtml#sign"
546+
]
542547
},
543548
"audio/mpeg": {
544549
"compressible": false

0 commit comments

Comments
 (0)