@@ -9,6 +9,7 | |||||
9 | import subprocess No newline at end of file |
|
9 | import subprocess | |
10 | import commands No newline at end of file |
|
10 | import commands | |
11 | import shutil No newline at end of file |
|
11 | import shutil | |
|
12 | import functions2 No newline at end of file | |||
12 | No newline at end of file |
|
13 | ||
13 | #--------------------------------------------- Entero a cadena agregando ceros delante ------------------------------------------------- No newline at end of file |
|
14 | #--------------------------------------------- Entero a cadena agregando ceros delante ------------------------------------------------- | |
14 | No newline at end of file |
|
15 |
@@ -154,7 +154,7 | |||||
154 | No newline at end of file |
|
154 | ||
155 | def make_burning_conf(self): No newline at end of file |
|
155 | def make_burning_conf(self): | |
156 | var_file = open("burning.conf","w") |
|
156 | var_file = open("burning.conf","w") | |
No newline at end of file |
|
157 | var_n_burned_discs = ( ( (self.var_disc_n - 1) * self.var_Copys) + self.var_copy_n - 1 ) No newline at end of file | ||
157 | var_n_burned_discs = ( ( (self.var_disc_n - 1) * self.var_Copys) + self.var_copy_n -1 ) No newline at end of file |
|
|||
158 | var_file.write(str(var_n_burned_discs)+"\n") #0 Numero de discos ya grabados No newline at end of file |
|
158 | var_file.write(str(var_n_burned_discs)+"\n") #0 Numero de discos ya grabados | |
159 | var_file.write(str(self.var_disc_n)+"\n") #1 Disco actual para grabar No newline at end of file |
|
159 | var_file.write(str(self.var_disc_n)+"\n") #1 Disco actual para grabar | |
160 | var_file.write(str(self.var_copy_n)+"\n") #2 Numero de copia actual para grabar No newline at end of file |
|
160 | var_file.write(str(self.var_copy_n)+"\n") #2 Numero de copia actual para grabar |
@@ -32,8 +32,10 | |||||
32 | No newline at end of file |
|
32 | ||
33 | def setupUi2(self): No newline at end of file |
|
33 | def setupUi2(self): | |
34 |
|
34 | |||
No newline at end of file |
|
35 | self.var_real_iso = True | ||
35 | self.var_real = False |
|
No newline at end of file | ||
No newline at end of file |
|
36 | self.var_real_burn = False | ||
36 | No newline at end of file |
|
No newline at end of file | ||
|
37 | self.var_real_check = False | |||
|
No newline at end of file | ||||
|
38 | self.var_real_eject = False No newline at end of file | |||
37 | # Reconocimiento de los dispositivos de grabacion No newline at end of file |
|
39 | # Reconocimiento de los dispositivos de grabacion | |
38 | # functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file |
|
40 | # functions2.detect_devices(self) #busca los dispositivos de grabacion | |
39 | #################################### No newline at end of file |
|
41 | #################################### |
General Comments 0
You need to be logged in to leave comments.
Login now