mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 04:49:31 -07:00
extra case.
This commit is contained in:
parent
a2a012df7d
commit
40f2d840ee
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@ elif DirBase[1] == Movie_Cat or DirBase == TV_Cat:
|
||||||
print "INFO: Determined Category to be: %s" % (DirBase2[1])
|
print "INFO: Determined Category to be: %s" % (DirBase2[1])
|
||||||
Category = DirBase[1]
|
Category = DirBase[1]
|
||||||
|
|
||||||
|
else: # no category found in directory. For Utorrent we can do a recursive scan.
|
||||||
|
print "INFO: The directory passed does not appear to include a category or the torrent name"
|
||||||
|
print "WARNING: You should change settings to download torrents to their own directory"
|
||||||
|
print "INFO: We will try and determine which files to process, individually"
|
||||||
|
root = 1
|
||||||
|
|
||||||
if Category == Movie_Cat:
|
if Category == Movie_Cat:
|
||||||
destination = os.path.join(Movie_dest, Name)
|
destination = os.path.join(Movie_dest, Name)
|
||||||
elif Category == TV_Cat:
|
elif Category == TV_Cat:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue