mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
get label from deluge. Fixes #600
This commit is contained in:
parent
912e639c4f
commit
d050934a60
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python2
|
||||
import os
|
||||
import sys
|
||||
import datetime
|
||||
import re
|
||||
import nzbtomedia
|
||||
|
@ -11,6 +12,9 @@ from nzbtomedia.nzbToMediaUtil import get_downloadInfo, server_responding
|
|||
# Initialize the config
|
||||
nzbtomedia.initialize()
|
||||
|
||||
#label = nzbtomedia.TORRENT_CLASS.core.get_torrent_status("f33a9c4b15cbd9170722d700069af86746817ade", ["label"]).get()['label']
|
||||
#print label
|
||||
|
||||
if transcoder.isVideoGood(nzbtomedia.TEST_FILE, 0):
|
||||
print "FFPROBE Works"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue