Opened 19 years ago
Closed 11 years ago
#2224 closed defect (Fixed)
Pin coded recordings shown in Jump to Program OSD
Reported by: | stuartm | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Recordings from pin coded recording groups are shown in the Jump to Program OSD without requiring a pin. This functionality was eventually intended but it's now too late for 0.20, so we need a temporary solution.
I've attached a patch which limits the menu to containing recordings from the same group as the currently playing recording. This cripples the feature a little but will prevent minors accessing stuff they shouldn't.
Unless someone can think of a better solution for 0.20, this will have to do.
Attachments (2)
Change History (8)
Changed 19 years ago by
Attachment: | jump_program_hack.diff added |
---|
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Milestone: | 0.20 → unknown |
---|
comment:3 Changed 18 years ago by
Milestone: | unknown → 0.20 |
---|---|
Owner: | changed from kkhupal to stuartm |
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → new |
At some point in the last 7 years there has been a regression, and this is now a problem once more, at least in 0.27. It is once again possible to access all recordings, even ones that require a different PIN, by way of the Jump to Program OSD.
I'm attaching an untested patch which I think accomplishes what the original patch to 0.20 did, but I do think the better thing to do would be to ask the user for a PIN, as mentioned above.
comment:6 Changed 11 years ago by
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Please open a new ticket for new issues, even if they are regressions (and feel free to reference this or any other relevant tickets on your new ticket).
(In [10937]) Limits the "Jump to Program" osd menu to recordings from the same group as the currently playing one.
This is a temporary fix until support for entering pin codes is written.
Refs #2224