XBMC and ZIP files

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Brad_Miller Offline
Junior Member
Posts: 4
Joined: May 2012
Reputation: 0
Post: #1
Please can someone tell me how XBMC handles movie files that are in a zip file.

I know it works but does XBMC extract the file and store it locally?
The reason why I ask as it takes a while to open the zip the first time but any subsequent openings on the same file happens instantly?

Can XBMC handle a password encrypted zip file?

TIA
Brad
find quote
Brad_Miller Offline
Junior Member
Posts: 4
Joined: May 2012
Reputation: 0
Post: #2
Am I asking a daft question or does no one want to tell me?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,234
Joined: Nov 2003
Reputation: 82
Post: #3
you could have just read the code, it's all in there..

yes, if the file is larger than a threshold (50MB iirc), it's extracted to a temp file.
no handling of passworded archives.

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