mamboitaliano21 / subdownloader

Automatically exported from code.google.com/p/subdownloader
0 stars 0 forks source link

RAR support #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
More and more movies are spreaded over internet as RAR archives. They use
ofcourse STORE method (Method compression : store).

You can see it working at: http://ds6.ovh.org/drp.html

for downloading:
user will select RAR file, hash algo will go through rar wrapper (you will
need code this, it should not be a big problem I think, just look at rar
architecture, so we get REAL hash code from rar, like it should be normal
video file, then continue in normal way.

for uploading:
same like for downloading, user will select rar file and subtitle file,
from rar file we get real hash...

this should be really nice, coz I dont remember when I decompress movie, I
just use good players...

Original issue reported on code.google.com by opensubt...@gmail.com on 4 Jun 2008 at 7:12

GoogleCodeExporter commented 9 years ago
Do you want to get the hash only from the RAR file? or you want to get inside 
the
RAR(after researching the protocol) and uncompress the pieces that are need for 
the hash?

Original comment by capiscuas@gmail.com on 10 Jun 2008 at 3:10

GoogleCodeExporter commented 9 years ago
https://bugs.launchpad.net/subdownloader/+bug/242696

Original comment by capiscuas@gmail.com on 24 Jun 2008 at 3:24