Guide for sabnzbd
This guide contains useful tips for sabnzbd that you may or may not know.
*Unofficial Fallout 4 Patch.esp | |
*Mod-NWTransCenLOD.esl | |
*Mod-Nuka World Creature XP Tweaks.esl | |
*Mod-Quintessential Quarries.esl | |
*Mod-StarlightLOD.esl | |
*Mod-Vault111LOD.esl | |
*Mod-AORobcoReconScope.esl | |
*Mod-BetterRoboticsDisposal.esl | |
*Mod-Burly Bunkers.esl | |
*Mod-DeanomanEasiestHacking.esl |
This guide contains useful tips for sabnzbd that you may or may not know.
AdGuard AdBlocker
Decentraleyes
# Downloads and upgrades ffmpeg Nightly for Windows | |
# Saves time by changing a manual process to auto | |
# Start Edits | |
$destinationFolderTemp = "C:\Temp" | |
$finalDestinationFolder = "D:\Portable Software\Command Line Apps" | |
# End Edits | |
$uri = "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip" | |
$destinationFileTemp = "$destinationFolderTemp\ffmpeg-latest-win64-static.zip" |
# Name: SABqueueSnapShot for PowerShell | |
# Decription: Gets the full queue of SABnzbd as a snapshot text file using the official API | |
# Version: 1.0B | |
# Required Edits: 1-4 | |
# To troubleshoot issues ensure that all firewalls are configured properly :D | |
# Start Edits: | |
# Edit 1) Edit this to your API key in SABnzbd's General > Security settings section |
{ | |
"workbench.editor.showIcons": true, | |
"workbench.startupEditor": "none", | |
"editor.fontSize": 12, | |
"editor.minimap.enabled": false, | |
"editor.mouseWheelZoom": true, | |
"editor.tabSize": 4, | |
"editor.renderWhitespace": "all", | |
"editor.insertSpaces": true, | |
"editor.rulers": [ |
# -*- coding: utf-8 -*- | |
#VERSION: 2.0 | |
#AUTHORS: Joost Bremmer (toost.b@gmail.com) | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
; Basic mod.settings file for The Witcher 3 | |
; This file goes in your Documents\The Witcher 3 folder. | |
; So if you installed the game to your C drive on Win7, it would go in C:\Users\USERNAME\Documents\The Witcher 3 | |
; Intro and instructions from "W3 Tutorials - Using the mods.settings file" by Kad_Venku | |
; Original PDF can be downloaded at http://www.moddb.com/mods/the-witcher-3-wild-hunt-launcher/downloads/using-the-modssettings-file | |
; You can use the semicolon to comment your file, the game will ignore lines which start with a semicolon | |
; [section] this is a section, in our case it marks the beginning of a mod's entry |
:: Stream Launcher for Livestreamer 1.12.2 (twitch, crunchy roll or youtube) | |
:: This file helps with starting a stream (such as twitch.tv) in a video player (MPC-HC) using Livestreamer. | |
:: Allows for playing twitch, crunchy roll or youtube videos in a video player. | |
:: Script Version: 1.0 | |
:: Last Updated: 12-08-2016 | |
:: Author: Deanoman | |
:: Requires MPC-HC and Livestreamer. | |
:: Sources: |
# This script automates the installation and updating of MadVR (http://madvr.com). | |
# All checks and downloads are done with the official website. | |
# Version: 1.0e | |
# Date Last Updated: 13th of June, 2016 | |
# Author: Deanoman | |
# Requirements: Windows 7 or later, NET Framework 4.5 or later, available internet connection | |
# Variables | |
# A) Set this to the folder MADVR is installed in (the only thing you need to set) | |
# This folder must exist, have enough space on the drive |