mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
add option to convert to ASCII. fixes #204
This commit is contained in:
parent
9dae7979e4
commit
ed359e8468
8 changed files with 47 additions and 0 deletions
|
@ -98,6 +98,7 @@ def processEpisode(dirName, nzbName=None, failed=False):
|
|||
|
||||
if not fork in SICKBEARD_TORRENT:
|
||||
process_all_exceptions(nzbName.lower(), dirName)
|
||||
nzbName, dirName = converto_to_ascii(nzbName, dirName)
|
||||
|
||||
if nzbName != "Manual Run" and not fork in SICKBEARD_TORRENT:
|
||||
# Now check if movie files exist in destination:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue