Displaying 1 result from an estimated 1 matches for "startdump".
Did you mean:
stackdump
2004 Aug 06
0
Python script to automate icecast
...own risk.
Having said that, here are some of the ways this script has been useful:
- Show me all current listeners: "./icecon.py listeners"
- Show me what commands are available: "./icecon.py" or "./icecon.py help"
- Save the current stream to disk: "./icecon.py StartDump a_title"
- Automatically capture the 8 a.m. news program every weekday, using
cron:
58 7 * * Mon-Fri su nobody -c '/usr/local/icecast/bin/icecon.py StartDump
Morning_Magazine'
02 9 * * Mon-Fri su nobody -c '/usr/local/icecast/bin/icecon.py StopDump
Morning_Magazine'
(I fud...