Reply To: FirePlay Flash client for FireFly

#13629
Bo Mellberg
Participant

@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… 🙂