Modify

Ticket #10331 (closed Bug Report - General: fixed)

Opened 15 months ago

Last modified 15 months ago

Scheduler is ignoring channel specified for manual recording.

Reported by: info@… Owned by:
Priority: minor Milestone: 0.25
Component: MythTV - Scheduling Version: 0.24.2
Severity: medium Keywords:
Cc: Ticket locked: no

Description (last modified by wagnerrp) (diff)

On a system with both DVB-S and DVB-T tuners, with some overlapping channels, a manual recording rule created against one of those overlapping channels will make duplicate recordings using both copies of that channel.

Attachments

Manage recording rules A.jpeg (90.5 KB) - added by anonymous 15 months ago.
Manage recording rules B.jpeg (182.1 KB) - added by anonymous 15 months ago.

Change History

Changed 15 months ago by anonymous

Changed 15 months ago by anonymous

comment:1 Changed 15 months ago by wagnerrp

  • Status changed from new to infoneeded_new
  • Description modified (diff)
  • Component changed from MythTV - General to MythTV - Scheduling
  • Summary changed from mythfrontend - mytythweb, Manage Recording Rules to Scheduler is ignoring channel specified for manual recording.
  • Milestone 0.24.2 deleted
  • Keywords mythfrontend - mytythweb, Manage Recording Rules removed

Could you attach the text output of mythbackend --printsched as a file?

comment:2 Changed 15 months ago by Github

  • Status changed from infoneeded_new to closed
  • Resolution set to fixed
  • Milestone set to 0.25

Make more title and callsign comparisons case insensitive.

The callsign checks were never expected to need case insensitive checks, but since the database does it that way, so must we to avoid strange results.

Fixes #10331

Branch: master Changeset: dcfe7b09279f8768c0dbc1fbeb588e06aa9d9e44

comment:3 Changed 15 months ago by Github

Convert some case insensitive QString checks to use compare().

This should be more efficient than using toLower() and operator== since it avoids making temporary copies.

Refs #10331

Branch: master Changeset: 1f6d42e3f54648e54da1df8e2f4fc29cb0690389

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.