Now supports adding subtitles
Allows to cancel a job Allows to burn de image Show a progress bar when copying a file When adding a subtitles file, shows the last path used Fixed the progress bar for the number of jobs to do
This commit is contained in:
parent
4cc1bee474
commit
64a33e1c74
24 changed files with 495 additions and 35 deletions
2
setup.py
2
setup.py
|
|
@ -103,5 +103,5 @@ setup(
|
|||
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
|
||||
#data_files=[('share/devedeng/ui', ['ui/test.ui'])],
|
||||
data_files = get_data_files(),
|
||||
scripts=['src/devede_ng.py'],
|
||||
scripts=['src/devede_ng.py', 'src/copy_files_verbose.py'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue