Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AidyTheWeird authored Nov 23, 2024
1 parent 510c108 commit 7042227
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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/<UserName>/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility`

Expand Down Expand Up @@ -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`

Expand All @@ -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:

Expand Down

0 comments on commit 7042227

Please sign in to comment.