Author Topic: Option to delete nfo sfv ect.  (Read 16433 times)

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Option to delete nfo sfv ect.
« on: May 06, 2009, 04:24:24 PM »
i would like to have the option to autodelete specific file-type in the way the transfer to unrar option works because i usualy never take a look at them again and deleting manualy can be quite tedious...

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Option to delete nfo sfv ect.
« Reply #1 on: May 06, 2009, 08:11:41 PM »
May I piggyback on this request by asking for option to delete download folder on clicking cleanup button for maximal laziness.


Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Option to delete nfo sfv ect.
« Reply #2 on: May 07, 2009, 09:55:36 AM »
May I piggyback on this request by asking for option to delete download folder on clicking cleanup button for maximal laziness.



it's basicly the same thing because if u get arid of all files,the download-folder will be empty and thus deleted automaticly... but the best thing would still be not having to download nfo's and sfv's in order to enable automatic unraring as i requested earlier on: https://www.altbinz.net/forum/index.php?topic=2618.0 

Offline dlp1000

  • Contributor
  • ***
  • Posts: 12
Pls Add - Delete *.nfo after unrar
« Reply #3 on: October 13, 2009, 09:47:53 AM »
In Alt.Binz, I've paused the NFO file from being downloaded, however, the small PAR2 file causes the missing NFO file to be rebuilt from pars. Then the file either remains in the "download" directory or get's moved to the "unrar" directory. Am I missing a feature to simply delete the NFO file after unrar?

Thanks...

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Option to delete nfo sfv ect.
« Reply #4 on: October 13, 2009, 10:15:05 AM »
In Alt.Binz, I've paused the NFO file from being downloaded, however, the small PAR2 file causes the missing NFO file to be rebuilt from pars. Then the file either remains in the "download" directory or get's moved to the "unrar" directory. Am I missing a feature to simply delete the NFO file after unrar?

Thanks...

obviously

+1 from me... i merged your request with an older request of mine heading in the same direction...

Offline musictrivianut

  • Contributor
  • ***
  • Posts: 34
Re: Option to delete nfo sfv ect.
« Reply #5 on: October 15, 2009, 01:27:49 AM »
And here I thought this was just me.  I don't remember there being nfo files to delete until just recently.  Is that a new feature?

Offline Monolith1

  • Contributor
  • ***
  • Posts: 3
Re: Option to delete nfo sfv ect.
« Reply #6 on: November 02, 2009, 01:29:00 PM »
Yes, I find the nfo's screw up xbmc sometimes so I use a batch file in the root of my unrar folder with the following RSS filter. I stick it on the end of each one and that way everytime one runs it tidies up the folder. You could easily add extra file types.

dexter* | A | | D:\mediashare\series\Dexter | D:\mediashare\series\cleanup.bat

and this is the contents of the "cleanup.bat" file.

del D:\mediashare\*.nfo /S
« Last Edit: November 02, 2009, 01:31:36 PM by Monolith1 »

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Option to delete nfo sfv ect.
« Reply #7 on: November 02, 2009, 05:08:46 PM »
Yes, I find the nfo's screw up xbmc sometimes so I use a batch file in the root of my unrar folder with the following RSS filter. I stick it on the end of each one and that way everytime one runs it tidies up the folder. You could easily add extra file types.

dexter* | A | | D:\mediashare\series\Dexter | D:\mediashare\series\cleanup.bat

and this is the contents of the "cleanup.bat" file.

del D:\mediashare\*.nfo /S

the script runs after the repair/unrar... does alt.binz delete the folder empty once the nfo is gone?
« Last Edit: November 02, 2009, 08:54:56 PM by davidq666 »

armyb77

  • Guest
Re: Option to delete nfo sfv ect.
« Reply #8 on: November 02, 2009, 08:15:29 PM »
Monolith1 Sounds like an interesting concept I might need to try as an interim fix.

  I use Alt.Binz to download all of my wife's TV show (there is a LOT! ::) )  Of course I have to keep allow everything that the small par2 file says is part of the download so it will autounrar, but then i'm always stuck with a lot of .sfv, .nfo, and sometimes the original small par2 file itself along with other bull files. 

Just getting a feature to select files types to autodelete after unrar is completed would be the best solution for me.  All of my TV shows UnRaR into my Videos Directory without subfolders.   In Media Center 7 I don't even know how cluttered it is in there until I open up the folder and look.  2 weeks worth of shows without opening the directory and it leaves almost 86 files of garbage .nfo, .sfv, some other ones as well.  Not everyone wants the same things deleted so being able to put which ones the individual wants would be helpful. 

Also maybe a selection to autodelete files if a repair fails, or unrar fails.  With RSS feeds a fix is usually re-posted shortly afterwords so deleting it would be no big deal for me as it will just re-download when the new version is posted..

Thanks davidq666 for posting this!

Armyb77

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Option to delete nfo sfv ect.
« Reply #9 on: November 05, 2009, 08:34:08 PM »
Monolith1 Sounds like an interesting concept I might need to try as an interim fix.

  I use Alt.Binz to download all of my wife's TV show (there is a LOT! ::) )  Of course I have to keep allow everything that the small par2 file says is part of the download so it will autounrar, but then i'm always stuck with a lot of .sfv, .nfo, and sometimes the original small par2 file itself along with other bull files. 
...

If you create seperate subfolders for each download, then Monolith1's script isn't optimal for you, because instead of the files u will be stuck with empty folders. in this case the 7zip.bat script from MrbLOB9000 would be a better choice:

https://www.altbinz.net/forum/index.php?topic=1244.msg14031#msg14031

but u could also create ur own by using

del %1\*.sfv for deleting files from within the download folder

move %1\*.mp3 %2 for moving files to unrar folder

and at the end use:

rd %1 to delete the download folder in case it's empty

Offline MajorBlink

  • Contributor
  • ***
  • Posts: 25
Re: Pls Add - Delete *.nfo after unrar
« Reply #10 on: November 07, 2009, 05:04:52 AM »
In Alt.Binz, I've paused the NFO file from being downloaded, however, the small PAR2 file causes the missing NFO file to be rebuilt from pars. Then the file either remains in the "download" directory or get's moved to the "unrar" directory.

Thanks...
+1
I would also make use of an option such as "Delete *.NFO after successfully unraring" similar to the others on the "Unrar Options" tab. (Pure laziness on my behalf.)
BTW I think the program is terrific!
« Last Edit: November 07, 2009, 05:07:53 AM by MajorBlink »

Offline d4f0rc3

  • Contributor
  • ***
  • Posts: 69
Re: Pls Add - Delete *.nfo after unrar
« Reply #11 on: December 04, 2009, 02:18:15 PM »
I would also make use of an option such as "Delete *.NFO after successfully unraring" similar to the others on the "Unrar Options" tab. (Pure laziness on my behalf.)
BTW I think the program is terrific!

+1 and +1

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Option to delete nfo sfv ect.
« Reply #12 on: December 04, 2009, 02:33:20 PM »
In the meantime, David's script here works very well, and it only needs to be set up once - takes 2 mins:

https://www.altbinz.net/forum/index.php?topic=1244.msg14262#msg14262

Offline d4f0rc3

  • Contributor
  • ***
  • Posts: 69
Re: Option to delete nfo sfv ect.
« Reply #13 on: December 04, 2009, 06:16:45 PM »
tried that script and it didn't work. I saw the cmd pop up everytime but the files were still there :(

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Option to delete nfo sfv ect.
« Reply #14 on: December 05, 2009, 04:07:56 PM »
I can confirm that the script works perfectly.  You must be doing something wrong.