Hi,
bin gerade noch am testen mit dem Addon. Danke zunächst für die schicke Entwicklung - gefällt mir.
Leider kommt aber immer eine Fehlermeldung (Kodi 17 Beta 6 Nigthly)
15:39:12 T:3456 ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\Nutzer\AppData\Roaming\Kodi\userdata\addon_data\plugin.audio.prime_music\temp.m3u8
15:39:12 T:3456 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 "C:\Users\Nutzer\AppData\Roaming\Kodi\addons\plugin.audio.prime_music\default.py", line 713, in <module>
playTrack(asin)
File "C:\Users\Nutzer\AppData\Roaming\Kodi\addons\plugin.audio.prime_music\default.py", line 334, in playTrack
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(temp_file_path, play_item)
AttributeError: 'module' object has no attribute 'PLAYER_CORE_DVDPLAYER'
-->End of Python script error report<--
15:39:12 T:4540 ERROR: PCRE: nothing to repeat. Compilation failed at offset 0 in expression '*plugin.audio.prime_music/temp.m3u8'
Die playercorefactory.xml ist lt. 1. Seite so erzeugt und abgelegt.
Doch bei mir liegen die Addons nicht unter: C:\Users\Nutzer\AppData\Roaming\Kodi\userdata\addon_data\...
sondern im Standard unter: C:\Users\Nutzer\AppData\Roaming\Kodi\userdata\addons\
Liegt hier ein Fehler vor oder mache ich was falsch? 
Danke für einen kleinen Tipp.