What's Changed
- Fix #40 `ffcuesplitter.log incomplete when there are multiple .cue files in the same directory.
- Update copyleft Year.
- Fix #37
FFcuesplitter: error: argument --ffmpeg-add-params: expected one argument
. Updated help forffmpeg-add-params
parameter using the command line. - Due to known issue in FFmpeg with cutting FLAC files, the
copy
option has been removed from the-f
,--output-format
parser argument to splitting FLAC files without re-encoding. To force this behavior, e.g. the source file is not in FLAC format, use the--ffmpeg-add-params
argument and add-c copy
parameter to split files without re-encoding, for instance:--ffmpeg-add-params='-c copy'
. This partially fix #37 too. - Changed
--format-type
flag argument to--output-format
argument using command line argparser,output_format
using Python. - New feature, added
-del
flag to remove original files on split operations #38 . - Improved the writing of track titles to files preserving the original titles to be used for metadata (Tag). This would lead to increased portability of files on any file system of any OS.
- Documentation and wiki pages updated with new additions and changes.
- Changed
-metadata
tometadata:s:a:0
and added-map 0
trying to fix issue #30 . - Drop support for Python 3.8 (EOL).