Close

version 3.9 is now on github

A project log for Mini-PI Media Server

Mini-PI Media Server for use on home network or as a wifi access point to stream media from

diddydiddy 01/11/2026 at 01:130 Comments

Version 3.9 has a few updates applied

glassmorphism look completly added to the file and directory listing now.

user can select media to play then navigate off to another directory without stopping media playing.

Adhock and Wifi modes now update in the main index page and show properly

in adhoc mode, any web browser address redirects to 192.168.50.1

mkv to mp4 re-encoding now makes a converting file and then renames the mp4 file on complete conversion and then removes the mkv file for /var/lib/minidlna directory. good if a power loss and the re-encoding kicks off again. it tidies up and converting files and starts over.

a few other tweaks and performance optimisations.

This new version can be installed by :-


wget -qO main.zip https://github.com/diddy-boy/mini-pi-media-server/archive/refs/heads/main.zip && unzip -o main.zip && cd mini-pi-media-server-main && unzip -o pi-setup*.zip && cp -rf pi-setup ~/ && cd ~ && rm -rf mini-pi-media-server-main main.zip && cd ~/pi-setup && chmod +x ./*.sh && sudo ./mini-pi-setup.sh

Discussions