I am using nzbmatrix, nzb.su and newzbin. Seems very weird - will I be able to see in the logs what the "lucky" 30th artist is?
Cheers, and keep up the great work!

I did not quite get this. HP does not look for new downloads from SABnzbd, set under HP options? How can HP be aware of new downloads then? There is no way that I'm going to look for new downloads all the time, and then kickstart a processing script.rascalli wrote:HP does not look in a folder automaticly for new downloads , you need to manual start this.
It does auto post-process downloads it send itself to sabnzbd+
I do not think that is the issue. Currently I have no scripts for the Music category for HP in SABnzbd+. HeadPhones obviously gets the album info, finds the NZB and sends it to SABnzbd+. The albums is placed in "Z:\Downloads\NZB\SAB Headphones Download" as set in SABnzbd, and are of the following format "Artist - Album Name [Year]". Music download directory is set at the same folder as SAB downloads moves the complete albums to. I have the following Post processing settings:rembo10 wrote: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 on a fix for this though
Code: Select all
...for files in f:
# Exclude hidden .AppleDouble directories
if ".AppleDouble" in r: break
...