Close

Version 3.6 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 09/10/2025 at 12:190 Comments

Version 3.6 has revised look and feel within the web browser for the new 'Tahoe' look with glass like icons.

Also moved the web page background images and video from the web directory to /var/lib/minidlna/Pictures folder.

Now users can add or remove background pictures that the user can now set in the web page.

just copy up your image over the network to the Pictures folder or place on a USB pen drive in a Pictures folder, this will synchronise the image to the /var/lib/minidlna/Pictures folder.

Your backgrounds just the way you want it.

Web page backgrounds can be jpg, gif images or mp4 files.

the download can be ran on a raspberry pi by :-

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

Discussions