Commit Graph

2 Commits

Author SHA1 Message Date
1f349834e6 Remove nul file and add Windows device names to .gitignore
- Delete problematic 'nul' file (Windows reserved device name)
- Add Windows reserved names (nul, CON, PRN, AUX) to .gitignore
- Prevents future issues with Windows device name conflicts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 12:04:47 +08:00
849412c3bd Initial commit: Video to MP3 Transcriptor
- YouTube video/playlist download as MP3 (yt-dlp)
- Audio transcription with OpenAI (gpt-4o-transcribe, whisper-1)
- Translation with GPT-4o-mini (chunking for long texts)
- Web interface with progress bars and drag & drop
- CLI and REST API interfaces
- Linux shell scripts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 11:40:23 +08:00