Kodi Community Forum

Full Version: Code showing up in folder names
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When browsing folders from the Android remote, all folder names show up as something like:
0%243%2427

In addition, %20 shows up in file names for spaces.

Is there a way I can correct this?
Please give more information. OS, xbmc version and a full text of the folder name you see.
Sure. Here are more details:

PC: Windows 7
XBMC: Occurs with both 9.11r and 10.0-beta1 r33323

XBMC Remote: v0.8.3-beta1, rev 686
Android 2.1 (Droid X)

example folder names
Movies >> Folders >> PlayOn on localhost>> abc%5ffamily%2elua
Movies >> Folders >> Twonkey Media Server on NAS >> 0%243%2434 (I think this should be "All Folders")

Thanks
Well, this is a known problem with the uPnP sources. Unfortunately with the http api there's not much to do.

http://code.google.com/p/android-xbmcrem...ail?id=321
OK. Thanks. I read something about an upcoming JSON RPC for XBMC. Could that alleviate this problem?