Please Add support for TAR files
Please Add support for TAR files
Hello,
Sabnzbd already decompresses zip files when encountered. Could you add support for tar and maybe other kinds too?
Sabnzbd already decompresses zip files when encountered. Could you add support for tar and maybe other kinds too?
Re: Please Add support for TAR files
See: https://github.com/sabnzbd/sabnzbd/issues/1967
Seems that tar files should stay packed.
Seems that tar files should stay packed.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Please Add support for TAR files
I saw the discussion and. Am not happy with the conclusion.
You should at least propose that in the switches.
I am in the midst of downloading several tens of heavy posts, each over 40Gb, and all resumes in one TAR file.
You should at least propose that in the switches.
I am in the midst of downloading several tens of heavy posts, each over 40Gb, and all resumes in one TAR file.
Re: Please Add support for TAR files
Can you share such an NZB?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Please Add support for TAR files
Sure. Here you go but I don't know if you will have access without a subscription.
http://www.bd25.eu/download.php?id=29716
If you can't then where would you like me to share the nzb file?
http://www.bd25.eu/download.php?id=29716
If you can't then where would you like me to share the nzb file?
Re: Please Add support for TAR files
Are you still on Unraid Server?
Have you considered a post-processing script?
Have you considered a post-processing script?
Re: Please Add support for TAR files
Well ... how you unpack a tar on your Unraid? I would guess:
Code: Select all
tar -xvf *tarIf so, that is the basis for a postprocessing script. I can make it for you ... if you know how to use a post-processing script ...
Re: Please Add support for TAR files
The best I can do is follow a step by step procedure explained in layman's words.
Re: Please Add support for TAR files
mail to safihre@sabnzbd.org with "nzb for tar-file" in subjectxtrips wrote: ↑October 21st, 2021, 7:02 am Sure. Here you go but I don't know if you will have access without a subscription.
http://www.bd25.eu/download.php?id=29716
If you can't then where would you like me to share the nzb file?
Re: Please Add support for TAR files
Mail sent.
Question: If I am lucky and you do implement the feature how long before I see it reflected in the version I use > Unraid?
Question: If I am lucky and you do implement the feature how long before I see it reflected in the version I use > Unraid?
Re: Please Add support for TAR files
I am all for it but
- who will write it and test it?
- where do I put it in Unraid folders?
- what fo I need to do for Sabnzbd to start using it when encountering .tar files?
- will it run so as to see its progress in Sabnzbd's web interface? or will it run outside of it giving me no feedback about success or failures?
Re: Please Add support for TAR files
I'll make and test the PP script
You have to put it on your Unraid Server. Read only the first paragraph of https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts
Check question: can you access your Unraid Server via ssh?
You have to put it on your Unraid Server. Read only the first paragraph of https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts
Check question: can you access your Unraid Server via ssh?
Re: Please Add support for TAR files
I can via SSHsander wrote: ↑October 21st, 2021, 8:29 am I'll make and test the PP script
You have to put it on your Unraid Server. Read only the first paragraph of https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts
Check question: can you access your Unraid Server via ssh?
I read it....
Will it have a return code? Will I see the success or failure in the interface?

