mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-03-02 07:34:34 +01:00
10 lines
198 B
Bash
Executable File
10 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
killall switcher
|
|
switcher -d &
|
|
sleep 1
|
|
|
|
switcher-ctrl -C uridecodebin video
|
|
switcher-ctrl -s video loop true
|
|
switcher-ctrl -s video uri `echo file://$1`
|
|
switcher-ctrl -s video play true
|