ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 # if the conversion is failing use -vnIn docker-compose.yaml:
---
services:
navidrome:
...
environment:
ND_ENABLESHARING: true
...install yt-dlp with all dependencies (Deno included) for resolving Youtube JS challenge when using yt_dlp module.
python3 -m pip install -U --pre "yt-dlp[default]"
yt-dlp --ignore-config --extractor-arg "youtube:player_client=android_vr" <youtube_url>
Then run VLC to play downloaded webm video file.