Opened 16 years ago
Closed 15 years ago
Last modified 15 years ago
#8401 closed defect (fixed)
Network Control - play save screenshot not working 0.23-fixes
| Reported by: | Owned by: | cpinkham | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | 0.23-fixes |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
play save screenshot stopped working after upgrade from 0.22-fixes to 0.23-fixes. It appears to be due to previewgenerator changes. I have patched mythtv/programs/mythfrontend/networkcontrol.cpp to make it conform to the changes.
Attachments (1)
Change History (4)
comment:1 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Summary: | play save screenshot not working 0.23-fixes → Network Control - play save screenshot not working 0.23-fixes |
| Version: | Unspecified → 0.23-fixes |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [26283]) Fix Network Control preview generation. The command for this is called 'screenshot', but it's has really been a call to the preview generator all along. This commit fixes that functionality which was broken somewhere between 0.22 and 0.23.
Also, fix the ability to take a true screenshot. The 'screenshot' command now triggers the signal that was added in [26240].
Closes #8401.
comment:3 by , 15 years ago
| Milestone: | unknown → 0.24 |
|---|

patch for networkcontrol.cpp to fix preview