Commit graph

200 commits

Author SHA1 Message Date
Sergio Costas
15e237bab2 Now supports both old and new AVConv versions
Added unitary test to ensure that the version check of AVConv works fine
2015-08-30 01:09:18 +02:00
Sergio Costas
3c1c32b4de Removed blank lines 2015-08-25 15:39:27 +02:00
Sergio Costas
f8cc036f51 Merge branch 'master' of https://github.com/rastersoft/devedeng 2015-08-22 19:19:49 +02:00
Sergio Costas
206ab4528f Added History file 2015-08-22 19:19:31 +02:00
Sergio Costas
e70af5c5cc Merge pull request #16 from klarkc/master
Added manual chapters entry
2015-08-20 21:41:30 +02:00
klarkc
79725e337b Fixed: local variable 'manual_chapter_list' referenced before assignment 2015-08-19 16:17:39 -03:00
klarkc
06d04c40c4 Added manual chapters entry 2015-08-19 12:50:01 -03:00
Sergio Costas
41ca337a70 Merge pull request #11 from glenntanner3/avconv_update
Added audio bitrate check for mp2.Updated avconv scale options.
2015-07-03 22:23:39 +02:00
glenntanner3
72815ecbf2 Added audio bitrate check for mp2.Updated avconv scale options. 2015-07-03 09:02:46 -04:00
Sergio Costas
bf847b505b Merge pull request #5 from glenntanner3/dbl_quote
Added regex to escape double quote character in filenames
2015-07-03 11:42:33 +02:00
Sergio Costas
1dcaa6f6c0 Merge branch 'master' of https://github.com/rastersoft/devedeng 2015-06-30 01:09:34 +02:00
Sergio Costas
0ad10c2af1 Fixed dependencies in DEB package
Trying to fix a bug with stream numbering
2015-06-30 01:08:49 +02:00
glenntanner3
2a4919e85f removed regex replacement and used str.replace function instead 2015-05-18 18:39:29 -04:00
glenntanner3
2ccf541835 Added regex to escape double quote charater in filenames 2015-05-18 13:54:38 -04:00
Sergio Costas
b9036954b4 Merge pull request #3 from glenntanner3/playall_option
'Play All' option
2015-04-30 22:44:14 +02:00
glenntanner3
256e3326ff fix comment 2015-04-30 15:29:09 -04:00
glenntanner3
587a2b6e83 merged upstream 2015-04-30 15:22:50 -04:00
glenntanner3
8131fccd1f Account for autoplay.if play_all is enabled AND auto_play is enabled then auto play all 2015-04-30 15:20:01 -04:00
glenntanner3
d152729d2d Fixed play_all dvd code.Successfully created DVD with playall option enabled and disabled.'Play All' plays all titles then returns to the menu.Titles play then preform user defined action. 2015-04-30 15:11:15 -04:00
glenntanner3
70c8a709b2 First working version of 'Play All' option.Set 'Play All' menu option to off by default.TODO: Test 2015-04-30 13:57:55 -04:00
glenntanner3
516ae862b4 Update UI when play_all option is changed.Fix return value check.Add 'Play All' to dvd menu preview. 2015-04-29 17:04:19 -04:00
Sergio Costas
cdd98970b2 Added missing dependencies for deb and rpm packages
Added license file
2015-04-29 13:44:39 +02:00
glenntanner3
a9b8d4bb2b Update UI to include a 'Play All' option.Add 'play_all' group for UI.Pass 'play_all_opt' to dvdauthor. 2015-04-28 16:04:32 -04:00
Sergio Costas
db0156a460 Changed identifier to stable 2015-04-26 00:45:59 +02:00
Sergio Costas
32fb3f4bbf Set version to 4.0 to make progression from the old Devede 2015-04-26 00:41:09 +02:00
Sergio Costas
13a6e8a7af Updated to use pkg_resources
Added RPM data
2015-04-23 16:01:38 +02:00
Sergio Costas
8a0241b934 Added more types 2015-02-01 19:10:54 +01:00
Sergio Costas
c9be3daa05 Updated README.md file 2015-02-01 16:52:12 +01:00
Sergio Costas
b9ddb0a915 Now uses the version number available in the CONFIGURATION_DATA file for the setup process
Fixed the icon name in the .desktop file
2015-02-01 16:49:08 +01:00
Sergio Costas
6d041a3dcf Forgot to update setup.py 2015-01-29 00:41:10 +01:00
Sergio Costas
7d8dad542b Version beta 11 2015-01-29 00:38:10 +01:00
Sergio Costas
bc6fa87b3c Renamed module from devede to devedeng
Now it uses the 'locale' folder to create the locales list names.
2015-01-29 00:34:47 +01:00
Sergio Costas
cfb9238a73 Fixed file name 2015-01-28 23:57:17 +01:00
Sergio Costas
d6307e572e Dependencies for a debian package 2015-01-28 23:54:25 +01:00
Sergio Costas
21d5b8c87b Changes to allow to generate a .deb package 2015-01-28 23:53:52 +01:00
Sergio Costas
61dff3a875 Fixed version name in the setup.py file 2015-01-28 17:07:06 +01:00
Sergio Costas
637d210199 Now jumps to the desired next video when the current movie ends and the creator set it to jump to another menu entry 2015-01-22 00:38:29 +01:00
Sergio Costas
f765450864 Now doesn't fail with AVPROBE or FFPROBE if a file doesn't have streams 2015-01-16 01:30:44 +01:00
Sergio Costas
0a437b5bbb Updated to beta 8 2014-12-28 18:55:34 +01:00
Sergio Costas
be37896b73 Updated install file 2014-12-28 18:52:04 +01:00
Sergio Costas
902b6affd3 Removed unused devedesans file 2014-12-28 18:21:05 +01:00
Sergio Costas
7f33af96aa Cleaner code for ffprobe and avprobe backends
Better detection of duration when using ffprobe or avprobe
2014-12-28 18:10:26 +01:00
Sergio Costas
ac784e354f Added a trick to read the duration when the JSON data doesn't contain it, by using the human readable part 2014-12-28 16:15:13 +01:00
Sergio Costas
13735fc2e2 Moved the priority of MPLAYER on top of AVPROBE and FFPROBE until I discover what the f*** is happening with some data fields 2014-12-28 11:40:32 +01:00
Sergio Costas
b8eca92589 Updated README file 2014-12-28 01:08:16 +01:00
Sergio Costas
7d2ffe8371 Changed the ffprobe command line too 2014-12-28 00:58:09 +01:00
Sergio Costas
ddb97c1970 Now checks that the desired parameters are available 2014-12-28 00:53:49 +01:00
Sergio Costas
dbf60833f6 Beta 6 2014-12-28 00:47:15 +01:00
Sergio Costas
6dbb53332a Fixed AVPROBE command line 2014-12-28 00:46:13 +01:00
Sergio Costas
627a7ba4de Launched beta 5 2014-12-27 22:35:17 +01:00