Added support for setting the properties of several video files in a single step
Fixed little bug when setting the PAL/NTSC toggle in the file properties dialog
This commit is contained in:
parent
7646cdaf7e
commit
7c1766d25f
5 changed files with 269 additions and 75 deletions
|
|
@ -630,4 +630,10 @@ class devede_project:
|
|||
if (len(error_list)!=0):
|
||||
devede.message.message_window(_("The following files in the project could not be added again:"),_("Error while adding files"),error_list)
|
||||
self.set_interface_status(None)
|
||||
self.refresh_disc_usage()
|
||||
self.refresh_disc_usage()
|
||||
|
||||
|
||||
def on_multiproperties_activate(self,b):
|
||||
|
||||
e = devede.file_movie.file_movie(None,self.get_all_files())
|
||||
e.properties()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue