[mythtv-users] Delete + Rerecord

Paul Harrison mythtv at sky.com
Thu Jul 17 09:07:32 UTC 2014


On 17/07/14 06:14, Karl Newman wrote:
>
> I just looked at it again. Mythweb appears at first glance to be doing 
> the right thing (grep for forget_old in modules/tv). I seem to recall 
> that it isn't just Delete + rerecord that has the problem--I think 
> it's any "forget old" function in mythweb. Possibly the backend is not 
> processing the FORGET_RECORDING command correctly? Or maybe mythweb is 
> sending the wrong command (it's been deprecated, perhaps?) Not sure; I 
> don't have the mythtv source handy to look into it.
>
> Karl
>

Looks like the frontend uses DELETE_RECORDING.
http://www.mythtv.org/wiki/DELETE_RECORDING_%28Myth_Protocol%29

The code path is a bit convoluted but ultimately it ends up here:-
https://code.mythtv.org/cgit/mythtv/tree/mythtv/libs/libmyth/remoteutil.cpp#n110

Paul H.


More information about the mythtv-users mailing list