nanuk 29 Posted August 7, 2019 Posted August 7, 2019 (edited) Hi *, I' ve a prob and to be honest, I don't know if it's a old or a new prob, but I think a new one. When I try to delete a recording from any Emby App on any of my devices (TVs, mobile, tablet) I'm not able to delete recordings I formerly scheduled. When pressing the delete button in the recordings section, the recording seems to be deleted It disappears from the "recordings" tab and also from the latest recordings section on the live tv tab. Everything seems fine, but... the file and the corresponding xml of the recording still is on the harddisk and after a view minutes the recording is also shown in my emby app again :-/ deleting of any movies or other files an the some harddisk is no problem with emby, just the recordings seem to have problems, so it's no problem of authorization and I also have mpextended 0.6.04 for emby installed and running I imagine that it was possible to delete recordings in emby server v 4.1 but like I said at the beginning I'm not quiet sure ;-) I have extracted the lines from emby log an attached here... I hope you can help ;-) thx del recording.log Edited August 7, 2019 by nanuk
pünktchen 1343 Posted August 7, 2019 Posted August 7, 2019 First question: Are you using the recordings channel that comes with the plugin or have you entered the path to your recordings into the dvr section of Emby's dashboard?
nanuk 29 Posted August 7, 2019 Author Posted August 7, 2019 (edited) First question: Are you using the recordings channel that comes with the plugin or have you entered the path to your recordings into the dvr section of Emby's dashboard? I'm using the recordings channel that comes with the plugin... no entries in dvr section of Emby's dashboard Edited August 7, 2019 by nanuk
pünktchen 1343 Posted August 10, 2019 Posted August 10, 2019 Okay, it's definitely a bug in Emby not my plugin. @@Luke with Emby 4.2.x.x recordings from a live tv plugin recording channel do not get deleted anymore. Emby does not even call the live tv plugin for a delete request! This is from not working 4.2.1.0: 2019-08-10 02:17:08.405 Info HttpServer: HTTP GET http://127.0.0.1:8096/emby/Users/123456789/Items/227791. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:17:08.407 Info HttpServer: HTTP Response 200 to 127.0.0.1. Time: 2ms. http://127.0.0.1:8096/emby/Users/123456789/Items/227791 2019-08-10 02:17:08.416 Info HttpServer: HTTP GET http://127.0.0.1:8096/emby/Users/123456789. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:17:08.416 Info HttpServer: HTTP Response 200 to 127.0.0.1. Time: 1ms. http://127.0.0.1:8096/emby/Users/123456789 2019-08-10 02:17:09.994 Info HttpServer: HTTP GET http://127.0.0.1:8096/emby/Items/227791/DeleteInfo. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:17:09.995 Info HttpServer: HTTP Response 200 to 127.0.0.1. Time: 1ms. http://127.0.0.1:8096/emby/Items/227791/DeleteInfo 2019-08-10 02:17:11.650 Info HttpServer: HTTP DELETE http://127.0.0.1:8096/emby/Items/227791. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:17:11.650 Info App: Removing item from database, Type: Video, Name: Menschenlabor Sowjetunion, Path: http://192.168.0.2:8090/upnp/recordings/117.ts, Id: 227791 2019-08-10 02:17:11.650 Info App: Deleting path B:\Emby-Server\programdata\metadata\library\d6\d6401891f4d5b59ed6e1bf9188e5c877 2019-08-10 02:17:11.662 Info HttpServer: HTTP Response 204 to 127.0.0.1. Time: 12ms. http://127.0.0.1:8096/emby/Items/227791 This is from working 4.1.1.0: 2019-08-10 02:12:36.013 Info HttpServer: HTTP GET http://127.0.0.1:8097/emby/Users/123456789/Items/36513. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:12:36.068 Info HttpServer: HTTP Response 200 to 127.0.0.1. Time: 55ms. http://127.0.0.1:8097/emby/Users/123456789/Items/36513 2019-08-10 02:12:38.006 Info HttpServer: HTTP GET http://127.0.0.1:8097/emby/Items/36513/DeleteInfo. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:12:38.010 Info HttpServer: HTTP Response 200 to 127.0.0.1. Time: 4ms. http://127.0.0.1:8097/emby/Items/36513/DeleteInfo 2019-08-10 02:12:40.163 Info HttpServer: HTTP DELETE http://127.0.0.1:8097/emby/Items/36513. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 2019-08-10 02:12:40.168 Info HttpClient: GET http://192.168.0.2:8089/api/recordings.html?id=0118&utf8=1 2019-08-10 02:12:40.170 Info HttpClient: GET http://192.168.0.2:8089/api/timerlist.html?utf8=2 2019-08-10 02:12:40.172 Info DVBViewer TV Plugin: DELETE RECORDING > Id: 118 2019-08-10 02:12:40.172 Info HttpClient: GET http://192.168.0.2:8089/api/recdelete.html?recid=118&delfile=1 2019-08-10 02:12:40.257 Info App: Removing item from database, Type: Episode, Name: S3:E6 - Russian Yeti: The Killer Lives, Path: http://192.168.0.2:8090/upnp/recordings/118.ts, Id: 36513 2019-08-10 02:12:40.258 Info App: Deleting path D:\emby.windows.stable\metadata\library\26\261dffe6c1d0684a321f30eaa976dfa7 2019-08-10 02:12:40.266 Info HttpServer: HTTP Response 204 to 127.0.0.1. Time: 103ms. http://127.0.0.1:8097/emby/Items/36513
pünktchen 1343 Posted August 24, 2019 Posted August 24, 2019 Ok thanks. I'm pretty sure I see the issue. It's not fixed within the beta versions, instead there's no delete option or button at all anymore!
pünktchen 1343 Posted August 24, 2019 Posted August 24, 2019 Did you check user delete permissions?Of course.
nanuk 29 Posted September 3, 2019 Author Posted September 3, 2019 any news on this? would be nice to be able to delete the shows i recorded ;-)
Luke 39400 Posted September 3, 2019 Posted September 3, 2019 If you could try the next beta server that would be helpful. thanks.
nanuk 29 Posted September 4, 2019 Author Posted September 4, 2019 is there a portable Beta I can test?
Luke 39400 Posted September 4, 2019 Posted September 4, 2019 We don't have that documented right now but @@Happy2Play may have some tips on how to do that. Thanks.
pünktchen 1343 Posted September 4, 2019 Posted September 4, 2019 If you could try the next beta server that would be helpful. thanks. C'mon @@Luke, we can't delete a recording without a delete button! I've already reported this last time and yes, of course i've rechecked my delete permission in Emby 4.3.0.7.
Luke 39400 Posted September 5, 2019 Posted September 5, 2019 @@arrbee99 do you get a delete button with next pvr?
rikiwi 32 Posted September 5, 2019 Posted September 5, 2019 @@arrbee99 do you get a delete button with next pvr?I hide the NextTV on the home screen and create a library folder called RecorderdTV, from the details drop down on this there is a delete option, but if I open the Recording from the Live TV area there is no delete option. Hope this helps. Sent from my SM-T830 using Tapatalk
arrbee99 1683 Posted September 5, 2019 Posted September 5, 2019 @@arrbee99 do you get a delete button with next pvr? Apparently not... Far as I can see I don't have it in the above or under My Media > NextPVR Recordings. That was when I didn't have any deleting allowed anywhere though. I've now allowed deletion for Recordings 1 and NextPVR Recordings and saved the settings, but there's still no delete allowed. Am assuming I there isn't another setting somewhere else or I need to restart the server or whatever...
nanuk 29 Posted September 5, 2019 Author Posted September 5, 2019 We don't have that documented right now but @@Happy2Play may have some tips on how to do that. Thanks. Hi Luke, @@Happy2Play helped me, and now I know what to do... I'll test the beta this evening and will report ;-)
nanuk 29 Posted September 5, 2019 Author Posted September 5, 2019 (edited) Hi Luke, finally I tried the latest beta (4.3.0.7-beta) and only can confirm what arrbee99 and pünktchen already wrote. there is no delete button on the recording detail screen anymore :-/ and no menu entry to delete recordings from the "context menu" ("...") and before you ask... yes, I have delete permissions on all libraries ;-) Edited September 5, 2019 by nanuk
Luke 39400 Posted September 8, 2019 Posted September 8, 2019 C'mon @@Luke, we can't delete a recording without a delete button! I've already reported this last time and yes, of course i've rechecked my delete permission in Emby 4.3.0.7. So the CanDelete method on the recordings Channel is not being called?
pünktchen 1343 Posted September 8, 2019 Posted September 8, 2019 So the CanDelete method on the recordings Channel is not being called?How would i know?
Luke 39400 Posted September 8, 2019 Posted September 8, 2019 The recordings channel belongs to the plugin so you could put logging there. In the server I'm able to debug and get to the point where it is attempting to call it. I guess I can dummy up an existing plugin to support deletion and verify that as proof of concept.
pünktchen 1343 Posted September 8, 2019 Posted September 8, 2019 It looks like "CanDelete" isn't even called with the stable server. But with stable the delete buttons are there, although they don't call the delete method of the plugins.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now