[Scripts] Test uploading MPV.
This commit is contained in:
parent
8d68ab2a46
commit
103d626c56
|
@ -22,4 +22,11 @@ echo "--disable-cplayer --disable-caca --disable-wayland --disable-gl-wayland --
|
||||||
sudo ./install
|
sudo ./install
|
||||||
ccache -s
|
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
|
cd $OLDDIR
|
||||||
|
|
|
@ -150,10 +150,10 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setProgressBarValue(val) {
|
function setProgressBarValue(val) {
|
||||||
|
progressBar.value = val
|
||||||
timeLabel.text = player.createTimestamp(val) + " / " + player.createTimestamp(
|
timeLabel.text = player.createTimestamp(val) + " / " + player.createTimestamp(
|
||||||
progressBar.to) + " (" + parseFloat(
|
progressBar.to) + " (" + parseFloat(
|
||||||
player.getProperty("speed").toFixed(2)) + "x)"
|
player.getProperty("speed").toFixed(2)) + "x)"
|
||||||
progressBar.value = val
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function skipToNinth(val) {
|
function skipToNinth(val) {
|
||||||
|
|
Loading…
Reference in a new issue