Benutzeravatar
Psychotrop
Mitglied

Beiträge:58
Registriert:1. Jan 2016

YouTube und Untertitel per Fernbedienung

5. Jan 2016, 14:43

Die Lircmap.xml liegt in Userdata
Ist mit einem großen L geschrieben

Im Log steht:

Code: Alles auswählen

14:33:10   8.202560 T:1968562176    INFO: Loading special://profile/Lircmap.xml
14:33:10   8.207450 T:1968562176    INFO: * Adding remote mapping for device 'devinput'


an anderer Stelle steht

Code: Alles auswählen

14:32:06   8.177069 T:1968529408   DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping


Das war allerdings von einem Start wo ich sie umbenannt hatte um etwas zu Testen, also wohl unwichtig.

seid ich sie wieder auf "devinput" gestellt habe, schaltet der KEY_RED endlich in die Video-Sektion. Zwar noch nicht in´s richtige Unterverzeichniss, aber das finde ich schnell raus.
Die Plugins tun es leider immer noch nicht.

Die actions stimmen zwar, aber irgendwie gibt es keine reaktion.

Code: Alles auswählen

14:33:25  23.112019 T:1968562176   DEBUG: LIRC: Update - NEW at 16688:ae 0 KEY_EXIT_UP devinput (KEY_EXIT_UP)
14:33:28  25.832296 T:1968562176   DEBUG: LIRC: Update - NEW at 19409:190 0 KEY_YELLOW devinput (KEY_YELLOW)
14:33:28  25.832567 T:1968562176   DEBUG: OnKey: 253 (0xfd) pressed, action is RunPlugin(plugin://plugin.video.youtube)
14:33:28  25.833328 T:1968562176   DEBUG: RunScriptWithParams - calling plugin YouTube('plugin://plugin.video.youtube/','-1','')
14:33:28  25.833910 T:1547572288  NOTICE: Thread LanguageInvoker start, auto delete: false
14:33:28  25.834124 T:1547572288    INFO: initializing python engine.
14:33:28  25.834227 T:1547572288   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.youtube/default.py): start processing
14:33:28  25.965418 T:1547572288  NOTICE: -->Python Interpreter Initialized<--
14:33:28  25.965736 T:1547572288   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.youtube/default.py): the source file to load is "/storage/.kodi/addons/plugin.video.youtube/default.py"
14:33:28  25.966164 T:1547572288   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.youtube/default.py): setting the Python path to /storage/.kodi/addons/plugin.video.youtube:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
14:33:28  25.966284 T:1547572288   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.youtube/default.py): entering source directory /storage/.kodi/addons/plugin.video.youtube
14:33:28  25.966463 T:1547572288   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.youtube/default.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.1.0 of the xbmc.python api
14:33:28  26.180824 T:1968562176   DEBUG: LIRC: Update - NEW at 19757:190 0 KEY_YELLOW_UP devinput (KEY_YELLOW_UP)
14:33:28  26.427841 T:1547572288   DEBUG: [plugin.video.youtube] Starting Kodion framework by bromix...
14:33:28  26.483814 T:1547572288  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.16) on Isengard (15.2) with Python 2.7.3
14:33:28  26.484188 T:1547572288   DEBUG: [plugin.video.youtube] Path: "/
14:33:28  26.484489 T:1547572288   DEBUG: [plugin.video.youtube] Params: "{}"
14:33:29  26.523861 T:1547572288   DEBUG: [plugin.video.youtube] Selecting YouTube config "Isengard"
14:33:29  26.524363 T:1547572288   DEBUG: [plugin.video.youtube] User is logged in
14:33:29  26.535727 T:1547572288   DEBUG: POParser: loaded 100 strings from file /storage/.kodi/addons/plugin.video.youtube/resources/language/German/strings.po
14:33:29  26.539854 T:1547572288   DEBUG: POParser: loaded 0 strings from file /storage/.kodi/addons/plugin.video.youtube/resources/language/English/strings.po
14:33:29  26.777912 T:1547572288   DEBUG: [plugin.video.youtube] No data for channel 'mine' cached
14:33:29  26.800196 T:1547572288 WARNING: Attempt to use invalid handle -1
14:33:29  26.817684 T:1547572288 WARNING: Previous line repeats 13 times.
14:33:29  26.817860 T:1547572288   DEBUG: [plugin.video.youtube] Override view mode to "500"
14:33:29  26.818171 T:1547572288   DEBUG: [plugin.video.youtube] Shutdown of Kodion
14:33:29  26.818300 T:1547572288    INFO: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.youtube/default.py): script successfully run
14:33:29  26.935503 T:1547572288    INFO: Python script stopped
14:33:29  26.935741 T:1547572288   DEBUG: Thread LanguageInvoker 1547572288 terminating

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

YouTube und Untertitel per Fernbedienung

5. Jan 2016, 14:51

für YouTube probier mal <red>RunAddon(plugin.video.youtube)</red>

Für die VideoSection nimm mal als SubSection "MovieTitles" & "TvShowTitles"

Psychotrop
Mitglied

Beiträge:58
Registriert:1. Jan 2016

YouTube und Untertitel per Fernbedienung

5. Jan 2016, 15:06

YAY RunAddon funktioniert!

ActivateWindow(shutdownmenu) allerdings nicht.
Und ActivateWindow(subtitlesearch) kann ich erst ausprobieren, wenn das Kopieren von meiner alten auf meine neue Festplatte abgeschlossen ist (5h+)

Aber so weit schon mal VIELEN DANK!

PS: "MovieTitles" & "TvShowTitles" hatte ich schon raus, klappt!

Zurück zu „Allgemein“