(2025-01-10, 15:13)latts9923 Wrote: @MB1968
I am not having any trouble with Extended Info. What version are you using?
Version 1.5.1, I'm unable to activate the MQ8 style Extended Info.
I'll check again for version 1.5.2.
EDIT:
Same issue in version 1.5.2. I found this error in the Kodi log file:
2025-01-10 15:21:59.549 T:10628 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'shutil.SameFileError'>
Error Contents: 'E:\\Portable Software\\Kodi\\Omega\\portable_data\\addons\\skin.aeonmq9.mod\\xml\\script-script.extendedinfo-DialogVideoInfo.xml.mq9' and 'E:\\Portable Software\\Kodi\\Omega\\portable_data\\addons\\skin.aeonmq9.mod\\xml\\script-script.extendedinfo-DialogVideoInfo.xml' are the same file
Traceback (most recent call last):
File "E:\Portable Software\Kodi\Omega\portable_data\addons\skin.aeonmq9.mod\scripts\defaultextendedinfoscript.py", line 5, in <module>
shutil.copyfile(src, dst)
File "E:\Portable Software\Kodi\Omega\system\python\Lib\shutil.py", line 244, in copyfile
raise SameFileError("{!r} and {!r} are the same file".format(src, dst))
shutil.SameFileError: 'E:\\Portable Software\\Kodi\\Omega\\portable_data\\addons\\skin.aeonmq9.mod\\xml\\script-script.extendedinfo-DialogVideoInfo.xml.mq9' and 'E:\\Portable Software\\Kodi\\Omega\\portable_data\\addons\\skin.aeonmq9.mod\\xml\\script-script.extendedinfo-DialogVideoInfo.xml' are the same file
-->End of Python script error report<--