6 Commits

Author SHA1 Message Date
schihei ff42d5fddc Rename script to music_cards_generator.py and update references
- Renamed generate_hitster_cards.py to music_cards_generator.py
- Updated all documentation references to use the new filename
- Removed remaining Hitster references from the filename
- Script name now matches the Music Cards branding

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 21:20:32 +02:00
schihei d839dbe293 Add comprehensive documentation and README
- Added detailed docstrings to all functions in the main script
- Created comprehensive README.md with setup, usage, and troubleshooting
- Includes module-level documentation explaining the tool's purpose
- Added complete API reference and printing instructions

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 21:16:04 +02:00
schihei d5d34554f6 Replace Hitster references with Music Cards branding
Updated all references from "Hitster-style" to generic "Music Cards"
throughout the codebase and documentation. This removes brand-specific
terminology and provides a more neutral description of the tool's purpose.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 21:11:50 +02:00
schihei a92cabc5b8 Remove .cache and .DS_Store files
These files should not be tracked in version control as they
contain temporary data and system-specific metadata.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 21:08:46 +02:00
schihei 887b1b8d2e Fix overlapping text on card backs by increasing line spacing
Increased line height from 3.8 to 9.5 points for the small text
at the bottom of card backs to prevent text overlap when song
titles and artist names wrap to multiple lines.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 20:59:25 +02:00
schihei bea985066a Initial commit 2025-08-10 20:44:24 +02:00