dustinkirkland / hollywood

2.8k stars 254 forks source link

Ubuntu package version mplayer script without "-loop 0" option by default. #35

Closed yangu-hury closed 2 days ago

yangu-hury commented 4 years ago

Package: hollywood Version: 1.14-0ubuntu1

File path = /usr/lib/hollywood/mplayer

command -v mplayer >/dev/null 2>&1 || exit 1 trap "pkill -f -9 lib/hollywood/ >/dev/null 2>&1; exit" HUP INT QUIT TERM PKG=hollywood dir="$(dirname $0)/../../share/$PKG" DISPLAY= mplayer -vo caca $MPLAYER_OPTS $dir/mi.mp4

Fix:

DISPLAY= mplayer -vo caca -loop 0 $MPLAYER_OPTS $dir/mi.mp4

dustinkirkland commented 4 years ago

This is fixed in newer versions of hollywood (1.16+).

Cheers, @DustinKirkland

On Mon, Dec 30, 2019 at 4:36 PM Vitor Massaro da Silva < notifications@github.com> wrote:

Package: hollywood Version: 1.14-0ubuntu1

File path = /usr/lib/hollywood/mplayer

command -v mplayer >/dev/null 2>&1 || exit 1 trap "pkill -f -9 lib/hollywood/ >/dev/null 2>&1; exit" HUP INT QUIT TERM PKG=hollywood dir="$(dirname $0)/../../share/$PKG" DISPLAY= mplayer -vo caca $MPLAYER_OPTS $dir/mi.mp4

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dustinkirkland/hollywood/issues/35?email_source=notifications&email_token=AAGMZBUPFL2M424IXAIS2PDQ3JZW5A5CNFSM4KBQXRTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IDNIQBQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGMZBWH4L7C43ITX7YRLJ3Q3JZW5ANCNFSM4KBQXRTA .