nuhrin / pandafe

"Universal" SDL frontend for Pandora
GNU General Public License v3.0
5 stars 0 forks source link

non-pnd apps do not get mounted correctly #28

Open nuhrin opened 11 years ago

nuhrin commented 11 years ago

While non-pnp apps (folder containing PXML.xml) are detected and added to pnd_cache properly during scanning, such apps are not mounted properly when attempting to use them via Pandafe.

Looks like the problem is that the path I'm trying to mount in this case includes PXML.xml appended to the end. I need to add a check to see if the app.filename is PXML.xml and not include that in the mount path if so.