From db6d5df961f0089f82059eae9d7b542d681faa30 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Sat, 4 Mar 2023 19:58:12 -0500 Subject: [PATCH] update dictionary --- DEVGUIDE.md | 8 ++++---- README.md | 2 +- dictionary.txt | 4 ---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index c5dba07a..4c7765ef 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -60,16 +60,16 @@ We recommend using Visual Studio Code when working on this project. The [BrightS ### Usage -1. Open the `jellyfin-roku` folder in vscode -2. Press `F5` on your keyboard or click `Run` -> `Start Debugging` from the vscode menu. ![image](https://user-images.githubusercontent.com/2544493/170696233-8ba49bf4-bebb-4655-88f3-ac45150dda02.png) +1. Open the `jellyfin-roku` folder in VSCode +2. Press `F5` on your keyboard or click `Run` -> `Start Debugging` from the VSCode menu. ![image](https://user-images.githubusercontent.com/2544493/170696233-8ba49bf4-bebb-4655-88f3-ac45150dda02.png) 3. Enter your Roku IP address and developer password when prompted -That's it! vscode will auto-package the project, sideload it to the specified device, and the channel is up and running. (assuming you remembered to put your device in [developer mode](#developer-mode)) +That's it! VSCode will auto-package the project, sideload it to the specified device, and the channel is up and running. (assuming you remembered to put your device in [developer mode](#developer-mode)) ### Hardcoding Roku Information -Out of the box, the BrightScript extension will prompt you to pick a Roku device (from devices found on your local network) and enter a password on every launch. If you'd prefer to hardcode this information rather than entering it every time, you can set these values in your vscode user settings: +Out of the box, the BrightScript extension will prompt you to pick a Roku device (from devices found on your local network) and enter a password on every launch. If you'd prefer to hardcode this information rather than entering it every time, you can set these values in your VSCode user settings: ```js { diff --git a/README.md b/README.md index 2f18a835..e640d1f5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The channel is available on the [Roku Channel Store](https://my.roku.com/add/jel ## Getting Involved -No matter what your interests or skill are, you can help to make this client better for everyone by simply using the client and letting us know if you find a problem with it. Either give us a shout on [matrix](https://matrix.to/#/+jellyfin:matrix.org) or create a github issue. +No matter what your interests or skill are, you can help to make this client better for everyone by simply using the client and letting us know if you find a problem with it. Either give us a shout on [matrix](https://matrix.to/#/+jellyfin:matrix.org) or create a GitHub issue. Feature requests are always welcome too, but please have a read though the existing issues to see if someone has already raised one for something similar. diff --git a/dictionary.txt b/dictionary.txt index d8bacb07..0b338857 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -1,10 +1,6 @@ -jellyfin Jellyfin -github VSCode -vscode BrightScript -brightscript sideload Sideload DEVGUIDE