From e04ee83bd87060a17df30206197e30a32a6b07cc Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 18 Mar 2015 18:54:30 +0100 Subject: [PATCH] some more small fixes --- .gitignore | 3 ++- default.py | 4 ++++ resources/settings.xml | 11 +++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d352fcb4..7af31f11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyo -machine_guid \ No newline at end of file +machine_guid +/resources/media/Thumbs.db diff --git a/default.py b/default.py index 73e54bc9..fb7ff7b9 100644 --- a/default.py +++ b/default.py @@ -19,9 +19,13 @@ from PlaybackUtils import PlaybackUtils # get the actions... params=utils.get_params(sys.argv[2]) + mode = params.get('mode',"") id = params.get('id',"") if mode == "play": PlaybackUtils().PLAY(id) + +else: + xbmc.executebuiltin('Addon.OpenSettings(plugin.video.mb3sync)') diff --git a/resources/settings.xml b/resources/settings.xml index 8eafd65c..9cf57138 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -8,9 +8,9 @@ - + - + @@ -26,13 +26,12 @@ - - + - - + +