Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#12481 closed Bug Report - General (fixed)

Recording Profile Group for IPTV is incorrect.

Reported by: Peter Bennett <pgbennett@…> Owned by: Karl Egly
Priority: minor Milestone: 0.27.6
Component: MythTV - General Version: 0.27.4
Severity: medium Keywords:
Cc: Ticket locked: no

Description

There are predefined recording profile groups in the database for each type of capture card. The IPTV recorder has a card type of FREEBOX but the predefined recording profile group has card type Freebox (mixed case). The recording profile group does not show in setup after adding an IPTV recorder. MySQL is case insensitive, so the code may be doing a case sensitive comparison. This looks like a bug. Perhaps the recorder finds the recording profile with this case difference, while the setup program does not.

Comment from John Poet:

Sounds like bug to me. I would like to go through and 'rename' all the freebox stuff to just be IPTV, since that would make it less confusing.

Change History (6)

comment:1 by Stuart Auchterlonie, 11 years ago

Milestone: unknown0.28
Owner: set to Karl Egly
Status: newassigned

I'd suggest a 2 part fix for this issue.

  1. make the comparison case insensitive (this would backport to 0.27)
  2. Rename Freebox/FREEBOX to IPTV for 0.28 unless there is a good reason to keep it as freebox?

Thoughts?

comment:2 by Peter Bennett <pgbennett@…>, 11 years ago

That looks good to me, although I am not a user of IPTV.

comment:3 by Karl Dietz <dekarl@…>, 11 years ago

In 5b68797224d68160f03e4bdfa8d77c2653486100/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:4 by Karl Dietz <dekarl@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 7126654f1ae8cdec1708cb20088362d6c9c87b27/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:5 by Karl Dietz <dekarl@…>, 11 years ago

In ec7116540f7bca2007f3d74cbd30321d5123993d/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:6 by Karl Egly, 11 years ago

Milestone: 0.280.27.6
Note: See TracTickets for help on using tickets.