TonieToolbox 0.6.4__tar.gz → 0.6.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tonietoolbox-0.6.4/TonieToolbox.egg-info → tonietoolbox-0.6.5}/PKG-INFO +4 -13
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/__init__.py +1 -1
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/__main__.py +4 -4
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/integration_kde.py +2 -2
- tonietoolbox-0.6.5/TonieToolbox/player_gui.py +1212 -0
- tonietoolbox-0.6.5/TonieToolbox/tonie_header_pb2.py +38 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5/TonieToolbox.egg-info}/PKG-INFO +4 -13
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox.egg-info/SOURCES.txt +1 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox.egg-info/requires.txt +2 -2
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/pyproject.toml +3 -12
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/setup.py +4 -10
- tonietoolbox-0.6.4/TonieToolbox/tonie_header_pb2.py +0 -99
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/LICENSE.md +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/MANIFEST.in +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/README.md +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/artwork.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/audio_conversion.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/constants.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/dependency_manager.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/filename_generator.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/integration.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/integration_macos.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/integration_ubuntu.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/integration_windows.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/logger.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/media_tags.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/ogg_page.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/opus_packet.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/player.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/recursive_processor.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/tags.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/teddycloud.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/tonie_analysis.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/tonie_file.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/tonie_header.proto +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/tonies_json.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox/version_handler.py +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox.egg-info/dependency_links.txt +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox.egg-info/entry_points.txt +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/TonieToolbox.egg-info/top_level.txt +0 -0
- {tonietoolbox-0.6.4 → tonietoolbox-0.6.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TonieToolbox
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.5
|
|
4
4
|
Summary: Convert audio files to Toniebox compatible format (.TAF) and interact with TeddyCloud.
|
|
5
5
|
Home-page: https://github.com/Quentendo64/TonieToolbox
|
|
6
6
|
Author: Quentendo64
|
|
@@ -8,25 +8,16 @@ Author-email: Quentendo64 <quentin@wohlfeil.at>
|
|
|
8
8
|
License-Expression: GPL-3.0-or-later
|
|
9
9
|
Project-URL: Homepage, https://github.com/Quentendo64/TonieToolbox
|
|
10
10
|
Project-URL: Bug Tracker, https://github.com/Quentendo64/TonieToolbox/issues
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
21
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
23
14
|
Classifier: Operating System :: OS Independent
|
|
24
15
|
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
|
|
25
16
|
Requires-Python: >=3.6
|
|
26
17
|
Description-Content-Type: text/markdown
|
|
27
18
|
License-File: LICENSE.md
|
|
28
|
-
Requires-Dist: protobuf<=
|
|
29
|
-
Requires-Dist: requests>=2.32.
|
|
19
|
+
Requires-Dist: protobuf<=6.33.0
|
|
20
|
+
Requires-Dist: requests>=2.32.5
|
|
30
21
|
Requires-Dist: mutagen>=1.47.0
|
|
31
22
|
Requires-Dist: packaging>=25.0
|
|
32
23
|
Requires-Dist: tqdm>=4.67.1
|
|
@@ -12,6 +12,7 @@ from .audio_conversion import get_input_files, append_to_filename
|
|
|
12
12
|
from .tonie_file import create_tonie_file
|
|
13
13
|
from .tonie_analysis import check_tonie_file, check_tonie_file_cli, split_to_opus_files, compare_taf_files, extract_to_mp3_files, extract_full_audio_to_mp3
|
|
14
14
|
from .player import interactive_player
|
|
15
|
+
from .player_gui import gui_player
|
|
15
16
|
from .dependency_manager import get_ffmpeg_binary, get_opus_binary, ensure_dependency
|
|
16
17
|
from .logger import TRACE, setup_logging, get_logger
|
|
17
18
|
from .filename_generator import guess_output_filename, apply_template_to_path,ensure_directory_exists
|
|
@@ -89,7 +90,7 @@ def main():
|
|
|
89
90
|
parser.add_argument('-n', '--no-tonie-header', action='store_true', help='do not write Tonie header')
|
|
90
91
|
parser.add_argument('-i', '--info', action='store_true', help='Check and display info about Tonie file')
|
|
91
92
|
parser.add_argument('-p', '--play', action='store_true', help='Play TAF audio file with interactive controls')
|
|
92
|
-
parser.add_argument('--play-ui', action='store_true', help='Play TAF audio file with
|
|
93
|
+
parser.add_argument('--play-ui', action='store_true', help='Play TAF audio file with minimal GUI interface (requires tkinter)')
|
|
93
94
|
parser.add_argument('-s', '--split', action='store_true', help='Split Tonie file into opus tracks')
|
|
94
95
|
parser.add_argument('-r', '--recursive', action='store_true', help='Process folders recursively')
|
|
95
96
|
parser.add_argument('--files-to-taf', action='store_true',
|
|
@@ -685,9 +686,8 @@ def main():
|
|
|
685
686
|
interactive_player(args.input_filename)
|
|
686
687
|
sys.exit(0)
|
|
687
688
|
elif args.play_ui:
|
|
688
|
-
logger.
|
|
689
|
-
|
|
690
|
-
logger.info("Playing Tonie file with user interface: %s", args.input_filename)
|
|
689
|
+
logger.info("Starting GUI player for Tonie file: %s", args.input_filename)
|
|
690
|
+
gui_player(args.input_filename)
|
|
691
691
|
sys.exit(0)
|
|
692
692
|
elif args.convert_to_separate_mp3:
|
|
693
693
|
logger.info("Converting Tonie file to separate MP3 tracks: %s", args.input_filename)
|
|
@@ -89,7 +89,7 @@ class KDEServiceMenuIntegration:
|
|
|
89
89
|
if use_info:
|
|
90
90
|
tonietoolbox_cmd += ' --info'
|
|
91
91
|
if use_play:
|
|
92
|
-
tonietoolbox_cmd += ' --play'
|
|
92
|
+
tonietoolbox_cmd += ' --play-ui'
|
|
93
93
|
if is_split:
|
|
94
94
|
tonietoolbox_cmd += ' --split'
|
|
95
95
|
if use_compare:
|
|
@@ -471,7 +471,7 @@ Comment=Play Tonie audio files with TonieToolbox
|
|
|
471
471
|
Comment[de]=Tonie-Audiodateien mit TonieToolbox abspielen
|
|
472
472
|
GenericName=Tonie Audio Player
|
|
473
473
|
GenericName[de]=Tonie Audio Player
|
|
474
|
-
Exec=
|
|
474
|
+
Exec={self.play_cmd} %f
|
|
475
475
|
Icon={self.icon_path}
|
|
476
476
|
Terminal=false
|
|
477
477
|
NoDisplay=true
|