justchokingaround / lobster

mmm lobster
GNU General Public License v2.0
553 stars 37 forks source link

how do I install html-xml utils in windows? #116

Closed ttx99 closed 1 year ago

ttx99 commented 1 year ago

how to install html-xml utils in windows 10?

justchokingaround commented 1 year ago

you can't, it does not exist, hence why i'm working on rewriting it in powershell

justchokingaround commented 1 year ago

if you really want it to work on windows right now, you could manually patch the script by removing all of the instances where hxunent is used, and removing that dependency check

pirate486743186 commented 1 year ago

WSL?

ttx99 commented 1 year ago

you guys know how to make and where to place mpv config on windows 10 installed via scoop?

justchokingaround commented 1 year ago

%appdata% and search for the mpv folder and then put it there

ttx99 commented 1 year ago

yes, but what is the config filename? is it mpv.conf or txt? you have screen shot?

justchokingaround commented 1 year ago

mpv.conf yes. you can also have other files like input.conf for keybinds, a shaders directory (folder), a scripts directory and a script-opts directory (for script settings). but the main config file is mpv.conf

ttx99 commented 1 year ago

btw there is no mpv folder there is just local, local low and Roaming. I assume i need to create?

justchokingaround commented 1 year ago

yes

ttx99 commented 1 year ago

--vo=gpu --hwdec=vaapi --profile=gpu-hq --gpu-api=vulkan --sub-bold=yes --window-maximized=yes

the video is still not maximized im trying ani-cli like old anime aspect ratio

justchokingaround commented 1 year ago

remove tbe leading -- for all the options, you're not supposed to include them

ttx99 commented 1 year ago

C:\Users\user\AppData\mpv

is this right?

justchokingaround commented 1 year ago

could be, yes. it's not always the same location afaik

ttx99 commented 1 year ago

config still wont take effect gg

ttx99 commented 1 year ago

if you really want it to work on windows right now, you could manually patch the script by removing all of the instances where hxunent is used, and removing that dependency check

and btw dude to answer this topic If I cant even make mpv config to work. I rather wait for you to do it 😃 your pro at this .

pirate486743186 commented 1 year ago

you could give wsl a try. If you need to use other stuff you'll have to redo this all over again. WSL1 is like wine, WSL2 is more like a VM.

justchokingaround commented 1 year ago

@ttx99 mentioned it in the discord server a few days ago, but completely forgot to do it here. this install should work on windows, if u have fzf and mpv installed:

curl -O https://raw.githubusercontent.com/justchokingaround/lobster/windows-support/lobster.sh
chmod +x lobster.sh
sed -i 's/ | hxunent//g; /command -v "hxunent"/d' lobster.sh
cp lobster.sh /usr/bin/lobster

(it's a good idea to run the terminal in administrator mode for installing, as u might get a permission denied otherwise) also if it says mpv not found, this should fix it, if you installed mpv through scoop:

ln -sf $(which mpv.exe) /usr/bin/mpv