Advanced official preferences

From EMule Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: ''Advanced Official preferences'' are the options that are available in official eMule but do not have a gui option to modify them during runtime. in the extended preferences a list of ...)
 
Line 7: Line 7:
 
Todo: descrip from tooltips:
 
Todo: descrip from tooltips:
  
MiniMuleAutoClose
+
 
MiniMuleAutoClose
+
    IDS_CREATECRASHDUMP_TIP "
MiniMuleTransparency
+
    IDS_CHECKCOMCTL32_TIP 
CreateCrashDump
+
    IDS_CHECKSHELL32_TIP    "
CheckComctl32  
+
    IDS_IGNOREINSTANCES_TIP "
CheckShell32
+
    IDS_NOTIFIERMAILENCRYPTCERTNAME_TIP
IgnoreInstances
+
       
NotifierMailEncryptCertName
+
    IDS_MEDIAINFO_MEDIAINFODLLPATH_TIP
MediaInfo_MediaInfoDllPath
+
    IDS_MEDIAINFO_ID3LIB_TIP
MediaInfo_RIFF
+
    IDS_MAXLOGBUFF_TIP     
MediaInfo_ID3LIB
+
    IDS_PREVIEWSMALLBLOCKS_TIP
MaxLogBuff
+
    IDS_RESTORELASTMAINWNDDLG_TIP
MaxChatHistory
+
                            "
PreviewSmallBlocks
+
 
RestoreLastMainWndDlg
+
 
RestoreLastLogPane
+
 
PreviewCopiedArchives
+
 
StraightWindowStyles
+
 
 +
 
 +
 
 +
* MiniMuleAutoClose       The MiniMule window will usually remain visible until closed. Setting this value to 0 will automatically close the window when the cursor is moved out of the window. Similar to a tooltip. (default=1)
 +
MiniMuleTransparency   Controls the transparency of the MiniMule window. 0 and 100 are opaque ,1 is translucent. (default=0),might require restart.
 +
CreateCrashDump When this key is enabled eMule will automatically save a crash\ndump should eMule unexpectedly crash. This can help the developers\nto track down the problem. The dump is saved in eMule's\ninstallation folder, called 'eMule-version-number-Modversion.dmp'\nShould you have crash problems enable this key and report at the\nmorph forum (or mailto leukhe\\@gmail.com) with details\nDefault=unchecked (disabled)"
 +
* CheckComctl32 Suppress the warning about an old version of the common dialog dll. This\ncan be the case if you run a version of Windows that is not updated.\neMule might work without the update but might look bad. You can download \n the updated dll at Microsoft (default=checked)
 +
* CheckShell32 Suppress the warning about an old version of the windows shell (pre internet explorer 4)\nSome windows shell integrations functions might not work. The preferred solution is to update\nthe shell.dll which comes as a part of internet explorer. \n Default=checked"
 +
* IgnoreInstances=Allows the execution of multiple eMule instances.\nNote:\nFor two eMules running on the same machine they must\nbe installed to different folders, must have different\ntemp folders and also the ports used by each eMule have\nto be unique. It is not recommended to run two eMules \nconcurrently apart from testing purposes.\ndefault:0"
 +
*NotifierMailEncryptCertName=Name of the certificate for the encryption of email notifications with S/MIME. The certificate will be looked up in the local windows address book
 +
*MediaInfo_MediaInfoDllPath = This setting will tell emule where to find the mediainfo dll. Default it is the\neMule directory. You will need to set this preferences if you want to save the dll\nin a different directory.\nDefault: MEDIAINFO.DLL"
 +
*MediaInfo_RIFF=  Use the mediainfo dll to find out if the file is a 'avi' file.\nDefault=1
 +
*MediaInfo_ID3LIB Instructs emule to check mpeg (mp1,mp2,mp3,mpa) files for the\nmpeg header. The meta data that is displayed in the file detail\ndialog window. id3lib or media info dll is used for this.\ndefault=checked
 +
*MaxLogBuff   Defines the amount of system memory eMule uses to display the logs.\nFor Windows 98 | ME a default of 64 kB is reserved, for Win 2k|XP\nit is 128 kB. In Win98|ME the buffer may not be larger than 64 kB.\nThe logs are rotating, i.e. if the buffer is filled up to its limit\nan old message is purged when a new one arrives (FIFO)."
 +
    IDS_MAXCHATHISTORY_TIP  "Defines the maximum number of lines saved in the history of the irc\nmessages. After this value is reached the oldest message is\npurged on new entry (FIFO - First In First Out).\ndefault =100"
 +
MaxChatHistory
 +
PreviewSmallBlocks= This function should be only activated when using VLC -\nVideoLAN Client to preview files. It allows to preview multimedia\nfiles when at least 16 kB data for .mpeg files or 256 kB data for\nall other multimedia content (.avi, CD-Images with multimedia\ncontent) has been downloaded. Using this option the 'Create backup\nfor preview' setting has to be deactivated in the 'Video\nPlayer' dialog. Note that vlc version 8.5 and higher seem to\nhave some problems with broken indexes"
 +
*RestoreLastMainWndDlg = eMule remembers which of the main windows \n(Kademlia, Server, Transfer, was open, when before application exit \nand restores it. (default = unchecked)
 +
*RestoreLastLogPane
 +
*PreviewCopiedArchives
 +
*StraightWindowStyles
 
LogFileFormat
 
LogFileFormat
 
RTLWindowsLayout
 
RTLWindowsLayout

Revision as of 21:07, 25 August 2007

Advanced Official preferences are the options that are available in official eMule but do not have a gui option to modify them during runtime.

in the extended preferences a list of these options are shown and are editable and saved. This helps you from editing preferences.ini manually.

Note that if you replace the mod "emule.exe" with official eMule.ee these features stay active even if there is no gui.

Todo: descrip from tooltips:


   IDS_CREATECRASHDUMP_TIP "
   IDS_CHECKCOMCTL32_TIP   
   IDS_CHECKSHELL32_TIP    "
   IDS_IGNOREINSTANCES_TIP "
   IDS_NOTIFIERMAILENCRYPTCERTNAME_TIP 
       
   IDS_MEDIAINFO_MEDIAINFODLLPATH_TIP 
   IDS_MEDIAINFO_ID3LIB_TIP 
   IDS_MAXLOGBUFF_TIP      
   IDS_PREVIEWSMALLBLOCKS_TIP 
   IDS_RESTORELASTMAINWNDDLG_TIP 
                           "




* MiniMuleAutoClose       The MiniMule window will usually remain visible until closed. Setting this value to 0 will automatically close the window when the cursor is moved out of the window. Similar to a tooltip. (default=1)
  • MiniMuleTransparency Controls the transparency of the MiniMule window. 0 and 100 are opaque ,1 is translucent. (default=0),might require restart.
  • CreateCrashDump When this key is enabled eMule will automatically save a crash\ndump should eMule unexpectedly crash. This can help the developers\nto track down the problem. The dump is saved in eMule's\ninstallation folder, called 'eMule-version-number-Modversion.dmp'\nShould you have crash problems enable this key and report at the\nmorph forum (or mailto leukhe\\@gmail.com) with details\nDefault=unchecked (disabled)"
  • CheckComctl32 Suppress the warning about an old version of the common dialog dll. This\ncan be the case if you run a version of Windows that is not updated.\neMule might work without the update but might look bad. You can download \n the updated dll at Microsoft (default=checked)
  • CheckShell32 Suppress the warning about an old version of the windows shell (pre internet explorer 4)\nSome windows shell integrations functions might not work. The preferred solution is to update\nthe shell.dll which comes as a part of internet explorer. \n Default=checked"
  • IgnoreInstances=Allows the execution of multiple eMule instances.\nNote:\nFor two eMules running on the same machine they must\nbe installed to different folders, must have different\ntemp folders and also the ports used by each eMule have\nto be unique. It is not recommended to run two eMules \nconcurrently apart from testing purposes.\ndefault:0"
  • NotifierMailEncryptCertName=Name of the certificate for the encryption of email notifications with S/MIME. The certificate will be looked up in the local windows address book
  • MediaInfo_MediaInfoDllPath = This setting will tell emule where to find the mediainfo dll. Default it is the\neMule directory. You will need to set this preferences if you want to save the dll\nin a different directory.\nDefault: MEDIAINFO.DLL"
  • MediaInfo_RIFF= Use the mediainfo dll to find out if the file is a 'avi' file.\nDefault=1
  • MediaInfo_ID3LIB Instructs emule to check mpeg (mp1,mp2,mp3,mpa) files for the\nmpeg header. The meta data that is displayed in the file detail\ndialog window. id3lib or media info dll is used for this.\ndefault=checked
  • MaxLogBuff Defines the amount of system memory eMule uses to display the logs.\nFor Windows 98 | ME a default of 64 kB is reserved, for Win 2k|XP\nit is 128 kB. In Win98|ME the buffer may not be larger than 64 kB.\nThe logs are rotating, i.e. if the buffer is filled up to its limit\nan old message is purged when a new one arrives (FIFO)."
   IDS_MAXCHATHISTORY_TIP  "Defines the maximum number of lines saved in the history of the irc\nmessages. After this value is reached the oldest message is\npurged on new entry (FIFO - First In First Out).\ndefault =100"

MaxChatHistory PreviewSmallBlocks= This function should be only activated when using VLC -\nVideoLAN Client to preview files. It allows to preview multimedia\nfiles when at least 16 kB data for .mpeg files or 256 kB data for\nall other multimedia content (.avi, CD-Images with multimedia\ncontent) has been downloaded. Using this option the 'Create backup\nfor preview' setting has to be deactivated in the 'Video\nPlayer' dialog. Note that vlc version 8.5 and higher seem to\nhave some problems with broken indexes"

  • RestoreLastMainWndDlg = eMule remembers which of the main windows \n(Kademlia, Server, Transfer, was open, when before application exit \nand restores it. (default = unchecked)
  • RestoreLastLogPane
  • PreviewCopiedArchives
  • StraightWindowStyles

LogFileFormat RTLWindowsLayout PreviewOnIconDblClk InternetSecurityZone TxtEditor datetimeformat ServerUDPPort RemoveFilesToBin HighresTimer TrustEveryHash InspectAllFileTypes maxmsgsessions PreferRestrictedOverUser UseUserSortedServerList WebFileUploadSizeLimitMB AllowedIPs DebugSearchResultDetailLevel CryptTCPPaddingLength

Personal tools