This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This was tested and ran on Mint 21.2 but any modern ubuntu (or derivative) should work. | |
# This may or may not become outdated at any point in time, so I recommend double checking the original guide at https://github.com/xbmc/xbmc/blob/master/docs/README.Android.md | |
# The only command responsible for making Hi10 work is the sed command | |
# System Dependencies | |
cd $HOME | |
sudo apt install -y wget autoconf bison build-essential curl openjdk-17-jdk flex gawk git gperf lib32stdc++6 lib32z1 lib32z1-dev libcurl4-openssl-dev unzip zip zlib1g-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
I do not provide support for this unless its an actual error in the code and not related to your setup. | |
You'll need: | |
- Vapoursynth (this was written & tested on R53 with Python 3.9.6) | |
- pip3 install pathlib anitopy pyperclip requests requests_toolbelt | |
- https://github.com/HolyWu/L-SMASH-Works/releases/latest/ (Install to your usual Vapoursynth plugins64 folder) | |
- (if using ffmpeg) ffmpeg installed & in path | |
How to use: |