peg-this 3.0.1__tar.gz → 3.0.2__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.
Potentially problematic release.
This version of peg-this might be problematic. Click here for more details.
- {peg_this-3.0.1/src/peg_this.egg-info → peg_this-3.0.2}/PKG-INFO +1 -1
- {peg_this-3.0.1 → peg_this-3.0.2}/pyproject.toml +1 -1
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this/peg_this.py +5 -1
- {peg_this-3.0.1 → peg_this-3.0.2/src/peg_this.egg-info}/PKG-INFO +1 -1
- {peg_this-3.0.1 → peg_this-3.0.2}/LICENSE +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/README.md +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/setup.cfg +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this/__init__.py +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this.egg-info/SOURCES.txt +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this.egg-info/dependency_links.txt +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this.egg-info/entry_points.txt +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this.egg-info/requires.txt +0 -0
- {peg_this-3.0.1 → peg_this-3.0.2}/src/peg_this.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peg_this
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2
|
|
4
4
|
Summary: A powerful, intuitive command-line video editor suite, built on FFmpeg.
|
|
5
5
|
Author-email: Hariharen S S <thisishariharen@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/hariharen9/ffmpeg-this
|
|
@@ -708,7 +708,8 @@ def main_menu():
|
|
|
708
708
|
batch_convert()
|
|
709
709
|
|
|
710
710
|
|
|
711
|
-
|
|
711
|
+
def main():
|
|
712
|
+
"""Main entry point for the application script."""
|
|
712
713
|
try:
|
|
713
714
|
main_menu()
|
|
714
715
|
except (KeyboardInterrupt, EOFError):
|
|
@@ -718,3 +719,6 @@ if __name__ == "__main__":
|
|
|
718
719
|
logging.exception("An unexpected error occurred.")
|
|
719
720
|
console.print(f"[bold red]An unexpected error occurred: {e}[/bold red]")
|
|
720
721
|
console.print(f"Details have been logged to {log_file}")
|
|
722
|
+
|
|
723
|
+
if __name__ == "__main__":
|
|
724
|
+
main()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peg_this
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2
|
|
4
4
|
Summary: A powerful, intuitive command-line video editor suite, built on FFmpeg.
|
|
5
5
|
Author-email: Hariharen S S <thisishariharen@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/hariharen9/ffmpeg-this
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|