Now allows to rename titles just by double-clicking on them
This commit is contained in:
parent
88b23ca8ea
commit
34670d3ebd
3 changed files with 17 additions and 3 deletions
|
|
@ -178,6 +178,11 @@ class file_movie(devede.interface_manager.interface_manager):
|
|||
self.error = False
|
||||
|
||||
|
||||
def set_title(self,new_title):
|
||||
self.title_name = new_title
|
||||
self.emit('title_changed',self.title_name)
|
||||
|
||||
|
||||
def get_estimated_size(self):
|
||||
""" Returns the estimated final file size, in kBytes, based on the final audio and video rate, and the subtitles """
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue