Bug Can't view zipped video if semicolon in archive
#1
When I'm in files view and clicking a zip archive that has a subdirectory with a semicolon in its name, I see two identically named directories instead of one. Both of these directories shows up as empty so there is no way to access the video.

http://sprunge.us/CGKb

To reproduce, create a directory with a semicolon in the name. Put a video file in the directory and add it to a zip file. Then try to open the zip file from files view in Kodi.

Code:
$ mkdir "semi; colon"
$ cp Wildlife.wmv semi\;\ colon/
$ 7z a -tzip -mx0 semicolon.zip semi\;\ colon/

I get the same behaviour in both OpenELEC on RPi and 15.0-RC1 Linux x86 32-bit.
Reply
#2
Already fixed in master. Note, since it touches a critical code area, it's not yet pushed to Isengard branch. Details @ https://github.com/xbmc/xbmc/pull/7326
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
Great! So I can test the fix with tonight’s Milhouse build? http://forum.kodi.tv/showthread.php?tid=231092
Where and what should I look for to find out when and if it is pushed to Isengard?
Reply
#4
(2015-07-03, 20:28)nikstra Wrote: Great! So I can test the fix with tonight’s Milhouse build? http://forum.kodi.tv/showthread.php?tid=231092
Where and what should I look for to find out when and if it is pushed to Isengard?

I think so since it's based on master branch.. no guarantee though Smile We have to get some testers on it before we can prepare the backport. I'll keep you posted when it's in for v15.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#5
(2015-07-03, 20:28)nikstra Wrote: Great! So I can test the fix with tonight’s Milhouse build? http://forum.kodi.tv/showthread.php?tid=231092
Yes, it's merged to master and Milhouse builds from master, so it will be there.
Quote:Where and what should I look for to find out when and if it is pushed to Isengard?

It will show up here with a "Backport" tag and using branch "xbmc:Isengard".
Reply
#6
Browsing zip files is working with Milhouse build #0703 and so far the fix doesn't seem to break anything else.
Reply
#7
(2015-07-04, 11:31)nikstra Wrote: Browsing zip files is working with Milhouse build #0703 and so far the fix doesn't seem to break anything else.

Great, thanks for reporting back.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
Can't view zipped video if semicolon in archive0