From 090e335a98c5c35e93bd12120fcae3a2512e9181 Mon Sep 17 00:00:00 2001 From: Jimi Date: Mon, 23 May 2022 06:42:13 -0600 Subject: [PATCH] Better organization. --- DEVGUIDE.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 6fb7b527..7c453ab2 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -58,11 +58,7 @@ Note: You only have to run this command once if you are not a developer. The Jel ## Method 3: Visual Studio Code -Users of Visual Studio Code will find a community developed extension for BrightScript that makes installing and testing Jellyfin builds straightforward. - -The extension can be found [HERE](https://marketplace.visualstudio.com/items?itemName=RokuCommunity.brightscript) and more information on -setting up developer enviornments can be found on [Roku's website](https://developer.roku.com/docs/developer-program/getting-started/developer-setup.md) - +See Developer setup below. ## Bug/Crash Reports Did the app crash? Find a nasty bug? Use the this command to view the error log and [report it to the developers](https://github.com/jellyfin/jellyfin-roku/issues): @@ -87,11 +83,14 @@ Deploy the app: make install ``` -## Developer Setup +## Developer Setup (Visual Studio Code) -Read below and also checkout the [Development Guide For New Devs](DEVGUIDE.md) +Users of Visual Studio Code will find a community developed extension for BrightScript that makes installing and testing Jellyfin builds straightforward. -### Workflow +The extension can be found [HERE](https://marketplace.visualstudio.com/items?itemName=RokuCommunity.brightscript) and more information on +setting up developer enviornments can be found on [Roku's website](https://developer.roku.com/docs/developer-program/getting-started/developer-setup.md) + +### Command Line Workflow Modify code -> `make install` -> Use Roku remote to test changes -> `telnet ${ROKU_DEV_TARGET} 8085` -> `CTRL + ]` -> `quit + ENTER`