summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* add additional TODOs HEAD masterakspecs2021-12-221-0/+14
| | | | | | | new additions TODO: - sanity checks to ensure inputs make sense - multi-format compatibility to split/convert to and from - automation
* split_album.py: reword description - album/playlistakspecs2021-11-071-2/+2
| | | | also, chmod 755 split_album.py
* split_album.py: change input_file to input_txt_fileakspecs2021-11-061-3/+4
| | | | | | | input_file is more ambiguous than input_txt_file, especially when certain functions take two files as inputs, e.g. input_txt_file and multimedia_file are two unambigious file inputs, as opposed to input_file and multimedia_file
* initial commitakspecs2021-11-061-0/+158
adds WIP script, split_album.py, that accepts a pair of arguments in the form of an input text file with timestamps and titles, as well as the path of the multimedia file to clip/split from.