P:\ userdata path not being recognised in r17553
#1
At some point in the last couple of weeks it seems the P:\ path to access the userdata folder has stopped working.

In the HTTP API I was able to do the following to fetch a thumbnail:

http://[email protected]:9080/xbmcCmds/xbmcH...9aef81.tbn

Any ideas what's happened here ?
Reply
#2
I believe all of the Drive letter mappings were recently changed to "special://"
If you look in your log, you can see the paths that are mapped at the launch of XBMC. They are -
special://xbmc/ is mapped to: /usr/local/share/xbmc
special://masterprofile/ is mapped to: /home/username/.xbmc/userdata
special://home/ is mapped to: /home/username/.xbmc
special://temp/ is mapped to: /tmp/xbmc-username
Reply
#3
p:\ = special://profile/
Reply
#4
Ok thanks for the info.

Issue for me was that it breaks thumbnails in the XBMC iPhone remote...

In the current release of the remote you can specify the Path (because of issues with pre 8.10 releases) though in the updated submitted to Apple this has been removed.

Though with new versions, features and variants of XBMC the XBMC remote needed to get a little bit smarter about auto detecting the capabilities of the host and I guess this is an incentive to do so...
Reply

Logout Mark Read Team Forum Stats Members Help
P:\ userdata path not being recognised in r175530