pipe-viewer icon indicating copy to clipboard operation
pipe-viewer copied to clipboard

[REQUEST]: Play-on-Repeat

Open ghost opened this issue 4 years ago • 2 comments

Hi @trizen

I was wondering if a feature can be added to play media on loop?

Regards, RG.

ghost avatar Sep 17 '21 12:09 ghost

Second that, that would be awesome. option -l seems vacant

lasdfdv avatar Sep 05 '22 02:09 lasdfdv

With the mpv player, this is possible by appending the --loop-file=inf argument.

pipe-viewer --append-arg='--loop-file=2' # repeat two times
pipe-viewer --append-arg='--loop-file=inf' # infinite repeat

trizen avatar Sep 05 '22 09:09 trizen