ramforth
  • Joined on 2025-10-29
ramforth released v0.2.0 - GUI Bugfix Release at ramforth/video-converter 2025-11-02 21:29:55 +01:00
ramforth pushed to main at ramforth/video-converter 2025-11-02 21:29:48 +01:00
fc8deb0440 Fix: Resolve ModuleNotFoundError for gui module
ramforth pushed to main at ramforth/video-converter 2025-11-02 21:19:33 +01:00
42f4985812 Fix: Correct SyntaxError in gui.py
ramforth pushed tag v0.1.0-beta to ramforth/video-converter 2025-11-02 21:03:10 +01:00
ramforth released v0.1.0-beta - Beta Release at ramforth/video-converter 2025-11-02 21:03:10 +01:00
ramforth pushed to main at ramforth/video-converter 2025-11-02 21:03:03 +01:00
99255e2061 Prepare for v0.1.0-beta release
ramforth pushed to main at ramforth/video-converter 2025-11-02 12:53:52 +01:00
4146be0371 docs: Rename USAGE.md to HOW-TO.md
ramforth pushed to main at ramforth/video-converter 2025-11-02 12:44:51 +01:00
9b0c557d9c feat: Implement GUI and standalone executable
Compare 2 commits »
ramforth pushed to main at ramforth/video-converter 2025-11-01 17:24:59 +01:00
01e3553796 Update .gitignore
ramforth pushed to main at ramforth/video-converter 2025-11-01 17:24:21 +01:00
a005e34a82 Update .gitignore
ramforth pushed to main at ramforth/video-converter 2025-11-01 16:21:27 +01:00
7353501288 Update .gitignore
ramforth pushed to main at ramforth/video-converter 2025-11-01 16:15:42 +01:00
2846471d50 Docs: Update all documentation to reflect current project state and future priorities
ramforth pushed to main at ramforth/video-converter 2025-11-01 15:49:36 +01:00
be101e0869 Feat: Implement yt-dlp integration; Fix: Resolve PyInstaller bundling issues for downloader and ffmpeg-python; Docs: Add command-outputs.md
ramforth pushed to main at ramforth/video-converter 2025-11-01 13:24:14 +01:00
89c6a25891 Attempt to fix PyInstaller import error with explicit imports in __init__.py
ramforth pushed to main at ramforth/video-converter 2025-11-01 13:06:52 +01:00
4c3d343bb3 Docs: Restructure development plan with new priorities
ramforth pushed to main at ramforth/video-converter 2025-11-01 12:37:33 +01:00
1fdaf49133 Fix: Resolve NameError in utils.py; Refactor: Switch to subprocess calls and update spec file; Docs: Mark packaging complete
ramforth pushed to main at ramforth/video-converter 2025-11-01 12:29:03 +01:00
b8d74f43ef Attempt to fix PyInstaller ffmpeg-python import error with hiddenimports
ramforth pushed to main at ramforth/video-converter 2025-11-01 12:16:12 +01:00
049b016e72 Update USAGE.md with executable instructions; Add PyInstaller spec file; Update .gitignore
ramforth pushed to main at ramforth/video-converter 2025-11-01 12:11:23 +01:00
a73569a5e8 Refactor: Strengthen error handling and remove debug prints
ramforth pushed to main at ramforth/video-converter 2025-11-01 11:28:45 +01:00
03330eeb19 Update USAGE.md to reflect interactive input file prompt