mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
13 lines
162 B
Bash
13 lines
162 B
Bash
#!/bin/bash
|
|
|
|
mpv \
|
|
--fullscreen \
|
|
--image-display-duration=5 \
|
|
--loop-playlist \
|
|
--no-osc \
|
|
--no-osd-bar \
|
|
--video-sync=display-resample \
|
|
/assets/data &
|
|
|
|
exit 0
|