-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from jeanslack/release
ready for release
- Loading branch information
Showing
6 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ Copyright: (C) 2024 Gianluca Pernigotto <[email protected]> | |
Contributors: | ||
@jeanslack (Gianluca Pernigotto) | ||
@tsweet (Tim Sweet) | ||
@alecchangod (Alec Chan) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ Splits big audio tracks and automatically embeds tags using the information | |
contained in the associated **"CUE"** sheet. It supports multiple CUE sheet | ||
encodings and many input formats (due to FFmpeg), including APE format, without | ||
need installing extra audio libs and packages. It has the ability to accept both | ||
files and directories as input while also working in recursive mode. Can be used | ||
both as a Python module and from command line. | ||
files and directories as input while also working in recursive mode. It can be | ||
used either as a [Python module](https://github.com/jeanslack/FFcuesplitter#using-python) | ||
or from the [command line](https://github.com/jeanslack/FFcuesplitter#using-command-line). | ||
|
||
## Features | ||
|
||
|
@@ -23,7 +24,7 @@ both as a Python module and from command line. | |
- Auto-tag from CUE file data. | ||
- Features automatic character set detection for CUE files (via [chardet](https://pypi.org/project/chardet/)). | ||
- Works on Linux, MacOs, FreeBSD, Windows. | ||
- Can be used both as a Python module and in command line mode. | ||
- It can be used either as a Python module or from the command line. | ||
|
||
## Requires | ||
|
||
|
@@ -92,7 +93,7 @@ and saves them in the `my_awesome_tracklist` directory. | |
|
||
## License and Copyright | ||
|
||
Copyright (C) 2023 Gianluca Pernigotto | ||
Author and Developer: Gianluca Pernigotto | ||
Mail: <[email protected]> | ||
License: GPL3 (see LICENSE file in the source directory) | ||
Copyright: (C) 2024 Gianluca Pernigotto | ||
Author and Developer: Gianluca Pernigotto | ||
Mail: <[email protected]> | ||
License: GPL3 (see LICENSE file in the source directory) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
Compatibility: Python3 | ||
Platform: all platforms | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyright: (C) 2023 Gianluca Pernigotto <[email protected]> | ||
Copyright: (C) 2024 Gianluca Pernigotto <[email protected]> | ||
license: GPL3 | ||
Rev: Feb 02 2023 | ||
Rev: Jan 07 2024 | ||
Code checker: flake8, pylint | ||
######################################################## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
__maintainer_contact__ = "[email protected]" | ||
__copyleft__ = '2024' | ||
__version__ = '1.0.23' | ||
__release__ = 'August 12 2023' | ||
__release__ = 'January 09 2024' | ||
__appname__ = "FFcuesplitter" | ||
__packagename__ = "ffcuesplitter" | ||
__license__ = "GPL3 (Gnu Public License)" | ||
|
Binary file not shown.