Search found 56 matches

by rembo10
July 21st, 2012, 9:57 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

Easiest just to post an issue on github.... Or the new forum!
http://headphones.codeshy.com/forum

You can try to search the github issue tracker too, to see if its come up before (i think it has and we debugged it)
by rembo10
June 26th, 2012, 11:26 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

Andy: check the latest :-) Just an fyi, if anyone's having trouble updating, its because of the new github API update, which I totally didn't prepare for. You'll have to manually update (either by doing a git pull or redownloading the zip/tar from http://github.com/rembo10/headphones). If you went t...
by rembo10
June 25th, 2012, 4:55 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

It might be possible. It's a matter of setting the right categories with the search providers
by rembo10
June 2nd, 2012, 5:00 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

It's easier for me to track issues on the github issue tracker (although headphones is getting a website soon!)

redlob: change the config.ini when headphones has shut down, otherwise it will just be overwritten
by rembo10
April 14th, 2012, 12:17 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

I really like your application so I decided yesterday to give you a small donation. Everything so far seems to work fine, but I've had two problems running this on my LinuxMint 12 computer. 1. The default Ubuntu init script gives a error No process in pidfile '/var/run/headphones.pid' found running...
by rembo10
April 9th, 2012, 7:25 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

What browser are you using? It should automatically redirect you to /home... another thing to check might be the http_root in your config.ini . mine is just a forward slash. sorry i haven't dropped by here in a while. i'm just in the middle of doing a major code cleanup to get rid of all the buggine...
by rembo10
January 27th, 2012, 1:48 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

I've added a few fixes in there already basically to limit the amount of requests headphones makes to musicbrainz. Unfortunately people running the older versions are still hitting the servers quite a bit so until more people update, we'll keep seeing the 503 error. Hopefully only a few more days I ...
by rembo10
November 16th, 2011, 2:37 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

prophetizer - i think that's a known issue with newzbin. I don't have an account so it's hard to test (if you want to help out it might speed things up - see this issue on github: http://github.com/rembo10/headphones/issues/275)
by rembo10
November 8th, 2011, 5:18 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

Yeah try updating, make sure the proper post processing checkboxes are ticked, check the folder capitalization, all that stuff. It works, so just make sure the settings are correct and everything should be golden
by rembo10
November 7th, 2011, 12:45 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

Headphones will send downloads to sab in the format of Artist - Album [Year]. As soon as something is snatched, it will check the download folder every 5 mins for a match. As of right now, if you have sab replacing spaces with underscores, the folders won't be automatically post processes. Working o...
by rembo10
November 5th, 2011, 1:01 pm
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

ziv_ew - try upgrading python if you can. i think configobj requires >2.6 scanning shouldn't be taking that long - well it actually depends..... to actually scan my library, it takes about 5 minutes for ~2000 songs. Importing them (i.e. querying musicbrainz, adding all the info, etc) takes about 1 m...
by rembo10
August 22nd, 2011, 1:55 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

Hey Sluggo - glad you found it :-)

I'm trying to keep the config UI as simple as possible so I thought i'd keep the more advanced stuff in the config.ini only (e.g. permissions, chron job intervals, etc.)
by rembo10
August 20th, 2011, 1:45 am
Forum: Third-party Addons
Topic: Headphones : Music albums and artists auto download program
Replies: 311
Views: 1267664

Re: Headphones : Music albums and artists auto download prog

shoot - nice catch, i switched a few things around and must've missed that. fixed in the latest