📄 systemfeatures.txt
字号:
/***************************************************************************
* We list all configurable features of our system here.
*
* When you add a new feature, write feature's description carefully.
****************************************************************************/
/***************************************************************************
PART 1: TM can select these options
***************************************************************************/
/* if the disc type is CDDA or DTS_CD or HQCD, always show Console menu automatically.
* this option has no precondition, you can enable it anytime */
#define SHOW_DISPLAY_WHEN_CDDA SHOW_DISPLAY_WHEN_CDDA_E
SHOW_DISPLAY_WHEN_CDDA_D
/* When PROGRAM playback, user can switch the playback mode to REPEAT or REPEAT ALL by
* by press REPEAT key.
* when repeat, repeat play the curent segment.
* when repeat all, repeat play the whole program list
* this option is mutually exclusive with LOOP_PROGRAM_LIST */
#define REPEAT_WHEN_PROGRAM REPEAT_WHEN_PROGRAM_E
REPEAT_WHEN_PROGRAM_D
/* When PROGRAM playback, we can select the end mode.
* LOOP_PROGRAM_LIST_D: go to STOP after play the last node
* LOOP_PROGRAM_LIST_E: go back to play the first node
* this option is mutually exclusive with REPEAT_WHEN_PROGRAM */
#define LOOP_PROGRAM_LIST LOOP_PROGRAM_LIST_E
LOOP_PROGRAM_LIST_D
/*if the disc type is DVD,it will play title menu or rootmenu first .
*this option can let the playing skip the menu */
#define DVD_AUTOPLAY_E
/* supper password for parental level */
#define C_PASSWD 3351//any 4 digits
/* when console is on and left untouched, how long it will auto close. */
#define _CONSOLE_AUTO_CLOSE_TIME -1 //unit is sec. , normal value is >=1, -1 for not auto close.
/* when search is on and left untouched, how long it will auto close. */
#define _SEARCH_AUTO_CLOSE_TIME 5 //unit is sec. , normal value is >=1,-1 for not auto close.
/* if user does time search in console, will console close?
#define _CLOSE_CONSOLE_AFTER_TIMESEARCH // you may define it or just mark it
/* when press key [10+], osd will show 10+, 20+ ... , (MAX-10)+. Thus define the MAX Value
#define _10_PLUS_MAX_VALUE 400 // must be multiples of 10
/* if (OSD_Setup_Parameter.bScrnSaverEnable),when player stop and open, screen saver will begin to count
untill reaching _SCR_SAVER_WAIT_TIME, and then screen saver will come out */
#define _SCR_SAVER_WAIT_TIME 180//unit is sec. ,normal value is >=1.
/* upon screen saver activing, if (_AUTOPOWEROFF_WAIT_TIME>=1),after _AUTOPOWEROFF_WAIT_TIME,
player will go to standby automatically */
#define _AUTOPOWEROFF_WAIT_TIME 900//unit is sec. ,normal value is >=1, -1 for not auto power off after screen saver work.
/* Loadins osd is rotating or twinkling */
#define _LOADING_OSD _LOADING_ROTATE
_LOADING_TWINKLE
/* Write user data to EEPROM or FLASH */
#define _USERDATA_TYPE _USERDATA_TO_EEPROM_
_USERDATA_TO_FLASH_
/* Upgrade function support or not */
#define FW_UPG FW_Upgrade_Enable
FW_Upgrade_Disable
/* Active MUTE by GPIO High or Low */
#define _OP_MUTE_ACTIVE_LEVEL _GPIO_MUTE_HI_ACTIVE_
_GPIO_MUTE_LOW_ACTIVE_
/* File open memu support or not */
#define FileOpen_Support FileOpen_Enable
FileOpen_Disable
/* FF, FB, SLOW with 5 level or not */
#define SKIP_LEVEL Skip_Level_5
Skip_Level_2
/* Support Standby function or not */
#define STANDBY_MODE StandBy_Enable
StandBy_Disable
/* Support PROGRAM function or not */
#define PROGRAMPLAY_MODE ProGram_Play_Enable
ProGram_Play_Disable
/* Which OSD language should be supported */
#define _RESOURCE_LANGUAGE ( RSC_LANGUAGE_TCH|RSC_LANGUAGE_CHI|RSC_LANGUAGE_GER|RSC_LANGUAGE_DUT|RSC_LANGUAGE_DAN|RSC_LANGUAGE_POR|RSC_LANGUAGE_SPA|RSC_LANGUAGE_SWE|RSC_LANGUAGE_FRA|RSC_LANGUAGE_ITA)
/* JPG file play back support or not */
#define _JPG_MODE _JPG_Enable
_JPG_Disable
/* CDG disc support or not */
#define _CDG_MODE _CDG_Disable
_CDG_Enable
/* Equlizer support or not */
#define _EQ_MODE _EQ_MODE_Enable
_EQ_MODE_Disable
/* When in Display menu, press Display key, show RemainTime */
#define CONSOLE_AND_REMAINTIME
/* Play CDDA or MP3, When FF or FB, output AUDIO or not */
#define CDDA_FF_FB_Mode CDDA_Feed_Data_Disable //TPE sean add for CDDA MP3 Feed Data or not 20021130
CDDA_Feed_Data_Enable
/* PLAY key tack the role of ENTER */
#define _NO_ENTER_KEY_MODE NoEnter_Enable
/* SCART interface support or not */
#define _SCART SCART_Disable
SCART_Enable
#define _VGA VGA_Disable
#define _BadDisc_1stNVPack_Rty BD_Process_Enable // Angus add at 02/12/25
#define _DAC_CONTROL_MODE DACalwaysON_Disable
#define _JPG_LP_Fliter_Mode LP_Disable //30214-01sn
#define FFX_2_MODE FFX2_SCR_MODE
#define _PE_BACKWARD_MODE _SMOOTH_BACK_Disable
/***************************************************************************
PART 2: These options are debugging purpose, just for RD
***************************************************************************/
/* Support UI Normal function or not, this option just for RD debugging */
#define _UI_NORMAL_MODE UI_Noraml_Enable
/* Suport PE module or not, this option just for RD debugging */
#define _PE_MODE _PE_Enable
_PE_Disable
/* Suport NV module or not, this option just for RD debugging */
#define _NV_MODE _NV_Enable
_NV_Disable
/* Support Setup function or not */
#define _SETUP_MODE _SETUP_MENU_Enable
_SETUP_MENU_Disable
/* Debug M3323 registre with OSD display, just for debugging */
#define _UI_DEUBG_MODE _UI_DEBUG_M3323_REG_Disable
_UI_DEBUG_M3323_REG_Enable
/* DTS test Setup menu support */
#define _DTS_SETUP_MODE _DTS_Setup_Disable
/* AC3 test Setup menu support */
#define _AC3_SETUP_MODE _AC3_Setup_Disable
/* ??? */
#define _DOLBY_SETUP_MODE _DOLBY_Setup_Disable
/* Support Macro vision test or not */
#define _MACROVISION_MODE _MACROVISION_Disable
/* Show LOGO or not , just for RD debugging */
#define _LOGO_MODE _LOGO_Enable
/* OSD support or not , just for RD debugging */
#define _OSD_MODE _OSD_Enable
#define _PE_TEST_MODE _PE_TEST_Disable
#define _DOUBLE_X_MODE _DOUBLE_X_Enable
#define _RELEASE_MODE _Release_Debug_Disable
/***************************************************************************
PART 3: These options do NOT ready now, but we should add them later
***************************************************************************/
/* DVD_AUDIO support or not */
#define _DVDA_MODE _DVD_AUDIO_Disable
_DVD_AUDIO_Enable
/* Support Disc View function or not */
#define DVIEW_MODE DVIEW_Disable
DVIEW_Enable
/* Enable Slow backword or not */
#define SLOW_BACKWORD SLOW_BACKWORD_E
SLOW_BACKWORD_D
/* When zoom, subtitle shown as zoom or normal */
#define SUBTITLE_ZOOM_MODE SUBTITLE_ZOOM
SUBTITLE_NORMAL
/* FF, when change to next section, normal play or FF */
#define CHANGE_CHAPTER_MODE CHANGE_CHAPTER_FAST
CHANGE_CHAPTER_PLAY
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -