Your Ad Here Your Ad Here
Arcade NZBs WTO Guides Forums Home
Welcome to FileSharing Talk.  ( Register | Log in )
SuperNews Special   SeedPlace Special

   

Reply
 
Thread Tools
mishkins
  #1 Old 11-22-2008, 10:44 PM
Member
 
Join Date: Dec 2005
Posts: 29
rssdler troubles / syntax questions?
first off I had it working fine before but most of the time I get this error over and over and it crashes

"Traceback (most recent call last):
File "logging/__init__.py", line 731, in emit
File "logging/__init__.py", line 617, in format
File "logging/__init__.py", line 408, in format
KeyError: 'funcName' "

I installed it as per the guide at it's website seemed straight forward

I'm not sure about the brackets (i just added them to see) What I should put between words in tv shows (period, question mark, {1})

I had it working before except it wasn't working on tv and I had questions marks between them... but otherwise was working now it doesn't work at all

ALso I had lots of * marks before but wasn't sure if they are needed or wanted?


here is my config:

# default config filename is config.txt in ~.rssdler

[global]

downloadDir = /home/mishkin/testtorrents/
workingDir = /home/mishkin/rssdler3/

scanMins = 1

sleepTime = 2


[TL games]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (-RELOADED|-ViTALiTY|-Razor1911|-AVENGED|-FLT-PROCYON|-unleashed|-POSTMORTEM|-SKIDROW)
regExFalse = (german|demo|-TL|retro)


[TL HD]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (-refined|-infamous|-cinefile|-sinners|-hangover|-hv|-septic|-ika|-metis|-1920|-reveille|-halcyon|-ngr|-wpi|-outdated|-cybermen|-hd1080|-cddhd)
regExFalse = (XXX|internal|1080p|199|198|197|196|195|194|2000|2001|2002|2003|2004|2005|2006)

[TL Xbox360]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (xbox360)
regExFalse = (Demo|german|torrentleech|.pack.|-TL)

[TL TV]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (preair|Spooks|Survivorman|Entourage|The.Legend.Of.The.Seeker|Crusoe|Stargate|Fringe.S|GREEK.S|Heroes.S|House.S|Numb3rs|Prison.Break|Smallville|Weeds.S|Survivor.S|The.Colbert|The.Daily.Show|Supernatural|Boston.Legal|American.Idol|Deadliest.Catch|Shark.S|Hells.Kitchen|Reaper.S|NCIS|According.to.Jim|Bones|The.Big.Bang.Theory|One.Tree.Hill|Two.and.a.Half.Men|How.I.Met.Your.Mother|American.Dad|Desperate.Housewives|Everybody.Hates.Chris|Family.Guy|King.of.The.Hill|The.Simpsons|Cops.S|Doctor.Who.S|Battlestar.Galactica|Greys.Anatomy|Heroes.Unmasked|Conan.O.Brien|Mythbusters|South.Park|Merlin.2008|Star.Wars.The.Clone.Wars|Sanctuary.US|Cruose|Ghost.Whisperer|The.Pickup.Artist|Cold.Case|Californication|The.Unit|Life.S02|Brothers.And.Sisters|Saturday.Night.Live|SNL|The.Amazing.Race|Chuck.S|Dexter|True.Blood|Little.Britain.USA|Top.Gear|James.Mays.Big|My.Name.Is.Earl|The.Office|CSI|Terminator|Life.On.Mars|ER.S15|Its.Always.Sunny|Eleventh.Hour|Gossip.Girl|Worst.Week|My.Own.Worst.Enemy|Knight.Rider.2008|Pushing.Dasies|The.Mentalist|Law.And.Order|Dirty.Jobs|The.Sheild|The.Sarah.Silverman|Ugly.Betty|Sons.Of.Anarchy|Dirty.Sexy.Money|Criminal.Minds|Private.Practice|90210|Robot.Chicken|Kitchen.Knightmares|Friday.Night.Lights|24.S|Eureka|KyleXY|Scrubs|UFC)
regExFalse = (.pack.|-TL|hebsub|internal|DVD-R|DVDR|torrentleech|Dvdrip)

[TL Xvid]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (.TC|.TS|SCR.X|R5|workprint)
regExFalse = (DVDR|internal|stv|199|198|197|196|195|194|2000|2001|2002|2003|2004|2005|2006|portuguese|german|french)

[TL dvdrip]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (dvdrip)
regExFalse = (.pack.|-TL|S0|torrentleech|Aeroholics|internal|stv|199|198|197|196|195|194|2000|2001|2002|2003|2004|2005|2006|portuguese|german|french|russian)

[psp]
link = http://rss.torrentleech.org/rss.php.passkey=blah
regExTrue = (psp-)
regExFalse = (.pack.|-TL|torrentleech)

edit: I updated my python to 3.0 form 2.4 same deal

Last edited by mishkins; 11-22-2008 at 11:01 PM.. Reason: Automerged Doublepost
Reply With Quote mishkins is offline  
Click to Register Registering will remove these ads.
Click to Register
Sponsored Links

Your Ad Here Giganews Newsgroups Your Ad Here

Your Ad Here Unlimited Usenet
Your Ad Here

Your Ad Here RapidPeer.com Managed Seedbox Services Your Ad Here
mishkins
  Linux Software   -   #2 Old 11-26-2008, 01:34 AM
Member
 
Join Date: Dec 2005
Posts: 29
anyone?
Reply With Quote mishkins is offline  
mishkins
  Linux Software   -   #3 Old 11-26-2008, 09:39 PM
Member
 
Join Date: Dec 2005
Posts: 29
should mention I've tryed running it with minimal filters and such and sometimes works sometimes doesn't
Reply With Quote mishkins is offline  
RD22S
  Linux Software   -   #4 Old 12-16-2008, 10:10 AM
Poster
 
Join Date: Nov 2008
Posts: 56
belgium
Default installation assumes workingDir is ".rssdler" with the config.txt inside that dir.
In your config i see "workingDir = /home/mishkin/rssdler3/". You can have it setup in different dir but you need to specify where it should look for the config.txt.

Also it's missing the line that tells where the logfile is situated and the log level. (notice the line "log = 1" in the example config posted below. Put that to "log = 5" and it gets very wordy, check it for errors)

scanMins minimum usually is 5mins.

I don't see anything wrong in the filter section (regextrue & regexfalse seem to be setup ok).

EXAMPLE CONFIG:

[global]
downloadDir = /home/userdir/torrents/
workingDir = /home/userdir/.rssdler/
minSize = 0
log = 1
logFile = /home/userdir/log.txt
scanMins = 5
sleepTime = 5
runOnce = false
urllib = True

###################

[site1]
link =http://site1.com/rss.php?feed=dl&passkey="yourpasskey"
maxSize = 0
minSize = 120
nosave = False
regextrue = (prison.break|heroes|gossip.girl|greek|south.park|stargate.atlantis|the.shield|my.name.is.earl|smallville|fringe|house|dexter|californication|family.guy|entourage|chuck|the.simpsons|lost|one.tree.hill|without.a.trace)
regexfalse = (HEBSUB|D0|720p|x264|STV|R5|CAM|TS)
Reply With Quote RD22S is offline  

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Your Ad Here Great Deals At NewEgg.com Your Ad Here

The time now is 10:10 PM

Page Generation Time0.09sec    Query Count9 queries Talkgold - Sexy Pictures - Money E-Books - Onlive Forum - Wallpapers for Zunes
Contact Us - FileSharing Talk - Archive - Disclaimer - Top

Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
FileSharingTalk.com - All Rights Reserved