Ok, quick howto for other people:
If you use sabnzbd, you can attach a default action to your download. Open notepad en paste this in:
- Code: Select all
@echo off
echo.
"C:\Program Files\TVRename\TVRename.exe" /missingcheck /fnocheck /fnodo /hide /quit
echo [Removal] EMPTY Directories
for /f "usebackq delims=" %%V in (`"dir E:\Downloads /ad/b/s | sort /R"`) do rd "%%V"
Save the file as fno.bat, and configure Sabnzbd to use the script as default script action in the Gui. Also configure SabNZBd to cleanup the following file types: .nfo, .sfv, .par2, .nzb That way you will get a empty directory after the Finding and Organising.
Now after every download, SabNZBD will launch TVrename, check for missing files and do the finding and organising automatically.
After that it will seek for empty folders, and delete them. Hope this helps somebody
