Jump to content

Kodi delete option not working in 2.2.36


heula
Go to solution Solved by Angelblue05,

Recommended Posts

The delete option is not working anymore in version 2.2.36.

 

The code is working beacuse I will see the comformation pop-up appear. When I select yes nothing happens. The episode is still playable.

<keymap>
  <global>
    <keyboard> 
      <d>RunPlugin(plugin://plugin.video.emby?mode=delete)</d><!-- Delete emby item context menu shortcut will activate when pressing "d" -->
    </keyboard>
  </global>
</keymap>

Capture_175.jpg

 

Can this be fixed?

Thanks

Link to comment
Share on other sites

Angelblue05

@@heula

 

I've just tested and it works fine over here. If you back out and come back in is the file deleted? If not, make sure the user is allowed to delete content, otherwise can you provide your Kodi log in addition to the server log snippet from that time? Thanks.

Edited by Angelblue05
Link to comment
Share on other sites

@@heula

 

I've just tested and it works fine over here. If you back out and come back in is the file deleted? If not, make sure the user is allowed to delete content, otherwise can you provide your Kodi log in addition to the server log snippet from that time? Thanks.

The file is after deleting still available and playable after closing Kodi. The rights on the shared folder are good and the users are allowed to delete data as set in the kodi config.

I hope this log will give you the answer.

 

I tried to delete NCIS - 14x01 - Rogue and Goede Tijden Slechte Tijden - 27x16 - Aflevering 5421

 

Kodi log

 

Thanks

Link to comment
Share on other sites

  • Solution
Angelblue05

Provide your server log. The delete request was successfully sent from the add-on to your server. The server for some reason seems to ignore this. This is why no library event is generated, the server didn't delete the content.

11:08:31 T:81612  NOTICE: EMBY.context_entry -> Deleting request: 5dc9df667252c3d9b4153f1cda932378
11:08:31 T:81612  NOTICE: EMBY.context_entry -> refreshing container
Edited by Angelblue05
  • Like 1
Link to comment
Share on other sites

I found the problem. After changing emby server to a new PC the option "allow delete media" was disabled in my user account. After enabling it the media can be deleted again.

 

Sorry for the inconvenience

Edited by heula
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...