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/01/26 03:12] – [Disable Speech] Scott Cunliffe | lite:config_file [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
The TMSSLite.cfg file allows TapeTrack administrators to customize the end-user experience for Lite users. You can insert, remove, and change the names of the tasks in the **Tape Management Task Menu**, limit functions of a [[object: | The TMSSLite.cfg file allows TapeTrack administrators to customize the end-user experience for Lite users. You can insert, remove, and change the names of the tasks in the **Tape Management Task Menu**, limit functions of a [[object: | ||
- | {{: | + | Any modifications made in the config file have only local effects not global. |
+ | < | ||
+ | // | ||
+ | // Sample TapeTrack Lite Configuration File | ||
+ | // | ||
+ | options= | ||
+ | { | ||
+ | | ||
+ | ( | ||
+ | { | ||
+ | filter=" | ||
+ | hidden=true; | ||
+ | }, | ||
+ | { | ||
+ | filter=" | ||
+ | hidden=true; | ||
+ | }, | ||
+ | { | ||
+ | filter=" | ||
+ | hidden=true; | ||
+ | }, | ||
+ | { | ||
+ | filter=" | ||
+ | hidden=true; | ||
+ | // text=" | ||
+ | }, | ||
+ | { | ||
+ | hidden=true; | ||
+ | text=" | ||
+ | // | ||
+ | command=" | ||
+ | filters=( "*this string will be excluded*", | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | // 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 15: | 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 34: | Line 80: | ||
The following script was used to alter the displayed Tape Management Task Menu: | The following script was used to alter the displayed Tape Management Task Menu: | ||
- | <sxh plain;> | + | <code plain;> |
menu= | menu= | ||
( | ( | ||
Line 64: | Line 110: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 70: | Line 116: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 87: | Line 133: | ||
| | ||
- | </sxh> | + | </code> |
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: |
* Place that command at a low location in the Tape Management Task Menu. | * Place that command at a low location in the Tape Management Task Menu. | ||
* 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 113: | Line 159: | ||
- | <sxh plain;> logfile=" | + | <code plain;> logfile=" |
Once the log file directory is specified in the configuration file, the log file location screen will no longer be displayed when selecting tasks in TapeTrack Lite. | Once the log file directory is specified in the configuration file, the log file location screen will no longer be displayed when selecting tasks in TapeTrack Lite. | ||
Line 123: | Line 169: | ||
For example, if you added the script: | For example, if you added the script: | ||
| | ||
- | <sxh> | + | <code> |
TapeTrack Lite will only display [[object: | TapeTrack Lite will only display [[object: | ||
Line 134: | Line 180: | ||
The TMSSLite.cfg sample file has the following example: | The TMSSLite.cfg sample file has the following example: | ||
- | <sxh>syslogd = { facility=" | + | <code>syslogd = { facility=" |
<- ^ lite: | <- ^ lite: | ||
Line 143: | Line 189: | ||
Change code | Change code | ||
- | <sxh> | + | <code> |
// | // | ||
// If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | ||
// | // | ||
// disablespeech=true; | // disablespeech=true; | ||
- | </sxh> | + | </code> |
to | to | ||
- | <sxh plain;> | + | <code plain;> |
// | // | ||
// If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | ||
// | // | ||
| | ||
- | </sxh> | + | </code> |
===== Variables ===== | ===== Variables ===== | ||
Line 171: | 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.1611630725.txt.gz · Last modified: 2025/01/21 22:07 (external edit)