Project

General

Profile

Actions

Bug #168

closed

xbmc.settings wrong path

Added by basrieter almost 13 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
arnova
Category:
Python Code and/or Scripts
Target version:
Start date:
Due date:
% Done:

0%

Resolution:
fixed
Affected Version:

Description

I use this method to call my scripts settings:

xbmc.Settings(path="Q:\scripts\XOT-Uzg.v3\").openSettings()

It then shows a dialog without any text and this error is logged in the XBMC logfile:

ERROR: Unable to load: special://home/plugins/Q:/scripts/XOT-Uzg.v3/resources/settings.xml, Line 0

I can use the settings by calling:

xbmc.Settings(path="Q:\scripts\XOT-Uzg.v3\").getSetting(id)

Am I doing something wrong? If I use the context menu on my script, it does work.

Actions

Also available in: Atom PDF