Updated to version 4.13.0
This commit is contained in:
parent
5e64ed7693
commit
d80f055351
3 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# History of versions #
|
# History of versions #
|
||||||
|
|
||||||
|
* version 4.13.0 (2019-01-27)
|
||||||
|
* Allows to add separators in the menu, to group videos in pages
|
||||||
|
|
||||||
* version 4.12.0 (2018-06-28)
|
* version 4.12.0 (2018-06-28)
|
||||||
* Now ensures that the audio bitrate is always a legal value
|
* Now ensures that the audio bitrate is always a legal value
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,12 @@ Devede NG is a rewrite of the Devede DVD disc authoring program. This new
|
||||||
code has been written from scratch, and uses Python3 and Gtk3. It is also
|
code has been written from scratch, and uses Python3 and Gtk3. It is also
|
||||||
cleaner, which will allow to add new features in the future.
|
cleaner, which will allow to add new features in the future.
|
||||||
|
|
||||||
|
|
||||||
## INSTALLING DEVEDE NG ##
|
## INSTALLING DEVEDE NG ##
|
||||||
|
|
||||||
Just type:
|
Just type:
|
||||||
|
|
||||||
sudo ./setup.py install
|
sudo ./setup.py install
|
||||||
|
|
||||||
|
|
||||||
## USING DEVEDE NG ##
|
## USING DEVEDE NG ##
|
||||||
|
|
||||||
Devede NG is very similar to the old devede, with the
|
Devede NG is very similar to the old devede, with the
|
||||||
|
|
@ -34,7 +32,6 @@ The current visible changes are quite small in number:
|
||||||
* Allows to choose the subtitle colors
|
* Allows to choose the subtitle colors
|
||||||
* Allows to choose between MP2 and AC3 audio for menus
|
* Allows to choose between MP2 and AC3 audio for menus
|
||||||
|
|
||||||
|
|
||||||
## THINGS TO DO ##
|
## THINGS TO DO ##
|
||||||
|
|
||||||
Some of the future ideas to add to Devede NG are, without an specific order:
|
Some of the future ideas to add to Devede NG are, without an specific order:
|
||||||
|
|
@ -44,7 +41,6 @@ Some of the future ideas to add to Devede NG are, without an specific order:
|
||||||
* allow to replace the movie's audio track with one or several MP3 or OGG audio files
|
* allow to replace the movie's audio track with one or several MP3 or OGG audio files
|
||||||
* preview of a converted menu
|
* preview of a converted menu
|
||||||
|
|
||||||
|
|
||||||
## CONTACTING THE AUTHOR ##
|
## CONTACTING THE AUTHOR ##
|
||||||
|
|
||||||
Sergio Costas Rodriguez
|
Sergio Costas Rodriguez
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -84,7 +84,7 @@ except:
|
||||||
setup(
|
setup(
|
||||||
name='devedeng',
|
name='devedeng',
|
||||||
|
|
||||||
version='4.12.99',
|
version='4.13.0',
|
||||||
|
|
||||||
description='A video DVD creator',
|
description='A video DVD creator',
|
||||||
long_description="A program that allows to create video DVDs",
|
long_description="A program that allows to create video DVDs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue