Version 1.3, update README.md
This commit is contained in:
parent
889689a0e7
commit
66c5bb84db
2 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Upcoming Changes
|
## Upcoming Changes
|
||||||
|
|
||||||
|
## Version 1.3
|
||||||
|
|
||||||
More tweaks to README.
|
More tweaks to README.
|
||||||
|
|
||||||
Allow playing internal file even if custom player command is specified.
|
Allow playing internal file even if custom player command is specified.
|
||||||
|
|
|
@ -31,3 +31,8 @@ Which will execute (every 5 minutes):
|
||||||
|
|
||||||
/usr/bin/ffplay -nodisp /my/music/file.mp3
|
/usr/bin/ffplay -nodisp /my/music/file.mp3
|
||||||
|
|
||||||
|
To play the internal file instead of a specified one, use the parameter
|
||||||
|
"INTERNAL_FILE" for the filename and break\_interval will play the internal
|
||||||
|
file.
|
||||||
|
|
||||||
|
./break_interval 5 INTERNAL_FILE /usr/bin/ffplay -nodisp
|
||||||
|
|
Loading…
Reference in a new issue