disable valid media check for failed HP downloads. Fixes #1228

fix grammar! How did I let these go so long?
This commit is contained in:
clinton-hall 2018-02-28 21:02:13 +13:00
commit 23fa424238
2 changed files with 8 additions and 8 deletions

View file

@ -251,7 +251,7 @@
[Nzb] [Nzb]
###### clientAgent - Supported clients: sabnzbd, nzbget ###### clientAgent - Supported clients: sabnzbd, nzbget
clientAgent = sabnzbd clientAgent = sabnzbd
###### SabNZBD (You must edit this if your using nzbToMedia.py with SabNZBD) ###### SabNZBD (You must edit this if you're using nzbToMedia.py with SabNZBD)
sabnzbd_host = http://localhost sabnzbd_host = http://localhost
sabnzbd_port = 8080 sabnzbd_port = 8080
sabnzbd_apikey = sabnzbd_apikey =
@ -271,21 +271,21 @@
categories = music_videos,pictures,software,manual categories = music_videos,pictures,software,manual
###### A list of categories that you don't want to be flattened (i.e preserve the directory structure when copying/linking. ###### A list of categories that you don't want to be flattened (i.e preserve the directory structure when copying/linking.
noFlatten = pictures,manual noFlatten = pictures,manual
###### uTorrent Hardlink solution (You must edit this if your using TorrentToMedia.py with uTorrent) ###### uTorrent Hardlink solution (You must edit this if you're using TorrentToMedia.py with uTorrent)
uTorrentWEBui = http://localhost:8090/gui/ uTorrentWEBui = http://localhost:8090/gui/
uTorrentUSR = your username uTorrentUSR = your username
uTorrentPWD = your password uTorrentPWD = your password
###### Transmission (You must edit this if your using TorrentToMedia.py with Transmission) ###### Transmission (You must edit this if you're using TorrentToMedia.py with Transmission)
TransmissionHost = localhost TransmissionHost = localhost
TransmissionPort = 9091 TransmissionPort = 9091
TransmissionUSR = your username TransmissionUSR = your username
TransmissionPWD = your password TransmissionPWD = your password
#### Deluge (You must edit this if your using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui) #### Deluge (You must edit this if you're using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui)
DelugeHost = localhost DelugeHost = localhost
DelugePort = 58846 DelugePort = 58846
DelugeUSR = your username DelugeUSR = your username
DelugePWD = your password DelugePWD = your password
###### qBittorrent (You must edit this if your using TorrentToMedia.py with qBittorrent) ###### qBittorrent (You must edit this if you're using TorrentToMedia.py with qBittorrent)
qBittorrenHost = localhost qBittorrenHost = localhost
qBittorrentPort = 8080 qBittorrentPort = 8080
qBittorrentUSR = your username qBittorrentUSR = your username

View file

@ -119,9 +119,9 @@ class autoProcessMusic(object):
core.extractFiles(dirName) core.extractFiles(dirName)
inputName, dirName = convert_to_ascii(inputName, dirName) inputName, dirName = convert_to_ascii(inputName, dirName)
if listMediaFiles(dirName, media=False, audio=True, meta=False, archives=False) and status: #if listMediaFiles(dirName, media=False, audio=True, meta=False, archives=False) and status:
logger.info("Status shown as failed from Downloader, but valid video files found. Setting as successful.", section) # logger.info("Status shown as failed from Downloader, but valid video files found. Setting as successful.", section)
status = 0 # status = 0
if status == 0: if status == 0: