Changeset 9b82fad5053537400257884b869979ffececb63f

Show
Ignore:
Timestamp:
04/02/08 23:08:14 (9 months ago)
Author:
Jason <armooo@armooo.net>
git-committer:
Jason <armooo@armooo.net> 1207195694 -0500
git-parent:

[9686b71a78da019076ddbbbeb997fd2458c651d5]

git-author:
Jason <armooo@armooo.net> 1207195694 -0500
Message:

If I don't have optres set we should output what my config file says.

Right now there is no way to force a res on a hd tivo. My tv has 1% over scan
on HD but 10% on sd so I like to keep my shares with subtitled files set to
output hd so I can read them.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/video/transcode.py

    r9686b71 r9b82fad  
    166166    multiplier4by3  =  (4.0 * TIVO_HEIGHT) / (3.0 * TIVO_WIDTH) 
    167167 
    168     if config.isHDtivo(tsn) and not optres: 
     168    if config.isHDtivo(tsn) and optres: 
    169169        if config.getPixelAR(0): 
    170170            if vpar == None: