##// END OF EJS Templates
continuar grabacion ok...
ralonso -
r72:73
parent child
Show More
@@ -257,3 +257,13
257 No newline at end of file
257
258 return var_lines No newline at end of file
258 return var_lines
259 No newline at end of file
259
260 def cmd_iso(self):
No newline at end of file
261 var_Rpath_ppath=self.var_Rpath+"/ppath"
No newline at end of file
262 var_Rpath_iso=self.var_Rpath+"/iso"
No newline at end of file
263 #comando para la creacion del archivo.iso
No newline at end of file
264 file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+i2s(self.var_disc_n)+".dat"
No newline at end of file
265 file_iso=var_Rpath_iso+"/"+i2s(self.var_disc_n)+".iso"
No newline at end of file
266 var_cmd = 'genisoimage -hide-joliet-trans-tbl -joliet-long -r '
No newline at end of file
267 var_cmd += ' -A '+self.var_Elabel+' -V '+self.var_Elabel
No newline at end of file
268 var_cmd += ' -graft-points -path-list '+ file_dat+' -o '+file_iso
No newline at end of file
269 return var_cmd No newline at end of file
@@ -53,6 +53,8
53 #----------------------------------- expulsa los dispositivos de grabacion -------------------------------------------- No newline at end of file
53 #----------------------------------- expulsa los dispositivos de grabacion --------------------------------------------
54 No newline at end of file
54
55 def eject_devices(self): No newline at end of file
55 def eject_devices(self):
56 self.txtInfo.append("Ejecting recording devices")
No newline at end of file
57 return No newline at end of file
56 for var_dev in self.var_devices: No newline at end of file
58 for var_dev in self.var_devices:
57 var_cmd = 'eject ' + var_dev No newline at end of file
59 var_cmd = 'eject ' + var_dev
58 commands.getstatusoutput(var_cmd) No newline at end of file
60 commands.getstatusoutput(var_cmd)
@@ -1,7 +1,7
1 <?xml version="1.0" encoding="UTF-8"?> No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> No newline at end of file
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd">
3 <!-- eric4 project file for project jro_backup_manager -->
3 <!-- eric4 project file for project jro_backup_manager -->
No newline at end of file
4 <!-- Saved: 2010-05-24, 15:03:39 --> No newline at end of file
4 <!-- Saved: 2010-05-24, 08:55:25 --> No newline at end of file
5 <!-- Copyright (C) 2010 , --> No newline at end of file
5 <!-- Copyright (C) 2010 , -->
6 <Project version="4.6"> No newline at end of file
6 <Project version="4.6">
7 <Language>en</Language> No newline at end of file
7 <Language>en</Language>
@@ -39,6 +39,7
39 self.var_Copys = 0 #Numero de copias No newline at end of file
39 self.var_Copys = 0 #Numero de copias
40 self.var_disc_n = 0 No newline at end of file
40 self.var_disc_n = 0
41 self.var_copy_n = 0 No newline at end of file
41 self.var_copy_n = 0
42 self.var_burned_discs = 0 No newline at end of file
42 No newline at end of file
43
43 self.var_list=[] No newline at end of file
44 self.var_list=[]
44 self.var_sublist=[] No newline at end of file
45 self.var_sublist=[]
General Comments 0
You need to be logged in to leave comments. Login now