Renamed script
Added algorithms
This commit is contained in:
parent
f198f7d151
commit
6c5a21c59a
@ -21,3 +21,30 @@
|
||||
# (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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user