lite:config_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lite:config_file [2021/09/02 01:21] – [Locating The Lite Config File] Scott Cunliffe | lite:config_file [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 31: | Line 31: | ||
}, | }, | ||
{ | { | ||
- | hidden=true; | + | |
- | | + | text=" |
- | | + | // |
- | | + | command=" |
- | | + | filters=( "*this string will be excluded*", |
} | } | ||
); | ); | ||
Line 47: | Line 47: | ||
The Lite config file (TMSSLite.cfg) is located in the TapeTrack directory at \TapeTrack\TapeTrack Lite\TMSSLite.cfg | The Lite config file (TMSSLite.cfg) is located in the TapeTrack directory at \TapeTrack\TapeTrack Lite\TMSSLite.cfg | ||
+ | |||
+ | <note important> | ||
Open the file in a plain text editor, such as Notepad. | Open the file in a plain text editor, such as Notepad. | ||
Line 59: | Line 61: | ||
Being a local modification, | Being a local modification, | ||
- | {{:lite:lite_config_menu.png}} | + | {{lite_config_menu.png}} |
There are several commands that can be used under the '' | There are several commands that can be used under the '' | ||
Line 108: | Line 110: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 114: | Line 116: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 134: | Line 136: | ||
The above script provides the necessary components to: | The above script provides the necessary components to: | ||
- | * Hide any command with the String Guide, Users, Upload or Outlook. | + | * Hide any command with the String Guide, Users, Upload, SCSI, Excel, Library Management, List or Outlook. |
- | * Change the displayed name of the **[[lite: | + | * Change the displayed name of the **[[lite: |
* Place the **Send** function at the top of the drop-down list. | * Place the **Send** function at the top of the drop-down list. | ||
- | * Change the name of the **[[lite: | + | * Change the name of the **[[lite: |
* Place the **Recall** function second in the drop-down list. | * Place the **Recall** function second in the drop-down list. | ||
* Add a command to the Tape Management Task Menu that runs [[cli: | * Add a command to the Tape Management Task Menu that runs [[cli: | ||
Line 143: | Line 145: | ||
* Change the Save Location for Log Files. | * Change the Save Location for Log Files. | ||
- | **Note**: the sequence numbers 01 and 02 were used to indicate that they came before the default first sequence number of " | + | **Note**: the sequence numbers 01 and 02 were used to indicate that they came before the default first sequence number of " |
===Modified Menu View=== | ===Modified Menu View=== | ||
- | {{: | + | {{modified_menu.png}} |
Line 215: | Line 217: | ||
===== Notifications ===== | ===== Notifications ===== | ||
+ | Lite will display various notifications in the lower right of your display at different times. | ||
+ | For example when logging on to Lite, a notification will display a welcome message and the last IP address used to logon. | ||
+ | |||
+ | {{logon_notification.png}} | ||
+ | |||
+ | By default the notifications section of Lite blocks Library Health Warnings as this notification is more relevant in TapeMaster. | ||
+ | |||
+ | < | ||
+ | notifications = | ||
+ | { | ||
+ | | ||
+ | ( | ||
+ | { | ||
+ | title=" | ||
+ | } | ||
+ | ) | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | It is possible to block other notifications, | ||
+ | |||
+ | < | ||
+ | notifications = | ||
+ | { | ||
+ | | ||
+ | ( | ||
+ | { | ||
+ | title=" | ||
+ | }, | ||
+ | { | ||
+ | title=" | ||
+ | } | ||
+ | ) | ||
+ | }; | ||
+ | </ | ||
lite/config_file.1630545699.txt.gz · Last modified: 2025/01/21 22:07 (external edit)