8 Commits

Author SHA1 Message Date
405767a562 WebUI! 2026-03-31 17:39:27 -05:00
429511f96e minor cleanup and updates 2026-03-31 10:19:29 -05:00
538b91acec TUI implement 2026-02-28 02:02:45 -06:00
06877fb2fc feat: add TUI (Textual User Interface) with download queue system
- New TUI using Textual framework with responsive interface
- Search, results, download, and queue screens for YouTube video management
- Download queue system with sequential background downloads
- Status bar with queue count and download progress indicators
- Comprehensive test suite (97 tests) with 100% pass rate
- Modern Python packaging with pyproject.toml and uv support
- Added requirements-tui.txt for TUI-specific dependencies
- Updated setup.py and install.sh for TUI integration
- Enhanced README.md with TUI usage documentation
2026-02-25 15:59:15 -06:00
df92bd9017 Fix OpenAPI endpoint path handling for Docker environment 2026-02-03 22:06:41 +00:00
be8be95d8b Fix OpenAPI endpoint to properly serve openapi.json file 2026-02-03 22:04:34 +00:00
71a3dcc4ee Add MCP capabilities endpoint to make API MCP compliant 2026-02-03 21:50:21 +00:00
62f76db98d feat: Add REST API implementation for YouTube CLI with search functionality 2026-02-03 19:16:52 +00:00