Skip to content

Commit

Permalink
Merge pull request #35 from jeanslack/release
Browse files Browse the repository at this point in the history
ready for release
  • Loading branch information
jeanslack authored Jan 9, 2024
2 parents c593b7e + 5a68390 commit a3ef76d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Copyright: (C) 2024 Gianluca Pernigotto <[email protected]>
Contributors:
@jeanslack (Gianluca Pernigotto)
@tsweet (Tim Sweet)
@alecchangod (Alec Chan)

4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
+--------------------------------+
January 06 2024 Version 1.0.23
January 07 2024 Version 1.0.23
+--------------------------------+

- Updated year and description.
- Fix `ValueError` when processing the tqdm progress bar (PR #34),
Thanks to @alecchangod .

+--------------------------------+
February 06 2024 Version 1.0.22
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ffcuesplitter/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
########################################################
Expand Down
2 changes: 1 addition & 1 deletion ffcuesplitter/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
Binary file modified man/ffcuesplitter.1.gz
Binary file not shown.

0 comments on commit a3ef76d

Please sign in to comment.