another alternative to enable split rar archive support (store compression)
features:
* tested on winxp
* works with vlc/media player classic/windows media player
* works with large files (over 2gb)
* supports seeking
how to use:
* download:
rardir.0.4.rar
* edit launcher*.bat if necessary - change executable paths
launcher.bat – vlc
launcherm.bat – mpc
launcherw.bat – wmp
* launch player using .bat file
* navigate to folder with split rars
* there will be 'fake' folder which is named like .rdr
* go inside this folder and you will be able to see/play files inside
how it works:
* withdll injects libRarDir.dll into process
* libRarDir.dll hooks i/o winapi
* if folder contains *.rar - 'converts' it to *.rdr folder (FindFirstFile/FindNextFile)
* when using *.rdr folder - forwards *.rar content
know issues:
* doesnt work with some .net weirdness - need to hook Nt* functions
todo:
* make systray launcher