Tip of the day: How to overcome ISP habbit to cut your audio stream every X period?

Forums:

Star up MOC with
$ mocp

Play an audio stream

Run this "watch" command:
$ watch --interval=900 'mocp -acp $(mocp -Q %file)'

Your stream will be reloaded every 900 seconds (15 minutes).

05 minutes = 300
10 minutes = 600
15 minutes = 900
25 minutes = 1500

Have fun!

$ watch --interval=900 'mocp -P;mocp -U'
$ watch --interval=900 'mocp -pause;mocp -unpause'