Now the avconv converter checks which disc types supports
Fixed a bug in the converter class: now really returns the desired film converter
This commit is contained in:
parent
8773cebfda
commit
a42d8161f5
3 changed files with 71 additions and 7 deletions
|
|
@ -25,6 +25,7 @@ from gi.repository import Gtk
|
|||
import devede.project
|
||||
import devede.configuration_data
|
||||
import devede.choose_disc_type
|
||||
import devede.converter
|
||||
|
||||
config_data = devede.configuration_data.configuration.get_config()
|
||||
|
||||
|
|
@ -46,5 +47,7 @@ Gtk.init(sys.argv)
|
|||
|
||||
mwindow = devede.project.devede_project()
|
||||
ask_type = devede.choose_disc_type.choose_disc_type()
|
||||
# this allows to check the availability of all the programs needed for Devede
|
||||
devede.converter.converter.get_converter()
|
||||
Gtk.main()
|
||||
config_data.save_config()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue