Skip to content

ready for release #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <jeanlucperni@gmail.com>
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: <jeanlucperni@gmail.com>
License: GPL3 (see LICENSE file in the source directory)
Copyright: (C) 2024 Gianluca Pernigotto
Author and Developer: Gianluca Pernigotto
Mail: <jeanlucperni@gmail.com>
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 <jeanlucperni@gmail.com>
Copyright: (C) 2023 Gianluca Pernigotto <jeanlucperni@gmail.com>
Copyright: (C) 2024 Gianluca Pernigotto <jeanlucperni@gmail.com>
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__ = "jeanlucperni@gmail.com"
__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.