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 [2017/11/03 16:37] – [Lite Configuration File] dcumming | lite:config_file [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Lite Configuration File ====== | ====== Lite Configuration File ====== | ||
- | 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 lite: | + | 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 |
- | {{: | + | 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 ===== | ||
- | The "menu =" | + | The '' |
+ | |||
+ | Tasks can be added, hidden, reordered, and renamed to address the specific needs of an organization or individual. | ||
+ | |||
+ | <note tip> | ||
+ | |||
+ | Being a local modification, | ||
- | {{:lite:lite_config_menu.png}} | + | {{lite_config_menu.png}} |
- | There are several commands that can be used under the **menu** command: | + | There are several commands that can be used under the '' |
- | * **< | + | * **< |
- | * **filter** - filter is used to isolate the pre-existing command that you would like to alter. TapeTrack Filters can be used in this section. For example, the above script uses " filter=" | + | * **filter** - filter is used to isolate the pre-existing command that you would like to alter. TapeTrack Filters can be used in this section. For example, the above script uses " filter=" |
- | * **hidden** - hidden can either be true or false and will dictate whether or not a Library | + | * **hidden** - hidden can either be true or false and will dictate whether or not a Tape Management Task Menu appears in the menu. |
- | * **text** - text indicates what will be displayed in the Library | + | * **text** - text indicates what will be displayed in the Tape Management |
- | * **sequence** - sequence indicates where in the Library | + | * **sequence** - sequence indicates where in the Tape Management |
===Default Menu View=== | ===Default Menu View=== | ||
{{lite: | {{lite: | ||
- | In this example, Scan-In would be the first option. It thus has a sequence number of 10. Likewise, List is the sixth option and thus has a sequence number of 60. To put a custom command between Recall and Manage, you could use the number " | + | In this example, |
- | * **command** - command can be used to add a command line function to the Library | + | * **command** - command can be used to add a command line function to the Tape Management |
**Example** | **Example** | ||
- | The following script was used to alter the displayed | + | The following script was used to alter the displayed |
- | < | + | < |
menu= | menu= | ||
( | ( | ||
Line 53: | Line 105: | ||
// | // | ||
| | ||
- | | + | |
}, | }, | ||
{ | { | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 64: | Line 116: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 74: | Line 126: | ||
} | } | ||
); | ); | ||
+ | |||
+ | // | ||
+ | // If you specify a valid logfile value the logfile dialog will not be displayed | ||
+ | // | ||
+ | |||
+ | | ||
+ | |||
</ | </ | ||
+ | |||
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, SCSI, Excel, Library Management, List or Outlook. |
- | change | + | * Change |
- | place the Send function at the top of the list | + | * Place the **Send** function at the top of the drop-down |
- | change | + | * Change |
- | place the Recall function second in the list | + | * Place the **Recall** function second in the drop-down |
- | add a command to the Management | + | * Add a command to the Tape Management |
- | place that command at a low location in the sequence. | + | * Place that command at a low location in the Tape Management Task Menu. |
- | **Note**: the sequence numbers 01 and 02 were used to indicate that they came before the default first sequence number of " | + | * 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 " | ||
===Modified Menu View=== | ===Modified Menu View=== | ||
- | {{: | + | {{modified_menu.png}} |
Line 94: | Line 156: | ||
The default save location is " %HOMEDRIVE%HOMEPATH\\Documents "; | The default save location is " %HOMEDRIVE%HOMEPATH\\Documents "; | ||
- | To change where the log file is saved uncomment | + | To change where the log file is saved uncommented |
- | < | + | < |
- | 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 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 |
===== Repository Filter ===== | ===== Repository Filter ===== | ||
- | Changing the "localrepositoryfilter" | + | Changing the **localrepositoryfilter** variable will limit Lite users to only see a specific |
- | | + | |
- | TapeTrack Lite will only display repository | + | For example, if you added the script: |
+ | |||
+ | < | ||
+ | TapeTrack Lite will only display | ||
+ | |||
===== Route Log Files to a Syslogd Service ===== | ===== Route Log Files to a Syslogd Service ===== | ||
- | Additionally, | + | If you have a syslogd service setup, you can configure |
- | | + | |
+ | The TMSSLite.cfg sample file has the following example: | ||
+ | |||
+ | < | ||
<- ^ lite: | <- ^ lite: | ||
===== Disable Speech ===== | ===== Disable Speech ===== | ||
- | You can stop Lite verbalizing scanning errors by uncommenting (remove < | + | You can stop TapeTrack |
- | < | + | |
+ | Change code | ||
+ | < | ||
+ | // | ||
+ | // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | ||
+ | // | ||
+ | // | ||
+ | </ | ||
+ | |||
+ | to | ||
+ | |||
+ | <code plain;> | ||
+ | // | ||
+ | // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | ||
+ | // | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ===== Variables ===== | ||
+ | |||
+ | ===== Servers ===== | ||
+ | |||
+ | ===== Allocation ===== | ||
+ | |||
+ | ===== Routing ===== | ||
+ | |||
+ | ===== Barcodes ===== | ||
+ | |||
+ | ===== 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.1509727068.txt.gz · Last modified: 2025/01/21 22:07 (external edit)