Skip to content

Update helper.py - #26

Open
Brompton5007 wants to merge 1 commit into
sualfred:masterfrom
Brompton5007:patch-1
Open

Update helper.py#26
Brompton5007 wants to merge 1 commit into
sualfred:masterfrom
Brompton5007:patch-1

Conversation

@Brompton5007

Copy link
Copy Markdown

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

dredkin commented Dec 15, 2022

Copy link
Copy Markdown

@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