TonieToolbox 0.6.0rc1__tar.gz → 0.6.0rc3__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.
Files changed (37) hide show
  1. {tonietoolbox-0.6.0rc1/TonieToolbox.egg-info → tonietoolbox-0.6.0rc3}/PKG-INFO +1 -1
  2. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/__init__.py +1 -1
  3. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/integration.py +4 -2
  4. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/integration_windows.py +5 -5
  5. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3/TonieToolbox.egg-info}/PKG-INFO +1 -1
  6. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/LICENSE.md +0 -0
  7. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/MANIFEST.in +0 -0
  8. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/README.md +0 -0
  9. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/__main__.py +0 -0
  10. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/artwork.py +0 -0
  11. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/audio_conversion.py +0 -0
  12. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/constants.py +0 -0
  13. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/dependency_manager.py +0 -0
  14. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/filename_generator.py +0 -0
  15. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/integration_macos.py +0 -0
  16. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/integration_ubuntu.py +0 -0
  17. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/logger.py +0 -0
  18. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/media_tags.py +0 -0
  19. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/ogg_page.py +0 -0
  20. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/opus_packet.py +0 -0
  21. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/recursive_processor.py +0 -0
  22. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/tags.py +0 -0
  23. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/teddycloud.py +0 -0
  24. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/tonie_analysis.py +0 -0
  25. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/tonie_file.py +0 -0
  26. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/tonie_header.proto +0 -0
  27. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/tonie_header_pb2.py +0 -0
  28. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/tonies_json.py +0 -0
  29. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox/version_handler.py +0 -0
  30. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox.egg-info/SOURCES.txt +0 -0
  31. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox.egg-info/dependency_links.txt +0 -0
  32. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox.egg-info/entry_points.txt +0 -0
  33. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox.egg-info/requires.txt +0 -0
  34. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/TonieToolbox.egg-info/top_level.txt +0 -0
  35. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/pyproject.toml +0 -0
  36. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/setup.cfg +0 -0
  37. {tonietoolbox-0.6.0rc1 → tonietoolbox-0.6.0rc3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TonieToolbox
3
- Version: 0.6.0rc1
3
+ Version: 0.6.0rc3
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
@@ -3,4 +3,4 @@
3
3
  TonieToolbox - Convert audio files to Tonie box compatible format
4
4
  """
5
5
 
6
- __version__ = '0.6.0rc1'
6
+ __version__ = '0.6.0rc3'
@@ -59,11 +59,13 @@ def handle_config():
59
59
  return
60
60
  if platform.system() == "Windows":
61
61
  from .integration_windows import WindowsClassicContextMenuIntegration as ContextMenuIntegration
62
- ContextMenuIntegration._apply_config_template()
62
+ context_menu = ContextMenuIntegration()
63
+ context_menu._apply_config_template()
63
64
  os.startfile(config_path)
64
65
  elif platform.system() == "Darwin":
65
66
  from .integration_macos import MacOSContextMenuIntegration as ContextMenuIntegration
66
- ContextMenuIntegration._apply_config_template()
67
+ context_menu = ContextMenuIntegration()
68
+ context_menu._apply_config_template()
67
69
  subprocess.call(["open", config_path])
68
70
  elif platform.system() == "Linux":
69
71
  subprocess.call(["xdg-open", config_path])
@@ -284,11 +284,11 @@ class WindowsClassicContextMenuIntegration:
284
284
  reg_lines.append(f'@="{self._reg_escape(self.upload_taf_artwork_json_cmd)}"')
285
285
  reg_lines.append('')
286
286
  # Compare TAF Files
287
- reg_lines.append(f'[HKEY_CLASSES_ROOT\\SystemFileAssociations\\.taf\\shell\\{self.cascade_name}\\shell\\f_CompareTaf]')
288
- reg_lines.append('@="Compare with another .taf file"')
289
- reg_lines.append(f'[HKEY_CLASSES_ROOT\\SystemFileAssociations\\.taf\\shell\\{self.cascade_name}\\shell\\f_CompareTaf\\command]')
290
- reg_lines.append(f'@="{self._reg_escape(self.compare_taf_cmd)}"')
291
- reg_lines.append('')
287
+ #reg_lines.append(f'[HKEY_CLASSES_ROOT\\SystemFileAssociations\\.taf\\shell\\{self.cascade_name}\\shell\\f_CompareTaf]')
288
+ #reg_lines.append('@="Compare with another .taf file"')
289
+ #reg_lines.append(f'[HKEY_CLASSES_ROOT\\SystemFileAssociations\\.taf\\shell\\{self.cascade_name}\\shell\\f_CompareTaf\\command]')
290
+ #reg_lines.append(f'@="{self._reg_escape(self.compare_taf_cmd)}"')
291
+ #reg_lines.append('')
292
292
  return reg_lines
293
293
 
294
294
  def _generate_folder_entries(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TonieToolbox
3
- Version: 0.6.0rc1
3
+ Version: 0.6.0rc3
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