[mythtv-commits] Re: Ticket #622: mythweb won't delete renamed recordings

MythTV mythtv at cvs.mythtv.org
Sun Nov 27 02:42:27 EST 2005


#622: mythweb won't delete renamed recordings
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  xris
     Type:  defect     |       Status:  new 
 Priority:  minor      |    Milestone:  0.19
Component:  mythweb    |      Version:  head
 Severity:  medium     |   Resolution:      
-----------------------+----------------------------------------------------
Changes (by anonymous):

  * owner:  ijr => xris

Comment:

 I don't think this has anything to do with the spaces, your log shows that
 MythWeb isn't even sending the DELETE_RECORDING request to the backend.  I
 think the issue is with lines like the ones below in
 recorded_programs.php.  I'm passing the ticket back to xris since I think
 this is a MythWeb issue.

 if ($_GET['delete'] && preg_match('/\\d+_\\d+/', $_GET['file'])) {
 ...
 preg_match('/\/(\d+)_(\d+)_\d+\.nuv$/', $_GET['file'], $matches);

 The first one is the one causing the problem I think, but the second one
 needs to be fixed also since we now have .mpg files and we also let people
 rename them via mythrename.pl.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/622>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list