From 510c1088ee369f69ceeca2cbbdbe00857daf538a Mon Sep 17 00:00:00 2001
From: AidyTheWeird <35501029+AidyTheWeird@users.noreply.github.com>
Date: Sat, 23 Nov 2024 07:14:12 +0100
Subject: [PATCH 1/3] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 3b59e92..40ee922 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,8 @@ Run the following command in Powershell:
***OR***
Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs-light.py)** and place it in one of the following directories:
-- All users: `%PROGRAMDATA%\Blackmagic Design\DaVinci Resolve\Fusion\Scripts`
-- Specific user: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts`
+- All users: `%PROGRAMDATA%\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility`
+- Specific user: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility`
@@ -201,8 +201,8 @@ Open PowerShell and run the following command:
Download the [`auto-subs.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs.py) file and add it to one of the following directories:
1. **Windows:**
- - All users: `%PROGRAMDATA%\Blackmagic Design\DaVinci Resolve\Fusion\Scripts`
- - Specific user: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts`
+ - All users: `%PROGRAMDATA%\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility`
+ - Specific user: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility`
2. **Mac OS:**
- All users: `/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility`
From 70422276a06f2a1303dd54261ef82d7c0045229f Mon Sep 17 00:00:00 2001
From: AidyTheWeird <35501029+AidyTheWeird@users.noreply.github.com>
Date: Sat, 23 Nov 2024 07:18:06 +0100
Subject: [PATCH 2/3] Update README.md
---
README.md | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 40ee922..2fe5bc8 100644
--- a/README.md
+++ b/README.md
@@ -102,12 +102,7 @@ Install Stable-TS by running this command in the terminal:
pip install -U stable-ts
### Step 5: Download the Python Script
-Run the following command in Powershell:
-
- Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/tmoroney/auto-subs/main/update-script.ps1").Content
-***OR***
-
-Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs-light.py)** and place it in one of the following directories:
+Download **[`auto-subs.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs.py)** and place it in one of the following directories:
- All users: `%PROGRAMDATA%\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility`
- Specific user: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility`
@@ -147,7 +142,7 @@ Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/mai
# if previous command does not work
pip3 install -U stable-ts
-9. Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/AutoSubsV1/auto-subs-light.py)** and place it in one of the following directories:
+9. Download **[`auto-subs.py`](https://github.com/tmoroney/auto-subs/blob/AutoSubsV1/auto-subs.py)** and place it in one of the following directories:
- All users: `/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility`
- Specific user: `/Users//Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility`
@@ -181,7 +176,7 @@ Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/mai
pip install -U stable-ts
-6. Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs-light.py)** and place it in one of the following directories:
+6. Download **[`auto-subs.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs.py)** and place it in one of the following directories:
- All users: `/opt/resolve/Fusion/Scripts/Utility` (or `/home/resolve/Fusion/Scripts/Utility` depending on installation)
- Specific user: `$HOME/.local/share/DaVinciResolve/Fusion/Scripts/Utility`
@@ -192,11 +187,6 @@ Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/mai
# Update AutoSubs
-### Automatic (Windows Only):
-Open PowerShell and run the following command:
-
- Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/tmoroney/auto-subs/main/update-script.ps1").Content
-
### Manual (Windows, Mac, Linux)
Download the [`auto-subs.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs.py) file and add it to one of the following directories:
From d5e67d9d48134079bc6c742bd23988d1fc6c7534 Mon Sep 17 00:00:00 2001
From: AidyTheWeird <35501029+AidyTheWeird@users.noreply.github.com>
Date: Sat, 23 Nov 2024 07:26:20 +0100
Subject: [PATCH 3/3] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2fe5bc8..2f4313a 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,7 @@ Install Stable-TS by running this command in the terminal:
### Step 5: Download the Python Script
Download **[`auto-subs.py`](https://github.com/tmoroney/auto-subs/blob/main/auto-subs.py)** and place it in one of the following directories:
+**If you don't see the Scripts or Utility folder, create it manually and place the file there**
- All users: `%PROGRAMDATA%\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility`
- Specific user: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility`