From: Brian Chen Date: Tue, 15 Dec 2015 00:56:23 +0000 (-0500) Subject: document zsr's start and stop times options X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/f219ef034bcaa7e4315ee9404a2b5d72a10af569?ds=sidebyside document zsr's start and stop times options --- diff --git a/doc/using-sipbmp3.mdwn b/doc/using-sipbmp3.mdwn index 71d07aa..cbe87b1 100644 --- a/doc/using-sipbmp3.mdwn +++ b/doc/using-sipbmp3.mdwn @@ -8,7 +8,12 @@ If you are running [Debathena](http://debathena.mit.edu) but do not want to use `lprm -Psipbmp3 job#`
If you do not specify a job number, then the first song will be removed. -Instead of specifying a music file, you can alternatively print a YouTube URL from the standard input. +You can specify start and stop times with options:
+ `lpr -Psipbmp3 song.mp3 -o start=10 -o stop=123` + +The numbers are in seconds, but you can also use syntax like `4m33s` or `4:33`. Instead of specifying a music file, you can alternatively print a YouTube URL from the standard input; there, you can also append flags like `start=10 stop=123` to the line, so for example you can print the line
+`https://www.youtube.com/watch?v=a3ww0gwEszo start=10 stop=123`
+Finally, you can use various synonyms for "start" or "stop", such as "begin" and "end", because the author keeps on accidentally typing the latter. ***