Ticket #5869: free_scheduling_channel_blacklist_mythweb.diff

File free_scheduling_channel_blacklist_mythweb.diff, 3.2 KB (added by Wolfgang <mythtv@…>, 4 years ago)

patch for mythweb

  • mythweb/modules/tv/includes/programs.php

     
    3737                                8  => 'LaterShowing', 
    3838                                9  => 'Repeat', 
    3939                                10 => 'Inactive', 
    40                                 11 => 'NeverRecord' 
     40                                11 => 'NeverRecord', 
     41                                14 => 'NotAllowed' 
    4142                            ); 
    4243 
    4344    $RecStatus_Reasons = array( 
     
    6162                               'LaterShowing'       => t('recstatus: latershowing'), 
    6263                               'Inactive'           => t('recstatus: inactive'), 
    6364                               'NeverRecord'        => t('recstatus: neverrecord'), 
     65                               'NotAllowed'         => t('recstatus: notallowed'), 
    6466                            // A special category for mythweb, since this feature doesn't exist in the backend 
    6567                               'ForceRecord'        => t('recstatus: force_record'), 
    6668                              ); 
  • mythweb/modules/tv/tmpl/default/upcoming.php

     
    221221                $commands[] = 'activate'; 
    222222                $commands[] = 'forget_old'; 
    223223                break; 
     224            case 'NotAllowed': 
     225                $rec_char   = t('Not Allowed'); 
     226                $css_class  = 'deactivated'; 
     227                $commands[] = 'activate'; 
     228                $commands[] = 'forget_old'; 
     229                break; 
    224230            case 'Cancelled': 
    225231                $rec_char   = t('Cancelled'); 
    226232                $css_class  = 'deactivated'; 
  • mythweb/modules/_shared/lang/German.lang

     
    627627    HDTV, keine Serien 
    628628"None" 
    629629    Keine 
     630"Not Allowed" 
     631    Nicht erlaubt 
    630632"Notes" 
    631633    Hinweis 
    632634"Number of episodes" 
     
    811813    manuell blockiert 
    812814"recstatus: neverrecord" 
    813815    niemals aufnehmen 
     816"recstatus: notallowed" 
     817    nicht erlaubt 
    814818"recstatus: notlisted" 
    815819    nicht im EPG 
    816820"recstatus: previousrecording" 
  • mythweb/modules/_shared/lang/English.lang

     
    386386"name" 
    387387"Narrow Your Search" 
    388388"Never Record" 
     389"Not Allowed" 
    389390"New" 
    390391"New Episodes Only" 
    391392"New Group" 
     
    519520    This showing was manually set to not record 
    520521"recstatus: neverrecord" 
    521522    This show was marked to never be recorded. 
     523"recstatus: notallowed" 
     524    Only record manual schedules on this channel. 
    522525"recstatus: notlisted" 
    523526    This show does not match the current program listings. 
    524527"recstatus: previousrecording"