You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -175,7 +187,7 @@ Build outputs are in `src-tauri/target/release/bundle/`.
175
187
### Keyboard Shortcuts
176
188
177
189
| Key | Action |
178
-
|-----|--------|
190
+
|-----|--------|
179
191
| Arrow keys | Navigate |
180
192
| Enter | Select/OK |
181
193
| Backspace/Escape | Back |
@@ -187,39 +199,55 @@ Build outputs are in `src-tauri/target/release/bundle/`.
187
199
### Power On (Wake-on-LAN)
188
200
189
201
For **Power On** to work:
202
+
190
203
1. Enable "Wake on LAN" in your TV's network settings
191
204
2. The TV must have been authenticated at least once while powered on (to save its MAC address)
192
205
3. Your computer must be on the same network as the TV
193
206
207
+
### Streaming device (Android TV, Roku)
208
+
209
+
If you use a set-top box (e.g. **NVIDIA Shield**, other Android TV, or **Roku**) on an HDMI input, you can wake it from standby so the remote works when the box was off.
210
+
211
+
-**Wake-on-LAN (Android TV / Shield)**: In Settings → Streaming device, choose "Wake-on-LAN", enter the device’s **MAC address** (from your router, or Shield: Settings → Device preferences → About → Network). Optionally set **Subnet broadcast IP** (e.g. `10.0.0.255` for a 10.0.0.x network) — some networks only deliver WoL to the subnet broadcast; try this if the default (255.255.255.255) doesn’t wake the device. Works best when the device is on Ethernet.
212
+
-**ADB (Android TV / Shield)**: Choose "ADB" and enter the device’s **IP address** (and port, default 5555). Requires **Network debugging** enabled on the device (Shield: Settings → Developer options → Network debugging). The app uses the system `adb` (install Android platform tools if needed, e.g. `brew install android-platform-tools`). ADB wake works when the device is in standby but still listening on the network.
213
+
-**Roku**: Choose "Roku" and enter the Roku’s **IP address**. The app sends a power-on command over the local network (Roku ECP). Ensure "Control by mobile apps" is enabled on the Roku (Settings → System → Advanced system settings).
214
+
215
+
You can enable **"Also wake streaming device when using Power On"** so one Power On action wakes both the TV and the streaming device. You can also assign a keyboard shortcut to "Wake streaming device" in the shortcuts panel.
0 commit comments