This file contains hidden or 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
[CONST_PARAM] | |
rtsp = 1 ; RTSPЭ�飬0���ر� 1������ |
This file contains hidden or 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
import os | |
import pathlib | |
import sqlite3 | |
target_path = "" | |
movie_list = [] | |
tv_list = [] | |
collection_list = [] | |
This file contains hidden or 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
cd /usr/share/nginx/html | |
rm -r * | |
apt-get update && apt-get -y install wget nano git-core curl build-essential openssl libssl-dev python p7zip unzip | |
wget https://buildbot.libretro.com/nightly/emscripten/$(date +%Y-%m-%d -d "1 day ago")_RetroArch.7z | |
p7zip -d $(date +%Y-%m-%d -d "1 day ago")_RetroArch.7z | |
mkdir -p assets/frontend/bundle | |
mkdir -p assets/cores | |
chmod +x indexer |