Opened 17 years ago
Closed 16 years ago
#7269 closed patch (duplicate)
Add Aspect Ratio and Fill Mode to Playback Groups
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi All,
Attached is a patch to add Aspect Ratio and Fill Mode options to playback groups. It includes an update to the db for the two new columns, Combo Boxes for the Playback Groups screen, and calls to toggle the aspect ratio and fill mode when the player starts up.
I hope this helps! Thanks! Doug
Attachments (3)
Change History (7)
by , 17 years ago
| Attachment: | playgroup.diff added |
|---|
comment:1 by , 17 years ago
| Milestone: | unknown → 0.23 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
comment:2 by , 17 years ago
by , 17 years ago
| Attachment: | playgroup2a.diff added |
|---|
by , 17 years ago
| Attachment: | playgroup2b.diff added |
|---|
comment:3 by , 16 years ago
| Milestone: | 0.23 → 0.24 |
|---|
Note:
See TracTickets
for help on using tickets.

I'm splitting the db changes from the code changes per suggestions from IRC (sphery). Please see the attached patches: playgroup2a.diff (code) and playgroup2b.diff (db). For reference the DB changes are:
"ALTER TABLE playgroup ADD COLUMN aspectoverridemode INT NOT NULL DEFAULT 0;"
"ALTER TABLE playgroup ADD COLUMN adjustfillmode INT NOT NULL DEFAULT 0;"
UPDATE playgroup SET aspectoverridemode = 0, adjustfillmode = 0;
Thanks!
D