MyUnRAR (1 Viewer)

sparky3387

Portal Member
September 19, 2007
7
0
Hi All!

I am sure many will appreciate this......it basically uses the unrar.dll to list files in a rar file them so you can choose which file to play inside it, unfortunately there is a catch:

I couldn't work out how to call my GUI Plugin from within "My Videos" "My Music" etc (this is my first ever C# Program)

So for the moment it only displays in the Home Menu and only opens a rar file called rar.rar on the C:\ (Its hard coded)

I'm just releasing the source so that someone might be able to take this chunk of work and with a little working make it heaps better!

:D
 

tonyscha

Portal Pro
May 2, 2007
103
2
41
Iowa
Home Country
United States of America United States of America
Hi All!

I am sure many will appreciate this......it basically uses the unrar.dll to list files in a rar file them so you can choose which file to play inside it, unfortunately there is a catch:

I couldn't work out how to call my GUI Plugin from within "My Videos" "My Music" etc (this is my first ever C# Program)

So for the moment it only displays in the Home Menu and only opens a rar file called rar.rar on the C:\ (Its hard coded)

I'm just releasing the source so that someone might be able to take this chunk of work and with a little working make it heaps better!

:D

Cool idea, hopefully someone can expand on it.
 

on1yalad

Portal Member
October 16, 2007
6
0
Hi All!

I am sure many will appreciate this......it basically uses the unrar.dll to list files in a rar file them so you can choose which file to play inside it, unfortunately there is a catch:

nice job this is exactly how XBMC works. it sees a rar file then looks inside the rar file for a video file and plays it. hopefully we can get someone who understand how to get the my videos extensions integrated with this .dll.
 

bedlam

Portal Pro
April 22, 2004
76
1
hi sparky!
The idea of a unrar-plugin has floated around here a few times, and each time someone has gone about as far as you have :) You said in your post that you released the source, is that on svn or something? because in the rar-file you attached there´s only the .dlls. However, I had a look at the dlls via Reflector, and saw that you´ve done the grunt-work by implementing the interop with unrar.dll.
Good job so far!
/Simon
 

sparky3387

Portal Member
September 19, 2007
7
0
hi sparky!
The idea of a unrar-plugin has floated around here a few times, and each time someone has gone about as far as you have :) You said in your post that you released the source, is that on svn or something? because in the rar-file you attached there´s only the .dlls. However, I had a look at the dlls via Reflector, and saw that you´ve done the grunt-work by implementing the interop with unrar.dll.
Good job so far!
/Simon

Woops! I cant believe i forgot the source! Its now included in the zip!
 

Users who are viewing this thread

Top Bottom