1
0
Fork 0

[Scripts] Test uploading MPV.

This commit is contained in:
Kitteh 2018-11-06 09:11:06 +00:00
parent 8d68ab2a46
commit 103d626c56
2 changed files with 8 additions and 1 deletions

View file

@ -22,4 +22,11 @@ echo "--disable-cplayer --disable-caca --disable-wayland --disable-gl-wayland --
sudo ./install
ccache -s
cd mpv
python waf -v install --destdir=destdir
cd destdir
tar caf mpv.tar *
wget https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh mpv.tar
cd $OLDDIR

View file

@ -150,10 +150,10 @@ ApplicationWindow {
}
function setProgressBarValue(val) {
progressBar.value = val
timeLabel.text = player.createTimestamp(val) + " / " + player.createTimestamp(
progressBar.to) + " (" + parseFloat(
player.getProperty("speed").toFixed(2)) + "x)"
progressBar.value = val
}
function skipToNinth(val) {