[mythtv-commits] Ticket #7269: Add Aspect Ratio and Fill Mode to Playback Groups
MythTV
mythtv at cvs.mythtv.org
Fri Nov 20 23:19:37 UTC 2009
#7269: Add Aspect Ratio and Fill Mode to Playback Groups
----------------------------------+-----------------------------------------
Reporter: doug@… | Owner: janne
Type: patch | Status: accepted
Priority: minor | Milestone: 0.23
Component: MythTV - General | Version: head
Severity: medium | Mlocked: 0
----------------------------------+-----------------------------------------
Comment(by doug@…):
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:[[BR]]
1. Adding two columns to the playgroup table[[BR]]
"ALTER TABLE playgroup ADD COLUMN aspectoverridemode INT NOT NULL DEFAULT
0;"[[BR]]
"ALTER TABLE playgroup ADD COLUMN adjustfillmode INT NOT NULL DEFAULT
0;"[[BR]]
2. Updating existing playgroups to default these values to 0[[BR]]
UPDATE playgroup SET aspectoverridemode = 0, adjustfillmode = 0;[[BR]]
Thanks! [[BR]]
D[[BR]]
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7269#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list