Opened 19 years ago

Closed 19 years ago

#102 closed defect (fixed)

Extra Records in Recordedprograms and Recorded Tables

Reported by: markprinz@… Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version: 0.18.1
Severity: medium Keywords: recorded, recordeprogram
Cc: Ticket locked: no

Description

I had an issue where there were three 'stray' records in the recorded table and one extra record in the recordedprograms table that were not available in mythfrontend nor mythweb, and were old recordings that had been deleted.

The problem this caused was that the schedule counted those recordings even though they were not there (i.e. so, if I had an episode limit, it would 'think' it had hit the limit). Searching the archives, I found a fix that worked for some that required creating an empty file, however, that did not work for me.

Looking at the 'stray' records in the recorded table, the only different was that the deletepending value for these bad records was '1' where the good records had a value of '0.'

I'm not exactly sure what I did to create this problem, and it could easily be an anomaly. However, I received assistance on htpcnews.com from geckofiend, and it was recommended that I log a bug (maybe just for the fact that mythfrontend and mythweb were not including the extra records, even though the scheduler was).

Change History (4)

comment:1 Changed 19 years ago by anonymous

Severity: highmedium

comment:2 Changed 19 years ago by anonymous

Keywords: recordeprogram added; recordeprograms removed

comment:3 Changed 19 years ago by Isaac Richards

Owner: changed from Isaac Richards to cpinkham

comment:4 Changed 19 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [7231]) * Deletepending bugfix. Normally the backend would not show the user

recordings marked as deletepending. With this fix, the backend will list them if the deletepending was set more than 5 minutes ago. This fixes the case where the deletepending flag was set but the recording was never actually deleted (if the backend was stopped, etc.) so the user can (re)delete the recording. Closes #102.

  • Bugfix for subtitle single/double quote inconsistency in playbackbox when switching back and forth from Title view. Closes #318.
Note: See TracTickets for help on using tickets.