This commit is contained in:
Frank Skare
2019-03-28 02:04:55 +01:00
parent 6669a42dcd
commit 448add600b
5 changed files with 55 additions and 88 deletions

2
scripts/seek.ps1 Normal file
View File

@@ -0,0 +1,2 @@
$position = [mp]::get_property_number("time-pos");
[mp]::commandv("show-text", $position.ToString() + " seconds")