Documentation - How to use track types
This commit is contained in:
parent
386918da2b
commit
33928eaf73
|
@ -12,3 +12,6 @@ The following are step-by-step instructions derived from the LibreTime tutorials
|
|||
* [How to setup an intro playlist](intro-playlist.md)
|
||||
* [How to setup an outro playlist with ambient music](outro-playlist.md)
|
||||
* [How to setup latest podcast episode to play with autoloading playlist](podcast.md)
|
||||
|
||||
##Adminstrators How Tos##
|
||||
* [How to add track types](track-types.md)
|
|
@ -0,0 +1,38 @@
|
|||
# How to add track types
|
||||
|
||||
**Audience**: Adminstrators
|
||||
|
||||
## Using track types when uploading tracks
|
||||
|
||||
1. Click **Upload**
|
||||
1. The default track type is 'Music'
|
||||
1. Click the drop down menu to select another type
|
||||
|
||||
Now when uploading tracks, they will be set with the track type that is selected. This helps organize your track files by the type of audio uploaded. Example, if you have a group of files for commercials that needs to be uploaded, choose "Commercial". Now when uploading that group of files, all your tracks will be set with the "Commercial" type. Commercial is included by default with LT, but you can create your own type in settings.
|
||||
|
||||
## Create track types
|
||||
|
||||
1. Click **Settings**
|
||||
1. Click **Track Types**
|
||||
1. Click **New Track Type**
|
||||
1. On the "Code" field, type a unique code that can be easily identifiable. Example, for Music use "MUS". If no code is typed, it will use the Track Type ID number instead. If admin prefers using ID numbers, leave this field as it is or blank to automatically add it.
|
||||
1. On the "Type Name" field, type a the name of the type of tracks. Example, "Station IDs".
|
||||
1. On the "Description" field, enter the description of the type given.
|
||||
1. On the "Visibility" drop down menu, choose to enable or disable the track type. By default, it is enabled. If disabled, it won't be shown across Libretime, including in the API for developers.
|
||||
1. Click **Save**.
|
||||
|
||||
**Audience**: Program Managers and Djs
|
||||
|
||||
## Using track types with the uploaded tracks
|
||||
|
||||
1. Click **Dashboard**.
|
||||
1. Select a track and click **Edit**
|
||||
1. On "Track Type" drop down menu, select the type you would like use. Only the enabled track types that were added in Settings > Track Types will be shown here.
|
||||
1. Click **Save**.
|
||||
|
||||
## Using track types in Smart Blocks
|
||||
|
||||
1. Click **Smart Blocks**.
|
||||
1. On "Select criteria" drop down menu, select "Track Type"
|
||||
1. On "Select modifier" drop down menu, select "is" or "is not"
|
||||
1. On "Select Track Type" drop down menu, select the track type.
|
Loading…
Reference in New Issue