2020-01-13, 18:15
So it's working fine? Had no feedback yet.
(2020-01-05, 12:11)sualfred Wrote: @KarellenThank you so much!!! The lack of this feature has been the bane of my existence... I haven't been able to test it yet, but I'll report back how it goes when I can free up some time. Again, thanks a lot.
I've reworked 50% of the addon. Could you run a test before I push it to the repo?
@firewater
I've also added your request for a keymap:
RunScript(script.metadata.editor,action=setuserrating)
Or do you want it in the context menu?
https://github.com/sualfred/script.metad...ree/rework
xml:2020-02-16 00:19:15.515 T:123145502113792 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: 'Database' object has no attribute '$INFO[ListItem.DBType]'
Traceback (most recent call last):
File "/Users/username/Library/Application Support/Kodi/addons/script.metadata.editor/default.py", line 98, in <module>
Main()
File "/Users/username/Library/Application Support/Kodi/addons/script.metadata.editor/default.py", line 68, in __init__
self._editor()
File "/Users/username/Library/Application Support/Kodi/addons/script.metadata.editor/default.py", line 89, in _editor
editor = EditDialog(dbid=self.dbid, dbtype=self.dbtype)
File "/Users/username/Library/Application Support/Kodi/addons/script.metadata.editor/resources/lib/editor.py", line 23, in __init__
self.get_details()
File "/Users/username/Library/Application Support/Kodi/addons/script.metadata.editor/resources/lib/editor.py", line 26, in get_details
getattr(self.db, self.dbtype)()
AttributeError: 'Database' object has no attribute '$INFO[ListItem.DBType]'
-->End of Python script error report<--