clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
671 stars 176 forks source link

Transmission Question #291

Closed hazell20 closed 10 years ago

hazell20 commented 10 years ago

Hi Guys im building Media server my mother and having a few issues with transmission talking back to sickbeard 1 connection

here is the post processing log

03:02:04|INFO ==================== 03:02:04|INFO TorrentToMedia V9.2 03:02:04|INFO MAIN: Loading config from /home/hazellk/.nzbtomedia/autoProcessMedia.cfg 03:02:04|DEBUG arg 0 is: /home/rhys/.nzbtomedia/TorrentToMedia.py 03:02:04|ERROR MAIN: There was a problem loading variables Traceback (most recent call last): File "/home/hazellk/.nzbtomedia/TorrentToMedia.py", line 523, in inputDirectory, inputName, inputCategory, inputHash, inputID = parse_args(clientAgent) File "/home/hazellk/.nzbtomedia/autoProcess/nzbToMediaUtil.py", line 452, in parse_args raise RuntimeError("Could not find client-agent") RuntimeError: Could not find client-agent

can someone explain whats wrong in my config

[CouchPotato] cpsCategory = movie apikey = 20c233ec2b7b42bcad84ae7292b27ca7 host = localhost port = 5050 ssl = 0 web_root = delay = 65 method = renamer delete_failed = 0 wait_for = 5 remoteCPS = 0

[SickBeard] sbCategory = TV host = localhost port = 8081 username = password = web_root = ssl = 0 delay = 0 wait_for = 5 watch_dir = /media/downloads/Downloads/seeding/TV fork = TPB delete_failed = 0 nzbExtractionBy = Downloader Torrent_ForceLink = 1

[HeadPhones] hpCategory = music apikey = host = localhost port = 8181 ssl = 0 web_root = delay = 65

[Mylar] mlCategory = comics host = localhost port = 8090 username = password = web_root = ssl = 0 watch_dir =

[Gamez] gzCategory = games apikey = host = localhost port = 8085 ssl = 0 web_root =

[Torrent] clientAgent = Transmission useLink = move outputDirectory = /media/downloads/Downloads/seeding categories = music_videos,pictures,software,manual noFlatten = pictures,manual uTorrentWEBui = http://localhost:8090/gui/ uTorrentUSR = your username uTorrentPWD = your password TransmissionHost = TransmissionPort = 9091 TransmissionUSR = xxxxxxx TransmissionPWD = xxxxxxxx DelugeHost = localhost DelugePort = 58846 DelugeUSR = your username DelugePWD = your password deleteOriginal = 0

[Extensions] compressedExtensions = .zip,.rar,.7z,.gz,.bz,.tar,.arj,.1,.01,.001 mediaExtensions = .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso,.m4v metaExtensions = .nfo,.sub,.srt,.jpg,.gif minSampleSize = 200 SampleIDs = sample,-s.

[Transcoder] transcode = 0 duplicate = 1 niceness = 0 ignoreExtensions = .avi,.mkv outputVideoExtension = .mp4 outputVideoCodec = libx264 outputVideoPreset = medium outputVideoFramerate = 24 outputVideoBitrate = 800k outputAudioCodec = libmp3lame outputAudioBitrate = 128k outputSubtitleCodec = outputFastStart = 0 outputQualityPercent = 0

[WakeOnLan] wake = 0 host = 192.168.1.37 port = 80 mac = 00:01:2e:2D:64:e1

[UserScript] user_script_categories = NONE user_script_mediaExtensions = .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg user_script_path = /media/test/script/script.sh user_script_param = FN user_script_runOnce = 0 user_script_successCodes = 0 user_script_clean = 1 delay = 120

[ASCII] convert = 0

[passwords] PassWordFile =

[loggers] keys = root

[handlers] keys = console

[formatters] keys = generic

[logger_root] level = NOTSET handlers = console qualname =

[handler_console] class = StreamHandler args = (sys.stdout,) level = INFO formatter = generic

[formatter_generic] format = %(asctime)s|%(levelname)-7.7s %(message)s datefmt = %H:%M:%S

Thanks in advance rhys

hazell20 commented 10 years ago

sorry guy worked it out

rhys

clinton-hall commented 10 years ago

Glad you got it working... Let me know if anything else pops up.