Now shows the duration of each title

This commit is contained in:
Sergio Costas 2014-12-07 19:10:51 +01:00
parent 34670d3ebd
commit d830276387
3 changed files with 39 additions and 5 deletions

View file

@ -183,6 +183,10 @@ class file_movie(devede.interface_manager.interface_manager):
self.emit('title_changed',self.title_name)
def get_duration(self):
return self.original_length
def get_estimated_size(self):
""" Returns the estimated final file size, in kBytes, based on the final audio and video rate, and the subtitles """