Compare commits

..

No commits in common. "74011b078b08d17d08ac03dc161dc4c12719d06f" and "93ce02c97ae8c6dd28c78345a53b983c4691e0fe" have entirely different histories.

5 changed files with 1 additions and 39 deletions

3
.gitignore vendored
View file

@ -40,5 +40,4 @@ luac.out
*.x86_64
*.hex
# Testing directory for mpv-alpha
.test/

View file

@ -1 +0,0 @@
-- stuff for the config files

View file

@ -1 +0,0 @@
require"config"

View file

@ -1,24 +0,0 @@
-- constants, defaults, and other shit
constants = {
defaults = {
dirs = {
mpv = {
linux = {
"~/.config/mpv/",
"~/.mpv/"
}
}
}
}
}
default_conf = {
configjson = [[
{
"history": {
"save_history": true
}
}
]]
}

11
test.sh
View file

@ -1,11 +0,0 @@
# please have yt-dlp
mkdir -p .test/
yt-dlp \
--no-write-info-json \
--output "./.test/video.mp4" \
--remux-video "mp4" \
-w \
"https://www.youtube.com/watch?v=T6_81D9HQdU"
mpv -v --load-scripts=no --script=./src/ ./.test/video.mp4