Stable: 2.5.2
Development: 2.6-alpha3
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!
GenghisKhan
Wed, 2013-06-19 09:27
Permalink
An alternative command
$ watch --interval=900 'mocp -P;mocp -U'
$ watch --interval=900 'mocp -pause;mocp -unpause'