Implement pass-through options for ogg123
commit42b86bb6aa2f7fb68a010be43820d3beaa673fa7
authorTobias Rehbein <tobias.rehbein@web.de>
Sun, 13 Dec 2009 13:10:09 +0000 (13 14:10 +0100)
committerTobias Rehbein <tobias.rehbein@web.de>
Sun, 13 Dec 2009 13:16:13 +0000 (13 14:16 +0100)
tree473e4abefea6ef91d83d670a621828c9d6265e9c
parent57f4d10986395f5173ebb1717dca9e0b9152cd28
Implement pass-through options for ogg123

The old parameter `-o` has been renamed to `-O`. The new
behaviour of `-o` is to take a string which will be passed on to
all `ogg123` invocations. This means you will be able to use

        oggquiz -o "-k 1:00"

to skip the first minute in all tracks.

CAVEAT EMPTOR: The argument of `-o` is just a string to `oggquiz`
without any semantic meaning. You might run into trouble if you
skip the first minute of a song which has a playing time less
than a minute.

Closes GH-6.
oggquiz.c
options.c
options.h
player.c
player.h
ui.c
ui.h