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) |
|---|
-
mythweb/modules/tv/includes/programs.php
37 37 8 => 'LaterShowing', 38 38 9 => 'Repeat', 39 39 10 => 'Inactive', 40 11 => 'NeverRecord' 40 11 => 'NeverRecord', 41 14 => 'NotAllowed' 41 42 ); 42 43 43 44 $RecStatus_Reasons = array( … … 61 62 'LaterShowing' => t('recstatus: latershowing'), 62 63 'Inactive' => t('recstatus: inactive'), 63 64 'NeverRecord' => t('recstatus: neverrecord'), 65 'NotAllowed' => t('recstatus: notallowed'), 64 66 // A special category for mythweb, since this feature doesn't exist in the backend 65 67 'ForceRecord' => t('recstatus: force_record'), 66 68 ); -
mythweb/modules/tv/tmpl/default/upcoming.php
221 221 $commands[] = 'activate'; 222 222 $commands[] = 'forget_old'; 223 223 break; 224 case 'NotAllowed': 225 $rec_char = t('Not Allowed'); 226 $css_class = 'deactivated'; 227 $commands[] = 'activate'; 228 $commands[] = 'forget_old'; 229 break; 224 230 case 'Cancelled': 225 231 $rec_char = t('Cancelled'); 226 232 $css_class = 'deactivated'; -
mythweb/modules/_shared/lang/German.lang
627 627 HDTV, keine Serien 628 628 "None" 629 629 Keine 630 "Not Allowed" 631 Nicht erlaubt 630 632 "Notes" 631 633 Hinweis 632 634 "Number of episodes" … … 811 813 manuell blockiert 812 814 "recstatus: neverrecord" 813 815 niemals aufnehmen 816 "recstatus: notallowed" 817 nicht erlaubt 814 818 "recstatus: notlisted" 815 819 nicht im EPG 816 820 "recstatus: previousrecording" -
mythweb/modules/_shared/lang/English.lang
386 386 "name" 387 387 "Narrow Your Search" 388 388 "Never Record" 389 "Not Allowed" 389 390 "New" 390 391 "New Episodes Only" 391 392 "New Group" … … 519 520 This showing was manually set to not record 520 521 "recstatus: neverrecord" 521 522 This show was marked to never be recorded. 523 "recstatus: notallowed" 524 Only record manual schedules on this channel. 522 525 "recstatus: notlisted" 523 526 This show does not match the current program listings. 524 527 "recstatus: previousrecording"
