Renamed script

Added algorithms
This commit is contained in:
Alexis Lahouze 2009-04-24 22:42:05 +02:00
parent f198f7d151
commit 6c5a21c59a
1 changed files with 28 additions and 1 deletions

View File

@ -20,4 +20,31 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
#
# TODO : read parameters
# TODO : scan source folder
# TODO : for each avi file
# * check naming conventions (avi file and subtitles)
# * for each subtitle corresponding to avi file
# * get subtitle language
# * build mkvmerge parameters
# * call mkvmerge to build new mkvfile
# * move file to dest folder
# * remove source files (avi file and subtitles)
# * update database (insert)
# TODO : for each mkv file
# * check naming conventions (mkv file and subtitles)
# * for each subtitle corresponding to mkv file
# * get subtitle language
# * build mkvmerge parameters
# * call mkvmerge to build new mkvfile
# * move file to dest folder
# * remove source files ( subtitles)
# * update database (update)