forked from Dramac/TriViSiJu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TriViSiJu.cfg
145 lines (142 loc) · 4.55 KB
/
TriViSiJu.cfg
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
######################################
;""" TriViSiJu: Graphical interface for the AstroJeune Festival
;
; Copyright (C) 2012 Jules DAVID, Tristan GREGOIRE, Simon NICOLAS and Vincent PRAT
;
; This file is part of TriViSiJu.
;
; TriViSiJu is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; TriViSiJu is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with TriViSiJu. If not, see <http://www.gnu.org/licenses/>.
;"""
;
; Fichier de paramètres de TriViSiJu
;
; Les paramètres sont sous la forme :
; nom: valeur
; Une section est définie par des crochets: [Nom de la section]
; Les lignes commençant par '#' et ';' sont des commentaires et ne sont pas pris en compte.
;
; Signification des paramètres
;
;; - Application -----------------------#
;forcebutton: True # Affiche les bouttons de controle des videos
;quitb: False # Si forcebutton=True, affiche le boutton quitter
;; - ScrollTextBox ---------------------#
;speed: 1.0 # Delay entre chaque ligne en [ms]
;crypt: True # Active le cryptage
;; - Videos ----------------------------#
;videopath: # Video panel
;videoend: # Video de fin de l'annimation
;; - Image -----------------------------#
;imagefile: # Fichier image pour le message (ex: photo astronaute)
;; - Mot de Passe ----------------------#
;passwd: mdp # Mot de passe pour le decryptage (ex: 12"edDES)
;; - Clé de lancement-------------------#
;launchkey: clé # Clé à rentrer pour le lancement avec la commande start
;; - Timer -----------------------------#
;timer: h m s cs # Réglage du timer : <h> [<m> [<s> [cs]]]
;timer_size: size # Taille en unité de caractères du timer
;; - Caractéristiques techniques -------#
;caract_delay: 800 # Temps en ms entre deux affichages
;caract_max_line: 15 # Nombre de ligne macimale à afficher
;caract_width: 35 # Taille en nombre de caractère d'une ligne
; - Alarm ------------------------------#
;alarm_file: # Fichier audio d'une alarme
#########################################
[Default]
# """ Configuration par defaut """
foreground: white
background: black
;; - Application -----------------------#
forcebutton: False
quitb: False
;; - ScrollTextBox ---------------------#
speed: 0.5
crypt: True
;; - Videos ----------------------------#
videopath:
videoend:
;; - Image -----------------------------#
imagefile:
;; - Mot de Passe ----------------------#
passwd: mdp
;; - Clé de lancement-------------------#
launchkey: clé
;; - Timer -----------------------------#
timer: 1 23 10 45
timer_size: 40
;; - Caractéristiques techniques -------#
caract_delay: 800
caract_max_line: 15
caract_width: 45
; - Alarm ------------------------------#
alarm_file:
# """ FIN SECTION """
[Debug]
# """ Configuration pour le debugage """
foreground: white
background: black
;; - Application -----------------------#
forcebutton: True
quitb: True
;; - ScrollTextBox ---------------------#
speed: 0.5
crypt: True
;; - Videos ----------------------------#
videopath:
videoend:
;; - Image -----------------------------#
imagefile:
;; - Mot de Passe ----------------------#
passwd: mdp
;; - Clé de lancement-------------------#
launchkey: clé
;; - Timer -----------------------------#
timer: 1 23 10 45
timer_size: 40
;; - Caractéristiques techniques -------#
caract_delay: 800
caract_max_line: 15
caract_width: 35
; - Alarm ------------------------------#
alarm_file:
# """ FIN SECTION """
[User]
# """ Configuration de l'utilisateur """
foreground: white
background: black
;; - Application -----------------------#
forcebutton: False
quitb: False
;; - ScrollTextBox ---------------------#
speed: 02
crypt: True
;; - Videos ----------------------------#
videopath:
videoend:
;; - Image -----------------------------#
imagefile:
;; - Mot de Passe ----------------------#
passwd: mdp
;; - Clé de lancement-------------------#
launchkey: clé
;; - Timer -----------------------------#
timer: 3 00 00 00
timer_size: 40
;; - Caractéristiques techniques -------#
caract_delay: 900
caract_max_line: 20
caract_width: 50
; - Alarm ------------------------------#
alarm_file:
# """ FIN SECTION """