From d5ea82a604da60a241b766797e2c2c7efd932075 Mon Sep 17 00:00:00 2001 From: zenyd <30322274+zenyd@users.noreply.github.com> Date: Fri, 22 Apr 2022 00:06:28 +0200 Subject: [PATCH] subselect: move into subfolder --- README.md | 2 +- subselect.lua => subselect/main.lua | 0 subselect.py => subselect/subselect.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename subselect.lua => subselect/main.lua (100%) rename subselect.py => subselect/subselect.py (100%) diff --git a/README.md b/README.md index 22f3e7d..e816e6b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Right now it only lists subtitles from OpenSubtitles, but has the ability to sea 3. Install subliminal: `python -m pip install subliminal` should do the trick ### Installation -Copy subselect.lua and subselect.py into your script folder +Copy the subselect folder containing main.lua and subselect.py into your script folder ### Configuration Changing the configuration is optional. Options: diff --git a/subselect.lua b/subselect/main.lua similarity index 100% rename from subselect.lua rename to subselect/main.lua diff --git a/subselect.py b/subselect/subselect.py similarity index 100% rename from subselect.py rename to subselect/subselect.py