volume="$(validate "$(cat "${_DATA}/mplayer.volume")" '[1-9]?[0-9]|100' 20)"
[ \! -p "$fifofile" ] && rm -f "$fifofile" && mkfifo -m 600 "$fifofile"
+ debug PLAYURI $playuri
+
DISPLAY=:0 XDG_RUNTIME_DIR=/run/user/1006 \
- nohup /usr/bin/mplayer -ao pulse --quiet \
- --slave --input=file="$fifofile" \
- --volume="$volume" \
+ nohup /usr/bin/mplayer -ao pulse -quiet \
+ -slave -input file="$fifofile" \
+ -volume "$volume" \
"$playuri" >/dev/null 2>/dev/null &
+ # # MPlayer2:
+ # DISPLAY=:0 XDG_RUNTIME_DIR=/run/user/1006 \
+ # nohup /usr/bin/mplayer -ao pulse --quiet \
+ # --slave --input=file="$fifofile" \
+ # --volume="$volume" \
+ # "$playuri" >/dev/null 2>/dev/null &
+
redirect "?p=playctl&${watch_link}"
;;
*) redirect "?p=view&${watch_link}"
head -n1 "$meta" |read length width height x
else
video="${treeroot%/}/${location#/}"
+ meta=''; tags=''; length=0; width=0; height=0;
+ description=0
fi
volume=$(validate "$(cat "$_DATA/mplayer.volume")" '[1-9]?[0-9]|100' 20)
+
+debug VIDEO: $video