]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/lls/play.suite.m4
play: New option: --end-of-playlist.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Aug 2018 12:13:07 +0000 (14:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 18 May 2019 11:29:50 +0000 (13:29 +0200)
commitbe3b6f16706c6a93bd46c6dc48caa8109e7860c6
tree76b35feefdd1be1b98a8b2eb22e1802010010b48
parent522112ac291393b5a9cbeea550dfd5e7de3863bb
play: New option: --end-of-playlist.

If the end of the playlist is reached, para_play starts over with the
first file of the playlist. This commit provides the --end-of-playlist
option to control the behaviour. The new option has three pre-defined
values: stop, loop, quit with "loop" being the default. Since lopsub
features multi-valued options, the implementation is pretty simple.
error.h
m4/lls/play.suite.m4
play.c