Page 1 of 1
Idea for new fight notification
Posted: Fri Mar 25, 2005 4:39 pm
by Jim of Seattle
Not to give you even more to do, but it would be cool if there were a locked topic that only administrators like FM could go to, and all it did was announce when the new fight is posted. Anyone who wants to could watch the thread, so that when the new fight post was entered by FM, the people watching the thread would get emails telling us the new fight is up.
Just an idea.
Posted: Fri Mar 25, 2005 8:03 pm
by j$
Perhaps the Fightmasters could pop round and tune all our guitars personally as well?
Posted: Fri Mar 25, 2005 8:35 pm
by erik
Uncertainty breeds interest.
Posted: Sat Mar 26, 2005 1:47 am
by fluffy
Code: Select all
#!/bin/sh
md5file = $HOME/.songfight-md5
md5=`wget -O - http://songfight.org/cyan/stream.m3u | md5sum`
[ -f $md5file ] && [ `cat $md5file` -ne $md5 ] && echo 'New fights are posted!' | mail jim@jimowen.org -s 'songfight notification'
rm -f $md5file
echo $md5 > $md5file
Run from cron.daily or similar.
Posted: Sat Mar 26, 2005 2:20 am
by Spud
awwwwwwwwwwwww. doesn't that spoil all the fun?
Posted: Sat Mar 26, 2005 3:50 am
by Plat
Spud wrote:awwwwwwwwwwwww. doesn't that spoil all the fun?
Not if the fight colors keep changing.

Posted: Sat Mar 26, 2005 12:42 pm
by fluffy
Hey, I didn't say I run it or anything. Just giving Jim a pointer for how he can do it himself.
Posted: Sat Apr 09, 2005 6:12 pm
by roymond
An RSS feed would be completely passive and yet effective in announcing new fights.
Also, an RSS feed with enclosures (Podcast) would automatically stage the fight on my iPod.
But I'm just being selfish here.
Posted: Sat Apr 09, 2005 6:27 pm
by fluffy
Roymond, feel free to add iPod staging functionality to my <a href="
http://trikuare.cx/code/sfgrab">songfight</a> <a href="
http://trikuare.cx/code/sftags">scripts</a> if you like. I'd actually like it if you did (I don't know how to properly add songs to a playlist externally to iTunes and I'm too lazy to learn AppleScript right).
Posted: Sat Apr 09, 2005 7:44 pm
by roymond
I'd be glad to if you'll help with installing ID3v2. The install file doesn't do it for me.
Posted: Sat Apr 09, 2005 7:56 pm
by fluffy
I install most commandline stuff via <a href="
http://fink.sf.net/">Fink</a>.