@@ -8,8 +8,9 @@ Splits big audio tracks and automatically embeds tags using the information
88contained in the associated ** "CUE"** sheet. It supports multiple CUE sheet
99encodings and many input formats (due to FFmpeg), including APE format, without
1010need installing extra audio libs and packages. It has the ability to accept both
11- files and directories as input while also working in recursive mode. Can be used
12- both as a Python module and from command line.
11+ files and directories as input while also working in recursive mode. It can be
12+ used either as a [ Python module] ( https://github.com/jeanslack/FFcuesplitter#using-python )
13+ or from the [ command line] ( https://github.com/jeanslack/FFcuesplitter#using-command-line ) .
1314
1415## Features
1516
@@ -23,7 +24,7 @@ both as a Python module and from command line.
2324- Auto-tag from CUE file data.
2425- Features automatic character set detection for CUE files (via [ chardet] ( https://pypi.org/project/chardet/ ) ).
2526- Works on Linux, MacOs, FreeBSD, Windows.
26- - Can be used both as a Python module and in command line mode .
27+ - It can be used either as a Python module or from the command line.
2728
2829## Requires
2930
@@ -92,7 +93,7 @@ and saves them in the `my_awesome_tracklist` directory.
9293
9394## License and Copyright
9495
95- Copyright (C) 2023 Gianluca Pernigotto
96- Author and Developer: Gianluca Pernigotto
97- Mail: < jeanlucperni@gmail.com >
98- License: GPL3 (see LICENSE file in the source directory)
96+ Copyright: (C) 2024 Gianluca Pernigotto
97+ Author and Developer: Gianluca Pernigotto
98+ Mail: < jeanlucperni@gmail.com >
99+ License: GPL3 (see LICENSE file in the source directory)
0 commit comments