Integrated stream_unrar
Posted: August 24th, 2008, 6:04 pm
http://code.google.com/p/stream-unrar/
this FOSS watches a folder for multipart .rar files and incrementally extracts them to another folder. It will wait for the next segment indefinately. By going to the sabnzbd incomplete folder and using the command
$ stream_unrar -m -e
I was able to open the file with vlc flawlessly.
so basically i had to wait 30 seconds before a vid started playing instead of waiting for the whole thing. the downside is that broken rar's will crash the program... but this has rarely happened to me.
As far as I know, there is one windows newsreader called NZBplayer that does this fairly well. I have used it but i'm on Ubuntu 8.04 and it does not work with WINE.
I guess the best way to add this in the form of a UI is having a second post-processing dialog that looks like this:
+stream +repair +unpack + delete
an option under "Switches" can initiate a player such as vlc automatically upon selecting the stream option from the queue page.
cheers
this FOSS watches a folder for multipart .rar files and incrementally extracts them to another folder. It will wait for the next segment indefinately. By going to the sabnzbd incomplete folder and using the command
$ stream_unrar -m -e
I was able to open the file with vlc flawlessly.
so basically i had to wait 30 seconds before a vid started playing instead of waiting for the whole thing. the downside is that broken rar's will crash the program... but this has rarely happened to me.
As far as I know, there is one windows newsreader called NZBplayer that does this fairly well. I have used it but i'm on Ubuntu 8.04 and it does not work with WINE.
I guess the best way to add this in the form of a UI is having a second post-processing dialog that looks like this:
+stream +repair +unpack + delete
an option under "Switches" can initiate a player such as vlc automatically upon selecting the stream option from the queue page.
cheers