Compare commits
No commits in common. "7421872586c76293a533e92361994ef6cc6408da" and "ff0f4f4ee104bc576993ef93696e9ca5264362df" have entirely different histories.
7421872586
...
ff0f4f4ee1
2 changed files with 0 additions and 21 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
## Upcoming Changes
|
## Upcoming Changes
|
||||||
|
|
||||||
More tweaks to README.
|
|
||||||
|
|
||||||
## Version 1.2
|
## Version 1.2
|
||||||
|
|
||||||
Minor tweaks to help text, README.
|
Minor tweaks to help text, README.
|
||||||
|
|
19
README.md
19
README.md
|
@ -12,22 +12,3 @@ jingle plays.
|
||||||
|
|
||||||
Running the program with no args will default to playing a jingle every 5
|
Running the program with no args will default to playing a jingle every 5
|
||||||
minutes.
|
minutes.
|
||||||
|
|
||||||
If `[player_program]` is specified (with full path) like with
|
|
||||||
`/usr/bin/ffplay`, then the command executed will look like:
|
|
||||||
|
|
||||||
/usr/bin/ffplay <file_to_play>
|
|
||||||
|
|
||||||
If `[player_args...]` is specified like with `--flag` and `--another-flag`, then
|
|
||||||
the command executed will look like:
|
|
||||||
|
|
||||||
/usr/bin/ffplay --flag --another-flag <file_to_play>
|
|
||||||
|
|
||||||
It may be recommended to use a command like:
|
|
||||||
|
|
||||||
./break_interval 5 /my/music/file.mp3 /usr/bin/ffplay -nodisp
|
|
||||||
|
|
||||||
Which will execute (every 5 minutes):
|
|
||||||
|
|
||||||
/usr/bin/ffplay -nodisp /my/music/file.mp3
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue