Giter VIP home page Giter VIP logo

Comments (16)

TRaSH- avatar TRaSH- commented on May 17, 2024

Please don't tell me you're using this with a usenet program like nzbget or sabnzbd.
If you do then your last line is correct.

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

Please don't tell me you're using this with a usenet program like nzbget or sabnzbd.
If you do then your last line is correct.

Im using it with nzbget, in which i ofc disabled unraring. Im tryin to use another program/docker for unraring because nzbget fails to unrar rars inside a rar, or .01 rar files.

And yes, i also tried the outdated unrar scripts which are no longer working and removing working releases...

from unpackerr.

TRaSH- avatar TRaSH- commented on May 17, 2024

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

Try download german content, you get so much trash.

Also big problem is many files are .1 instead of .mkv.... you have an idea for that?

But im tryin to resolve the unrar problem here. I try now the watch folder.

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

OKay, ive got it working with the folder watch...

2020/09/27 15:49:27 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [12 extracted] [0 imported] [79 failed] [0 deleted], Totals: [0 restarts] [0 finished]

Can i make the suggestion that it also try to extract .r00

2020/09/27 15:45:42 [Folder] Extraction Error: /downloads/completed/Serien/Name: unknown filetype: /downloads/completed/Serien/Name/Name.r00

Would it also be possible to add "remove folder" when there is an extractable file, but its not working (not all files are there or corrupt or something?

from unpackerr.

TRaSH- avatar TRaSH- commented on May 17, 2024

Normally a rar always consist of a .rar file followed by the .rxx if yours don't have it it means it's borked and the people who made this pack know shit.
Personally I would put that release group on my shitlist

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

Normally a rar always consist of a .rar file followed by the .rxx if yours don't have it it means it's borked and the people who made this pack know shit.
Personally I would put that release group on my shitlist

You dont understand, our community in german got destroyed some years back, this crap is all we have.

I can understand english movies and series, but other ppl in my family not so i need to download german stuff.

1.) There are rars which include rars.
2.) there are rars where inside are .1 and .2 sometimes which just needs to be renamed to .mkv
3.) many imcomplete crap
4.) there are releases which wont include a .rar but instead start with a .r00 (which can be unpacked normall tho)

Now im searching for a permanent solution for this situations.

Does this docker unrar rars inside a rar?

from unpackerr.

TRaSH- avatar TRaSH- commented on May 17, 2024

i know how rars in rars look like,
and if done correctly you also get a .rar inside the main rar pack. (let's say i know how files get upped to usenet)

if you get .1 .2 it's often because they got them double with the same name because of bad naming from the start.
so if you say the .1 .2 needs to be renamed to a .mkv it means it doesn't need to be unpacked in the first place ?

i've seen a nzbget script ones that does unpacking to a second stage.

i don't know if unpackarr does unrar in rars inside a rar.
i think ti should be possible if they where correctly done from start with a .rar to start with.

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

if you get .1 .2 it's often because they got them double with the same name because of bad naming from the start.
so if you say the .1 .2 needs to be renamed to a .mkv it means it doesn't need to be unpacked in the first place ?

Yes, its these releases which include the .bat "for safe renaming" and "run this in linux.sh" ( ;-) ) It just needs to be renamed to .mkv

from unpackerr.

TRaSH- avatar TRaSH- commented on May 17, 2024

The .bat file does the renaming correctly i presume ?
Wonder why they make it so complicated
because you can manage that much smarter with using a par/rar rename.

image

here's the script you could try this,
https://forum.nzbget.net/viewtopic.php?f=8&t=1690&start=20

keep in mind the renaming won't happen being they use a non standard approche,
if they would do it correctly how it should be done it would work without any issues.

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

Most of the bats i see are not malicios, but im defeintly not running these... ;)

I guess they do it to make it harder for law enforcement...

i tried all of the nzbget scripts, tehy are heavily outdated and remove "good" (bad) releases...

Does unpackerr delete releases which does not include any extractable things?

from unpackerr.

davidnewhall avatar davidnewhall commented on May 17, 2024

1.) How should it ever become "completed" when its not unrared... do i miss something? :D

Yes, you missed that this app only works with torrents downloaders. Sonarr and Radarr handle those differently than NZB downloads.

2.) And... Im mean, Why only check for ".rar?" What about e.g. ".r00"?

If a .rar file is not present when the item reaches Completed then it will look for .r00 file; code. But you also pasted this:

2020/09/27 15:45:42 [Folder] Extraction Error: /downloads/completed/Serien/Name: unknown filetype: /downloads/completed/Serien/Name/Name.r00

^ this is a bug I will fix soon.

3.) Would it be possible to remove .rars which cant be unrared?

Not by this application.

Does this docker unrar rars inside a rar?

Yes.

Does unpackerr delete releases which does not include any extractable things?

No, it wont delete anything unless it's successful (or has a bug).


It sounds like you want this app to do things it wasn't quite designed to do. I've had folks report success using the "folder watcher" feature in this app. You may want to try to incorporate that into your workflow, but I'm not sure how the NZB client handles moving completed downloads. If you can configure the download client to move the completed download folder into an "unpackerr watched" folder then you may be able to pull this off.

My NZB downloader unars for me. Curious: What have you found inside those downloads that you need to further extract? subs maybe?

from unpackerr.

CurlyFlow avatar CurlyFlow commented on May 17, 2024

1.) How should it ever become "completed" when its not unrared... do i miss something? :D

Yes, you missed that this app only works with torrents downloaders. Sonarr and Radarr handle those differently than NZB downloads.

2.) And... Im mean, Why only check for ".rar?" What about e.g. ".r00"?

If a .rar file is not present when the item reaches Completed then it will look for .r00 file; code. But you also pasted this:

2020/09/27 15:45:42 [Folder] Extraction Error: /downloads/completed/Serien/Name: unknown filetype: /downloads/completed/Serien/Name/Name.r00

^ this is a bug I will fix soon.

3.) Would it be possible to remove .rars which cant be unrared?

Not by this application.

Does this docker unrar rars inside a rar?

Yes.

Does unpackerr delete releases which does not include any extractable things?

No, it wont delete anything unless it's successful (or has a bug).

It sounds like you want this app to do things it wasn't quite designed to do. I've had folks report success using the "folder watcher" feature in this app. You may want to try to incorporate that into your workflow, but I'm not sure how the NZB client handles moving completed downloads. If you can configure the download client to move the completed download folder into an "unpackerr watched" folder then you may be able to pull this off.

My NZB downloader unars for me. Curious: What have you found inside those downloads that you need to further extract? subs maybe?

The watch folder seems to work.

Currently nzbget is just placing everything in /downloads, i want unpackerr to watch that folder and extract if neccessary (and rars inside rars). Should be doable?

Inside those rared rars is... the thing you downloaded like "big rar.rar" (inside "big rar.r00","big rar.r01","big rar.r02","big rar.r03","big rar.r04","big rar.r05") inside this is the big rar.mkv

Why you cant add a delete failed .rars option, isnt this also something usefull for torrents? Dont you get sometimes incomplete or otherwise not extractable files?

from unpackerr.

davidnewhall avatar davidnewhall commented on May 17, 2024

Currently nzbget is just placing everything in /downloads, i want unpackerr to watch that folder and extract if neccessary (and rars inside rars). Should be doable?

You should not download into the unpackerr watched folder. It's designed to have folders moved into the watched folder. ie. this is the expected workflow:

mkdir movie.folder  
touch movie.folder/file.rar
mv movie.folder /unpackerr/watched.folder

If you download directly to the watch folder many things will be missed.

Why you cant add a delete failed .rars option

Because the chance of that failure happening due to this software is higher than the chance of it happening because of a bad download.

isnt this also something usefull for torrents? Dont you get sometimes incomplete or otherwise not extractable files?

no and no. That's an nzb problem only, normally the unraring in my nzb app (nzbget) deletes bad downloads.

from unpackerr.

davidnewhall avatar davidnewhall commented on May 17, 2024

This should be fixed in the next release. If you want to try it now, use the bugs tag on the golift/unpackerr Docker image.

from unpackerr.

davidnewhall avatar davidnewhall commented on May 17, 2024

A working beta version is available with even more bug fixes. Please try it out and let me know how it works out for you. https://github.com/davidnewhall/unpackerr/releases/tag/v0.7.2-beta7

On docker: docker pull golift/unpackerr:0.7.2-beta7

I also noticed I previously said:

You should not download into the unpackerr watched folder.

I still stand by that, but for the most part, this may be fine. It will be fine as long as a download does not stall. Unpackerr will attempt to extract things in the watched folder once they stop being written to. If it attempts to unpack early it will just fail and the item will remain unpacked.

from unpackerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.