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:15] – 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*", |
} | } | ||
); | ); | ||
// file truncated for display purposes | // file truncated for display purposes | ||
- | | + | </ |
+ | |||
+ | ===== Locating The Lite Config File ===== | ||
+ | |||
+ | The default installation location of TapeTrack Lite is at C:\Program Files\TapeTrack\TapeTrack Lite. This location can be modified at installation to suit your requirements if required. | ||
+ | |||
+ | 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. | ||
===== Customizing the Library Management Tasks Menu ===== | ===== Customizing the Library Management Tasks Menu ===== | ||
Line 51: | 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 100: | Line 110: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 106: | Line 116: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 126: | 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 135: | 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 207: | 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.1630545349.txt.gz · Last modified: 2025/01/21 22:07 (external edit)