Skip to content

Conversation

@Brompton5007
Copy link

After installing the add-on script Metadata Editor version 3.0.1 from the Kodi.tv repo v20.
The error message that: module 'xmbc' has no attribute 'translate Path'. and that if ignored it may lead to memory leaks.

In Python API v20 :
{ translatePath, "", xbmc.translatePath() function was removed completely. Use xbmcvfs.translatePath().

After making this change no longer receiving error messages.

After installing the add-on script Metadata Editor version 3.0.1 from the Kodi.tv repo v20. 
The error message that: module 'xmbc' has no attribute 'translate Path'. and that if ignored it may lead to memory leaks. 

In Python API v20 :
{ translatePath, "", xbmc.translatePath() function was removed completely. Use xbmcvfs.translatePath(). 

After making this change no longer receiving error messages.
@dredkin
Copy link

dredkin commented Dec 15, 2022

@sualfred please merge this and push a new verstion to the repositry! Many people can't get Metadata Editor to work because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants