Original: http://www.shadowandy.net/2012/03/asus-rt-n66u-tomatousb-firmware-flashing-guide.htm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Global Media Controls Panel | |
| * Written by Tam710562 | |
| */ | |
| (() => { | |
| 'use strict'; | |
| const gnoh = { | |
| i18n: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##### What You'll Need (assuming your workstation is Windows) ##### | |
| - Qemu For Windows: https://qemu.weilnetz.de/w64/ | |
| - WinSCP: https://winscp.net/eng/download.php | |
| - 7zip: https://www.7-zip.org/download.html | |
| - The VMDK virtual disk from the Home Assistant website: https://www.home-assistant.io/hassio/installation/ | |
| - Access to your UnRaid WebGUI from your Windows workstation | |
| #### Installing Qemu On Your Windows Workstation #### | |
| - Why? Because the virtual disk images provided by the Home Assistant website are not in a format that UnRaid can understand. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Examples for testing | |
| # sonarr_episodefile_sourcefolder="/data/torrent/tv/Penny.Dreadful.S01E01.720p.HDTV.x264-2HD" sonarr_episodefile_sourcepath="/data/torrent/tv/Penny.Dreadful.S01E01.720p.HDTV.x264-2HD/penny.dreadful.s01e01.720p.hdtv.x264-2hd.mkv" | |
| # Instructions | |
| # Put this script somewhere on your file system like /usr/local/bin and make it executable. | |
| # | |
| # In Sonarr, Settings -> Connect add a Custom Script | |
| # On Grab: No |