Raspberry Pi Automatic Music Player (using a Read-Only System)

Raspberry Pi: https://amzn.to/2PmPzYL (Amazon Affiliate)

Raspberry Pi Initial Setup: https://youtu.be/djOYldP3wFw

Free Music Here: https://freemusicarchive.org/genre/Halloween

Looping music original source: http://www.cenolan.com/2013/03/looping-video-playlist-omxplayer-raspberry-pi/

Adafruit Read Only Setup:

https://learn.adafruit.com/read-only-raspberry-pi/

musicplayer.sh
#!/bin/sh

# set here the path to the directory containing your music
MUSICPATH="/home/pi/music" 

# you can normally leave this alone
SERVICE="omxplayer"

# now for our infinite loop!

while true; do
        if ps ax | grep -v grep | grep $SERVICE > /dev/null
        then
        sleep 1;
else
        for entry in $MUSICPATH/*
        do
                omxplayer -o local "$entry" > /dev/null
        done
fi
done

Where is it now? 2009 iMac with SSD Upgrade

iMac (circa 2009) Hard Drive to SSD Upgrade: https://youtu.be/oKWaLcD0cb4

Samsung EVO SATA III SSD (Amazon Affiliate)
US: https://amzn.to/2T0sSKX
UK: https://amzn.to/2Z0GGJb
CA: https://amzn.to/2Ax2J01
ES: https://amzn.to/3626RAt
FR: https://amzn.to/2WW79Vt
IT: https://amzn.to/3bEdUAV
DE: https://amzn.to/2WAPST7
IN: https://amzn.to/3gxLlsp
AU: https://amzn.to/2D3Lnc9
NL: https://amzn.to/3tpQ3xn

Sabrent 2.5" to 3.5" drive adapter BK-HDDF (Amazon Affiliate) This is the correct one, not the one in the video.
US: https://amzn.to/15Ed9Fy
UK: https://amzn.to/3a90XPU
CA: https://amzn.to/30m55rg
ES: https://amzn.to/36glVuG
FR: https://amzn.to/2zYJyvs
IT: https://amzn.to/3e7gzoi
DE: https://amzn.to/3bRziTl
IN: https://amzn.to/2TNRI0K
AU: https://amzn.to/3gEC0y2
NL: https://amzn.to/3gZq9OJ

Suction cups (Amazon Affiliate) These are the correct suction cups, not the one in the video.
US: https://amzn.to/2Hcin1e
UK: https://amzn.to/2u3sK3t
CA: https://amzn.to/2tVM174

T10 Torx (most screws) (Amazon Affiliate)
US: https://amzn.to/15MBA4x
UK: https://amzn.to/35VTLTQ
CA: https://amzn.to/35VTMqS

T8 Torx (Amazon Affiliate)
US: https://amzn.to/1Ctac7A
UK: https://amzn.to/2FSQvhi
CA: https://amzn.to/35RepED

SSD Fan Control: https://bit.ly/1wykOeU

Amcrest 4K Day/Night Video Examples

In this video I show some sample videos from an Amcrest IP8M-T2499EW Turret Camera. I also compare them to videos from an older Amcrest IP2M-844E Dome Camera.

Amcrest UltraHD 4K (8MP) Outdoor Security IP Turret PoE Camera, 3840x2160, 164ft NightVision, 2.8mm Lens, IP67 Weatherproof, MicroSD Recording (128GB), White (IP8M-T2499EW) (Amazon Affiliate)
US: https://amzn.to/2pAKj96 (Amazon Affiliate)