mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
make options radio buttons
This commit is contained in:
parent
a33609d2d6
commit
cecd34c626
6 changed files with 32 additions and 32 deletions
|
@ -34,7 +34,7 @@
|
||||||
# CouchPotato password.
|
# CouchPotato password.
|
||||||
#cpspassword=
|
#cpspassword=
|
||||||
|
|
||||||
# CouchPotato uses ssl.
|
# CouchPotato uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#cpsssl=0
|
#cpsssl=0
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
# must be at least 60 seconds.
|
# must be at least 60 seconds.
|
||||||
#cpsdelay=65
|
#cpsdelay=65
|
||||||
|
|
||||||
# CouchPotato Postprocess Method.
|
# CouchPotato Postprocess Method (renamer, manage).
|
||||||
#
|
#
|
||||||
# use "renamer" for CPS renamer (default) or "manage" to call a manage update.
|
# use "renamer" for CPS renamer (default) or "manage" to call a manage update.
|
||||||
#cpsmethod=renamer
|
#cpsmethod=renamer
|
||||||
|
|
||||||
# CouchPotato Delete Failed Downloads
|
# CouchPotato Delete Failed Downloads (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to delete failed, or 0 to leave files in place.
|
# set to 1 to delete failed, or 0 to leave files in place.
|
||||||
#cpsdelete_failed=0
|
#cpsdelete_failed=0
|
||||||
|
@ -68,12 +68,12 @@
|
||||||
|
|
||||||
## Transcoder
|
## Transcoder
|
||||||
|
|
||||||
# Transcode
|
# Transcode (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to transcode, otherwise set to 0.
|
# set to 1 to transcode, otherwise set to 0.
|
||||||
#transcode=0
|
#transcode=0
|
||||||
|
|
||||||
# create a duplicate, or replace the original.
|
# create a duplicate, or replace the original (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to cretae a new file or 0 to replace the original
|
# set to 1 to cretae a new file or 0 to replace the original
|
||||||
#duplicate=1
|
#duplicate=1
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
## WakeOnLan
|
## WakeOnLan
|
||||||
|
|
||||||
# use WOL
|
# use WOL (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
||||||
#wolwake=0
|
#wolwake=0
|
||||||
|
|
|
@ -34,19 +34,19 @@
|
||||||
# Gamez password.
|
# Gamez password.
|
||||||
#gzpassword=
|
#gzpassword=
|
||||||
|
|
||||||
# Gamez uses ssl.
|
# Gamez uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#gzssl=0
|
#gzssl=0
|
||||||
|
|
||||||
# Gamez web_root
|
# Gamez web_root.
|
||||||
#
|
#
|
||||||
# set this if using a reverse proxy.
|
# set this if using a reverse proxy.
|
||||||
#gzweb_root=
|
#gzweb_root=
|
||||||
|
|
||||||
## WakeOnLan
|
## WakeOnLan
|
||||||
|
|
||||||
# use WOL
|
# use WOL (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
||||||
#wolwake=0
|
#wolwake=0
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
# HeadPhones password.
|
# HeadPhones password.
|
||||||
#hppassword=
|
#hppassword=
|
||||||
|
|
||||||
# HeadPhones uses ssl.
|
# HeadPhones uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#hpssl=0
|
#hpssl=0
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
## WakeOnLan
|
## WakeOnLan
|
||||||
|
|
||||||
# use WOL
|
# use WOL (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
||||||
#wolwake=0
|
#wolwake=0
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
# CouchPotato password.
|
# CouchPotato password.
|
||||||
#cpspassword=
|
#cpspassword=
|
||||||
|
|
||||||
# CouchPotato uses ssl.
|
# CouchPotato uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#cpsssl=0
|
#cpsssl=0
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
# must be at least 60 seconds.
|
# must be at least 60 seconds.
|
||||||
#cpsdelay=65
|
#cpsdelay=65
|
||||||
|
|
||||||
# CouchPotato Postprocess Method.
|
# CouchPotato Postprocess Method (renamer, manage).
|
||||||
#
|
#
|
||||||
# use "renamer" for CPS renamer (default) or "manage" to call a manage update.
|
# use "renamer" for CPS renamer (default) or "manage" to call a manage update.
|
||||||
#cpsmethod=renamer
|
#cpsmethod=renamer
|
||||||
|
|
||||||
# CouchPotato Delete Failed Downloads
|
# CouchPotato Delete Failed Downloads (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to delete failed, or 0 to leave files in place.
|
# set to 1 to delete failed, or 0 to leave files in place.
|
||||||
#cpsdelete_failed=0
|
#cpsdelete_failed=0
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
# SickBeard password.
|
# SickBeard password.
|
||||||
#sbpassword=
|
#sbpassword=
|
||||||
|
|
||||||
# SickBeard uses ssl.
|
# SickBeard uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#sbssl=0
|
#sbssl=0
|
||||||
|
@ -93,12 +93,12 @@
|
||||||
# set this if SickBeard and nzbGet are on different systems.
|
# set this if SickBeard and nzbGet are on different systems.
|
||||||
#sbwatch_dir=
|
#sbwatch_dir=
|
||||||
|
|
||||||
# SickBeard uses failed fork.
|
# SickBeard uses failed fork (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 if using the custom "failed fork". Default sickBeard uses 0.
|
# set to 1 if using the custom "failed fork". Default sickBeard uses 0.
|
||||||
#sbfailed_fork=0
|
#sbfailed_fork=0
|
||||||
|
|
||||||
# SickBeard Delete Failed Downloads
|
# SickBeard Delete Failed Downloads (0, 1)
|
||||||
#
|
#
|
||||||
# set to 1 to delete failed, or 0 to leave files in place.
|
# set to 1 to delete failed, or 0 to leave files in place.
|
||||||
#sbdelete_failed=0
|
#sbdelete_failed=0
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
# HeadPhones password.
|
# HeadPhones password.
|
||||||
#hppassword=
|
#hppassword=
|
||||||
|
|
||||||
# HeadPhones uses ssl.
|
# HeadPhones uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#hpssl=0
|
#hpssl=0
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
# Mylar password.
|
# Mylar password.
|
||||||
#mypassword=
|
#mypassword=
|
||||||
|
|
||||||
# Mylar uses ssl.
|
# Mylar uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#myssl=0
|
#myssl=0
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
# Gamez password.
|
# Gamez password.
|
||||||
#gzpassword=
|
#gzpassword=
|
||||||
|
|
||||||
# Gamez uses ssl.
|
# Gamez uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#gzssl=0
|
#gzssl=0
|
||||||
|
@ -210,12 +210,12 @@
|
||||||
|
|
||||||
## Transcoder
|
## Transcoder
|
||||||
|
|
||||||
# Transcode
|
# Transcode (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to transcode, otherwise set to 0.
|
# set to 1 to transcode, otherwise set to 0.
|
||||||
#transcode=0
|
#transcode=0
|
||||||
|
|
||||||
# create a duplicate, or replace the original.
|
# create a duplicate, or replace the original (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to cretae a new file or 0 to replace the original
|
# set to 1 to cretae a new file or 0 to replace the original
|
||||||
#duplicate=1
|
#duplicate=1
|
||||||
|
@ -237,7 +237,7 @@
|
||||||
|
|
||||||
## WakeOnLan
|
## WakeOnLan
|
||||||
|
|
||||||
# use WOL
|
# use WOL (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
||||||
#wolwake=0
|
#wolwake=0
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
# Mylar password.
|
# Mylar password.
|
||||||
#mypassword=
|
#mypassword=
|
||||||
|
|
||||||
# Mylar uses ssl.
|
# Mylar uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#myssl=0
|
#myssl=0
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
## WakeOnLan
|
## WakeOnLan
|
||||||
|
|
||||||
# use WOL
|
# use WOL (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
||||||
#wolwake=0
|
#wolwake=0
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
# SickBeard password.
|
# SickBeard password.
|
||||||
#sbpassword=
|
#sbpassword=
|
||||||
|
|
||||||
# SickBeard uses ssl.
|
# SickBeard uses ssl (0, 1).
|
||||||
#
|
#
|
||||||
# Set to 1 if using ssl, else set to 0.
|
# Set to 1 if using ssl, else set to 0.
|
||||||
#sbssl=0
|
#sbssl=0
|
||||||
|
@ -46,12 +46,12 @@
|
||||||
# set this if SickBeard and nzbGet are on different systems.
|
# set this if SickBeard and nzbGet are on different systems.
|
||||||
#sbwatch_dir=
|
#sbwatch_dir=
|
||||||
|
|
||||||
# SickBeard uses failed fork.
|
# SickBeard uses failed fork (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 if using the custom "failed fork". Default sickBeard uses 0.
|
# set to 1 if using the custom "failed fork". Default sickBeard uses 0.
|
||||||
#sbfailed_fork=0
|
#sbfailed_fork=0
|
||||||
|
|
||||||
# SickBeard Delete Failed Downloads
|
# SickBeard Delete Failed Downloads (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to delete failed, or 0 to leave files in place.
|
# set to 1 to delete failed, or 0 to leave files in place.
|
||||||
#sbdelete_failed=0
|
#sbdelete_failed=0
|
||||||
|
@ -63,14 +63,14 @@
|
||||||
# This is a list of media extensions that may be transcoded if transcoder is enabled below.
|
# This is a list of media extensions that may be transcoded if transcoder is enabled below.
|
||||||
#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
|
#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
|
||||||
|
|
||||||
## Transcoder]
|
## Transcoder
|
||||||
|
|
||||||
# Transcode
|
# Transcode (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to transcode, otherwise set to 0.
|
# set to 1 to transcode, otherwise set to 0.
|
||||||
#transcode=0
|
#transcode=0
|
||||||
|
|
||||||
# create a duplicate, or replace the original.
|
# create a duplicate, or replace the original (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to cretae a new file or 0 to replace the original
|
# set to 1 to cretae a new file or 0 to replace the original
|
||||||
#duplicate=1
|
#duplicate=1
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
## WakeOnLan
|
## WakeOnLan
|
||||||
|
|
||||||
# use WOL
|
# use WOL (0, 1).
|
||||||
#
|
#
|
||||||
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
# set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified.
|
||||||
#wolwake=0
|
#wolwake=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue