File: presets.rst

package info (click to toggle)
linux-show-player 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,896 kB
  • sloc: python: 12,408; sh: 154; makefile: 17; xml: 8
file content (44 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Presets
=======

Allow to create, edit, import and export presets for cues.

How to use
----------

The main interface is accessible via ``Tools > Presets``

.. image:: ../media/presets.png
    :alt: Linux Show Player - Presets
    :align: center

|

On the left the list of the available presets (sorted by name), double-click to
edit a preset. Multiple preset can be selected using the ``CTRL`` and ``SHIFT``.

On the right a series of buttons gives access to the following:

* **Add:** allow to manually create a preset
* **Rename:** rename the selected preset
* **Edit:** edit the selected preset
* **Remove:** remove the selected preset
* **Create Cue:** create a cue from the selected presets
* **Load on selected Cues:** load a preset on selected cues

On the bottom:

* **Export selected:** export the selected presets to a custom archive
* **Import:** import from an exported preset

.. Note::
    The archive use a custom extension to easily filer others files, but it's a
    standard zip file.

The following options are provided in the cue context menu (right-click):

* **Load preset:** load a preset on the cue
* **Save as preset:** save the cue settings as a preset

.. Note::
    Preset are saved under ``$HOME/.linux-show-player/presets/``