Search found 56 matches

by rembo10
May 25th, 2011, 1:55 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1551831

Re: Sickbeard for Music albums and artists

Check out the latest - I also fixed the wonky search bar

there may be some other issues since I'm on 2.6 but I'll make it work

Any suggestions and what not definitely let me know. I'm going to rewrite the whole deal so I'd love to make it as awesome as possible
by rembo10
May 25th, 2011, 12:16 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1551831

Re: Sickbeard for Music albums and artists

Ah, I tested it with python 2.6 on OSX so I'm sure there are issues cross-compatibility wise. Should be fixed now on github....
by rembo10
May 25th, 2011, 2:04 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1551831

Re: Sickbeard for Music albums and artists

http://github.com/rembo10/headphones I just learned python so the code is pretty messy, but it's reasonably functional. It only works with SABnzbd & NZBMatrix for now (since that's what I've been using) and post-processing doesn't work (so just use SAB to configure your final download destinati...
by rembo10
April 28th, 2011, 8:13 pm
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

Just tried with gmail.smtp.com:587, same problem My settings are: Email Notification on Job Completion: Always Email Templates Folder: SMTP Server: smtp.gmail.com:587 Email Recipient: xxxxxxxx@gmail.com, yyyyyyyy@gmail.com Email Sender: xxxxxxxxx@gmail.com User Name: xxxxxxxx@gmail.com Password: ***...
by rembo10
April 27th, 2011, 9:12 am
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

I tried it using smtp.gmail.com with my username & pw, still the same problem. This was with the stock template.
by rembo10
April 26th, 2011, 6:45 pm
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

I have a pretty basic set up. I'm on OS X if it makes a difference. I think what it might be doing is using the whole email address field as the $to variable within the email, and sends a new/separate email for each email address listed. I tried it with 3 emails addresses to check this, and each acc...
by rembo10
April 26th, 2011, 3:33 pm
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

Ok, so as a temporary workaround you can add 2 lines in the template:

(and at the end)

I also deleted the $to in the To: field. That way it won't show the wrong recipient in one of the accounts.
by rembo10
April 26th, 2011, 2:04 pm
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

Awesome, thanks!

So maybe a short term fix might be to have two templates, and use an "if $to=[email protected]" line in there?
by rembo10
April 26th, 2011, 4:15 am
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

Happens with the stock template as well as my own.... I also tried: , It sends, but with the same problem. Both accounts get both emails :-/ Am I formatting it right? Anyone have any luck setting this up? If I do ; (with a semicolon instead of comma) a gets the correct email but b doesn't get anythi...
by rembo10
April 26th, 2011, 2:44 am
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Re: Duplicate Emails (but only with multiple recipients)

Just tried with gmail smtp, same problem.
by rembo10
April 26th, 2011, 2:40 am
Forum: Beta Releases
Topic: Duplicate Emails (but only with multiple recipients)
Replies: 24
Views: 16743

Duplicate Emails (but only with multiple recipients)

Strange thing happening that I can't quite figure out. When I set just one email address for notifications, everything works great. However, when I add another email address, it sends 2 copies of the email to each recipient (4 emails total). The only way I could get it to send at all was by using th...