Skip to content

Commit

Permalink
New optional method of hiding miniTV: "single pixel TV, muted"
Browse files Browse the repository at this point in the history
Workaround for movie aspect ratio issues on Gigablue Quad:
Some movies play correctly then live TV is active before playing them,
so do not disable the miniTV by stopping the service but use the new option.
  • Loading branch information
Fischreiher committed Apr 17, 2016
1 parent 7020e7b commit 49d2ee1
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 40 deletions.
1 change: 1 addition & 0 deletions src/EnhancedMovieCenter.py
Expand Up @@ -441,6 +441,7 @@ def defineConfig(self):
( _("Movie preview delay in ms") , config.EMC.movie_preview_delay , None , None , 0 , [-1] , _("HELP_Movie preview delay in ms") , 3000 , None ),
( _("Start movie preview before last position") , config.EMC.movie_preview_offset , None , None , 0 , [-2] , _("HELP_Movie preview offset in seconds") , None , None ),
( _("Hide mini TV") , config.EMC.hide_miniTV , None , None , 0 , [] , _("HELP_hide_miniTV") , "never" , "never" ),
( _("Method of hiding mini TV") , config.EMC.hide_miniTV_method , None , None , 0 , [] , _("HELP_hide_miniTV_method") , "stopService" , "stopService" ),

( separator , config.EMC.about , None , None , 0 , [] , _(" ") , None , None ),
( _("No resume below 10 seconds") , config.EMC.movie_ignore_firstcuts , None , None , 1 , [] , _("HELP_No resume below 10 seconds") , None , None ),
Expand Down

0 comments on commit 49d2ee1

Please sign in to comment.