Commit Graph

38 Commits

Author SHA1 Message Date
Ramforth
55a3838be7 Feat: Implement user's proposed gui.py changes, add footer, and refine theme JSON files 2025-11-03 00:37:54 +01:00
Ramforth
a791f4d8ca Fix: Implement user's proposed gui.py changes and correct theme JSON files 2025-11-03 00:29:05 +01:00
Ramforth
4f61d86e2a Feat: Implement user's proposed gui.py changes for improved UI/UX and functionality 2025-11-03 00:24:53 +01:00
Ramforth
710f77f403 Fix: Include custom theme JSON files in PyInstaller bundle 2025-11-03 00:16:14 +01:00
Ramforth
b4ffdfa977 Fix: Resolve CTkSwitch AttributeError and implement custom themes 2025-11-02 22:40:24 +01:00
Ramforth
1250afc9e5 Fix: Resolve AttributeError in CTkSwitch and ensure initial dark mode 2025-11-02 22:27:28 +01:00
Ramforth
e0fb81197c Feat: Implement proposed gui.py changes for improved UI/UX 2025-11-02 22:24:37 +01:00
Ramforth
0a49866662 Fix: Re-add tkinter import to gui.py to resolve NameError 2025-11-02 22:06:24 +01:00
Ramforth
e3238d7091 Feat: Migrate GUI to customtkinter and update README.md v0.3.0 2025-11-02 22:01:43 +01:00
Ramforth
3235ed5e6f Docs: Add in-document link to HOW-TO.md 2025-11-02 21:34:23 +01:00
Ramforth
fc8deb0440 Fix: Resolve ModuleNotFoundError for gui module v0.2.0 2025-11-02 21:29:42 +01:00
Ramforth
42f4985812 Fix: Correct SyntaxError in gui.py 2025-11-02 21:19:28 +01:00
Ramforth
99255e2061 Prepare for v0.1.0-beta release v0.1.0-beta 2025-11-02 21:02:58 +01:00
Ramforth
4146be0371 docs: Rename USAGE.md to HOW-TO.md 2025-11-02 12:53:39 +01:00
Ramforth
15e5933c05 Merge branch 'main' of https://gitea.ramforth.net/ramforth/video-converter 2025-11-02 12:37:27 +01:00
Ramforth
9b0c557d9c feat: Implement GUI and standalone executable 2025-11-02 12:37:09 +01:00
01e3553796 Update .gitignore
Excluding log-files from commit
2025-11-01 17:24:56 +01:00
a005e34a82 Update .gitignore
Added command-outputs* to .gitignore
2025-11-01 17:24:19 +01:00
7353501288 Update .gitignore
Added *.mp4 to avoid syncing all large videofiles used while testing

Signed-off-by: ramforth <tech@ramforth.net>
2025-11-01 16:21:25 +01:00
Ramforth
2846471d50 Docs: Update all documentation to reflect current project state and future priorities 2025-11-01 16:15:40 +01:00
Ramforth
be101e0869 Feat: Implement yt-dlp integration; Fix: Resolve PyInstaller bundling issues for downloader and ffmpeg-python; Docs: Add command-outputs.md 2025-11-01 15:49:35 +01:00
Ramforth
89c6a25891 Attempt to fix PyInstaller import error with explicit imports in __init__.py 2025-11-01 13:24:13 +01:00
Ramforth
4c3d343bb3 Docs: Restructure development plan with new priorities 2025-11-01 13:06:52 +01:00
Ramforth
1fdaf49133 Fix: Resolve NameError in utils.py; Refactor: Switch to subprocess calls and update spec file; Docs: Mark packaging complete 2025-11-01 12:37:32 +01:00
Ramforth
b8d74f43ef Attempt to fix PyInstaller ffmpeg-python import error with hiddenimports 2025-11-01 12:29:02 +01:00
Ramforth
049b016e72 Update USAGE.md with executable instructions; Add PyInstaller spec file; Update .gitignore 2025-11-01 12:16:10 +01:00
Ramforth
a73569a5e8 Refactor: Strengthen error handling and remove debug prints 2025-11-01 12:11:21 +01:00
Ramforth
03330eeb19 Update USAGE.md to reflect interactive input file prompt 2025-11-01 11:28:43 +01:00
Ramforth
0c8a431256 Add functionality to prompt for input file if not provided via CLI 2025-11-01 11:28:18 +01:00
Ramforth
bab986646b Add USAGE.md explaining how to use the script 2025-11-01 11:25:51 +01:00
Ramforth
0fbc261e1b Complete initial project setup and core functionality 2025-11-01 11:22:59 +01:00
Ramforth
f06797d437 Update FFMPEG_NOTES.md with refined default DNxHD profiles 2025-11-01 11:18:56 +01:00
Ramforth
35641eea16 Update FFMPEG_NOTES.md: Add Opus audio codec considerations 2025-11-01 01:52:26 +01:00
Ramforth
c29d5cc92d Add FFMPEG_NOTES.md detailing current ffmpeg settings 2025-11-01 01:50:30 +01:00
Ramforth
0558751ba2 Update README.md: Add Arch Linux/CachyOS setup notes for ffmpeg-full and OBS Studio workaround 2025-11-01 01:36:31 +01:00
Ramforth
a85c9bc150 Update README.md: Add ffmpeg-full requirement 2025-10-31 23:49:21 +01:00
Ramforth
c853f0c135 Add README.md 2025-10-31 23:25:59 +01:00
Ramforth
bff6ea683a Initial commit: Add DEVELOPMENT_PLAN.md 2025-10-31 23:11:45 +01:00