mit der neuen version wird ein fehler geworfen und auch angezeigt. musik wird aber abgespielt scheinbar mit dem PAPlayer. ->V17 Krypton
Code Alles anzeigen11:39:28 T:140512958842624 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.AttributeError'> Error Contents: 'module' object has no attribute 'PLAYER_CORE_DVDPLAYER' Traceback (most recent call last): File "/storage/.kodi/addons/plugin.audio.prime_music/default.py", line 597, in <module> playTrack(asin) File "/storage/.kodi/addons/plugin.audio.prime_music/default.py", line 308, in playTrack xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(trackUrl, play_item) AttributeError: 'module' object has no attribute 'PLAYER_CORE_DVDPLAYER' -->End of Python script error report<--
hi @dreamer
das Problem liegt bei deiner noch in der Entwicklung befindlichen Kodi Version 17, dort soll es wohl eine vom Plugin erzwungene Player-Auswahl nicht mehr geben (siehe http://forum.kodi.tv/showthread.php…8464#pid2198464 ). Da Kodi 17 aber im moment noch nicht fertig ist kümmer ich mich hier im Moment erstmal nur um Kodi 16 und älter, und da dort die Playerauswahl noch funktioniert und die erhebliche Konfigurationsmühen abnimmt ist sie so nun erstmal implementiert. Wenn Kodi 17 fertig wird werd ich micht damit dann näher beschäftigen... Möglich, dass man dann wieder auf die Konfiguration via playercorefactory.xml Date ausweichen muss...