Skip to content

Commit a3ef76d

Browse files
authored
Merge pull request #35 from jeanslack/release
ready for release
2 parents c593b7e + 5a68390 commit a3ef76d

6 files changed

Lines changed: 15 additions & 11 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Copyright: (C) 2024 Gianluca Pernigotto <jeanlucperni@gmail.com>
55
Contributors:
66
@jeanslack (Gianluca Pernigotto)
77
@tsweet (Tim Sweet)
8+
@alecchangod (Alec Chan)
89

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
+--------------------------------+
2-
January 06 2024 Version 1.0.23
2+
January 07 2024 Version 1.0.23
33
+--------------------------------+
44

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

79
+--------------------------------+
810
February 06 2024 Version 1.0.22

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Splits big audio tracks and automatically embeds tags using the information
88
contained in the associated **"CUE"** sheet. It supports multiple CUE sheet
99
encodings and many input formats (due to FFmpeg), including APE format, without
1010
need 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)

ffcuesplitter/ffmpeg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Compatibility: Python3
66
Platform: all platforms
77
Author: Gianluca Pernigotto <jeanlucperni@gmail.com>
8-
Copyright: (C) 2023 Gianluca Pernigotto <jeanlucperni@gmail.com>
8+
Copyright: (C) 2024 Gianluca Pernigotto <jeanlucperni@gmail.com>
99
license: GPL3
10-
Rev: Feb 02 2023
10+
Rev: Jan 07 2024
1111
Code checker: flake8, pylint
1212
########################################################
1313

ffcuesplitter/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__maintainer_contact__ = "jeanlucperni@gmail.com"
2929
__copyleft__ = '2024'
3030
__version__ = '1.0.23'
31-
__release__ = 'August 12 2023'
31+
__release__ = 'January 09 2024'
3232
__appname__ = "FFcuesplitter"
3333
__packagename__ = "ffcuesplitter"
3434
__license__ = "GPL3 (Gnu Public License)"

man/ffcuesplitter.1.gz

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)