Now allows to rename titles just by double-clicking on them

This commit is contained in:
Sergio Costas 2014-12-07 18:31:57 +01:00
parent 88b23ca8ea
commit 34670d3ebd
3 changed files with 17 additions and 3 deletions

View file

@ -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 """