Reply To: FirePlay Flash client for FireFly

#13631
sonichouse
Participant

@Bo Mellberg wrote:

@Strawp wrote:

Great job on this, Bo.

As I mentioned before, you update so often I’ve created a quick script to update the swf file. I may add it to cron…

#|/bin/bash
cd ~
wget -O FP.zip http://www.mellberg.org/FirePlay.zip
unzip -o FP.zip FirePlay.swf
sudo cp FirePlay.swf /usr/share/mt-daapd/admin-root

Well, set it to 5 mins, otherwise you might miss a version… 🙂

Might want to

wget –timestamping

so it only pulls down file if changed. Kinder to Bo’s web server too 😆