Files
navidrome-meilisearch/resources/mime_types.yaml
Dongho Kim c251f174ed
Some checks failed
Pipeline: Test, Lint, Build / Get version info (push) Has been cancelled
Pipeline: Test, Lint, Build / Lint Go code (push) Has been cancelled
Pipeline: Test, Lint, Build / Test Go code (push) Has been cancelled
Pipeline: Test, Lint, Build / Test JS code (push) Has been cancelled
Pipeline: Test, Lint, Build / Lint i18n files (push) Has been cancelled
Pipeline: Test, Lint, Build / Check Docker configuration (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (darwin/amd64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (darwin/arm64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/386) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/amd64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm/v5) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm/v6) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm/v7) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (linux/arm64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (windows/386) (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (windows/amd64) (push) Has been cancelled
Pipeline: Test, Lint, Build / Push to GHCR (push) Has been cancelled
Pipeline: Test, Lint, Build / Push to Docker Hub (push) Has been cancelled
Pipeline: Test, Lint, Build / Cleanup digest artifacts (push) Has been cancelled
Pipeline: Test, Lint, Build / Build Windows installers (push) Has been cancelled
Pipeline: Test, Lint, Build / Package/Release (push) Has been cancelled
Pipeline: Test, Lint, Build / Upload Linux PKG (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
POEditor import / update-translations (push) Has been cancelled
update
2025-12-08 16:16:23 +01:00

51 lines
1.1 KiB
YAML

# This file controls the MIME types that are used by the Navidrome.
# You can add or modify entries to match your needs.
# Any "audio/*" MIME type is considered a valid audio file for Navidrome, but will only work properly if
# supported by `taglib` and/or `ffmpeg`.
# Any "image/*" MIME type is considered a valid image file to be used as cover art.
types:
# Audio
.mp3: audio/mpeg
.ogg: audio/ogg
.oga: audio/ogg
.opus: audio/ogg
.aac: audio/mp4
.alac: audio/mp4
.m4a: audio/mp4
.m4b: audio/mp4
.flac: audio/flac
.wav: audio/x-wav
.wma: audio/x-ms-wma
.ape: audio/x-monkeys-audio
.mpc: audio/x-musepack
.shn: audio/x-shn
.aif: audio/x-aiff
.aiff: audio/x-aiff
.m3u: audio/x-mpegurl
.pls: audio/x-scpls
.dsf: audio/x-dsf
.wv: audio/x-wavpack
.wvp: audio/x-wavpack
.tak: audio/tak
.mka: audio/x-matroska
# Image
.gif: image/gif
.jpg: image/jpeg
.jpeg: image/jpeg
.webp: image/webp
.png: image/png
.bmp: image/bmp
# List of audio formats that are considered lossless
lossless:
- .flac
- .alac
- .ape
- .shn
- .dsf
- .wv
- .wvp
- .tak
- .wav