Bug Can someone verify a bug in xbmc.extract / uriutils.hasextension please?
#1
If you try to do an xbmc.extract() of a zipfile containing a comma (",") in the name, the function outputs "XBMC.Extract, No archive given"


I think the problem is inside the following function in the URIUtils.cpp class:

bool URIUtils::HasExtension(const CStdString& strFileName, const CStdString& strExtensions)

Can someone verify this before I submit a bug report please?

Thank you,
Reply
#2
Anyone?
Reply
#3
What happens when you click on said .zip file from the XBMC filemanager?
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.


Image
Reply
#4
It works when I click on it in the file manager.
I can see the files and I can also open the files in there.
Reply
#5
In that case, I doubt it's an issue with URIUtils::HasExtension.

Could it perhaps be the encoding of the filename you're passing to xbmc.extract() ?
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.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Can someone verify a bug in xbmc.extract / uriutils.hasextension please?0