• 0 Posts
  • 16 Comments
Joined 1 年前
cake
Cake day: 2023年6月5日

help-circle



  • ReadyMedia (formerly MiniDLNA) works fine for me as a container via podman on a raspberry pi.

    podman run -d --name=minidlna \
    --net host \
    -v dir/to/music:/media/audio \
    -e MINIDLNA_MEDIA_DIR_1=A,/media/audio \
    -e MINIDLNA_FRIENDLY_NAME=Music \
    --restart on-failure:3 \
    --platform linux/arm64 \
    docker.io/vladgh/minidlna:latest
    

    No http interface though for playback. Still very simple and does the job for me.













  • nezachtoSysadminLinux oder Windows
    link
    fedilink
    arrow-up
    3
    ·
    1 年前

    Linux. Ausnahme: Notwendigkeit von Nutzung professioneller Software, welche nicht für Linux existiert. Autocad, Video oder Audio Bearbeitung, Microsoft Ecosystem, etc…pp… Dann kann man aber auch überlegen, ob Mac eine Option ist.