Parse RAR files to read media files in them

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
CosyCat Offline
Senior Member
Posts: 263
Joined: Mar 2005
Reputation: 0
Location: Sweden
Post: #31
.. yes i´m joking :joker: sorry if i took up your time

[Image: cosycat.gif]
find quote
thurgood Offline
Junior Member
Posts: 1
Joined: May 2005
Reputation: 0
Post: #32
i would like to be able to unrar rar-files on the xbox using xbmc, any chance of this happening?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #33
i (with help from stgcoli) have made code to do this.

but i'll have to clean it up before committing. dunno when this will be

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
creepwood Offline
Member
Posts: 63
Joined: Feb 2005
Reputation: 0
Location: gothenburg, sweden
Post: #34
is there any chance that this will work somehow? i don't think there is a solution to this but i thought i just ask.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #35
i'm working on it, and has it working for some files, then again it fails miserably for others.. dunno why as of yet, and a pain to figure out since the unrar code is undocumented..

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Bernd Offline
Senior Member
Posts: 211
Joined: Mar 2005
Reputation: 0
Post: #36
@spiff

i just wanted to thank you for adding rar support to xbmc.
my fresh install on the last weekend was just a breeze.

now beeing able to transfer all milkdrop/g-force presets and wheather gfx with just a frew files did really speed things up and saves space on my harddisk.

:bowdown:

bernd
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Sad    Post: #37
@spiff, (maybe the technical dicsussion should be moved to a new separate thread in the development forum just just) wondering which unrar code/library you used and where you got it from? ...there are many open sourced rar/unrar libs aviailable but only a few (if any?) that are up-to-date to full handle and uncompress the latest rar-archives (made with winrar 3.x), so guess you will have to write a lot of the code yourself (or merge different gpl'ed libs?)?

ps! oh and yeah, thank you abd stgcoli very much for implementing unrar (personaly i really missed it for rared vobsubs) :thumbsup:

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #38
gamester,

you're probably rightSmile

anyway, it's the official unrar 3.3.4 sources so it handles everything i've thrown at it (don't think there's any algorithmic changes in 3.4.x). see xbmc/lib/unrarxlib/readme.txt for creds.

just to get yer juices running. i currently play .mp3's (almost) flawlessly straight from the .rar streamed over network. playing a .mp3 is actually quite hard due to all the tag reading etc. just need to find the remaining bug, then hopefully playback of e.g. .avi and .img from stored rars is not too far away.

spiff

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Nickman Offline
Fan
Posts: 468
Joined: Oct 2003
Reputation: 0
Location: Sweden
Post: #39
(spiff @ june 21 2005,20:30 Wrote:gamester,

you're probably rightSmile

anyway, it's the official unrar 3.3.4 sources so it handles everything i've thrown at it (don't think there's any algorithmic changes in 3.4.x). see xbmc/lib/unrarxlib/readme.txt for creds.

just to get yer juices running. i currently play .mp3's (almost) flawlessly straight from the .rar streamed over network. playing a .mp3 is actually quite hard due to all the tag reading etc. just need to find the remaining bug, then hopefully playback of e.g. .avi and .img from stored rars is not too far away.

spiff
i guess it will work for rar:ed "mp3+cdg" files to ?

  • Xbox v1.3, 64MB, 120GB HD.
  • ASRock ION 330 Ubuntu XBMC.
  • 40" HDTV 720p, AC3/DTS Receiver.
Read the xbmc online-manual, faq and search the forums before posting.
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Thumbs Up    Post: #40
(spiff @ june 21 2005,19:30 Wrote:
(gamester17 @ june 21 2005,07:10 Wrote:@spiff, (maybe the technical dicsussion should be moved to a new separate thread in the development forum just just) wondering which unrar code/library you used and where you got it from? ...there are many open sourced rar/unrar libs aviailable but only a few (if any?) that are up-to-date to full handle and uncompress the latest rar-archives (made with winrar 3.x), so guess you will have to write a lot of the code yourself (or merge different gpl'ed libs?)?
it's the official unrar 3.3.4 sources so it handles everything i've thrown at it (don't think there's any algorithmic changes in 3.4.x). see xbmc/lib/unrarxlib/readme.txt for creds.
oh cool, i didn't know rarlab (the makers of winrar) open sourced unrar, but one would think that should be the best, ...btw, see that they recently released unrarsrc 3.5.2 Big Grin

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply