~r-d-vaughan/lossless-cut/trunk

« back to all changes in this revision

Viewing changes to lossless_cut/usr/share/lossless_cut/importcode/common.py

  • Committer: R.D. Vaughan
  • Date: 2012-12-04 14:36:29 UTC
  • Revision ID: rdvlaunchpad@gmail.com-20121204143629-hopxfbikkdtm31n9
lossless-cut 0.2.1 release - Bug fixes, all error exit codes changed to comply with MythTV jobqueue standards, see change log

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
__author__ = 'R.D. Vaughan <rdvLaunchpad@gmail.com>'
25
25
__date__ = '$03/09/2012'
26
 
__version__ = '0.2.0'
 
26
__version__ = '0.2.1'
27
27
# Version change log:
28
28
# 0.1.0 Initial development
29
29
# 0.1.1 Alpha release
131
131
#       if the new configuration "error_detection" variables are used.
132
132
#       Remove all commented out code in anticipation that this release
133
133
#       will be the end of the beta and a move to maintenance mode.
 
134
# 0.2.1 Bug Fix:
 
135
#       Changed all abort condition exit codes so
 
136
#       that MythTV properly updates the jobqueue status to Errored.
 
137
#       The lossless_cut and keyframe_adjust shell scripts had hard coded
 
138
#       return values. This was changed to return the return values
 
139
#       actually generated by the two Lossless Cut user jobs.
 
140
#       Change:
 
141
#       lossless_cut.py will only generate a missing cut list from
 
142
#       a skip list when the new "-g" command line option is present.
 
143
#       Previosuly lossless_cut.py automatically generate a cutlist
 
144
#       from a skip list when no cut list existed.
134
145
#
135
146
__copyright__ = 'Copyright (c) 2012 R.D. Vaughan'
136
147
__license__ = 'GPLV2'