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>
This commit is contained in:
2025-08-10 21:11:50 +02:00
parent a92cabc5b8
commit d5d34554f6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ def generate_pdf_interleaved(cards: List[TrackCard], out_dir: str, show_year_on_
print(f"Generated interleaved PDF: {os.path.abspath(out_path)}")
def main():
parser = argparse.ArgumentParser(description="Generate DIN A4 Hitster-style cards from a Spotify playlist.")
parser = argparse.ArgumentParser(description="Generate DIN A4 music cards from a Spotify playlist.")
parser.add_argument("--playlist", required=True, help="Spotify playlist URL (public).")
parser.add_argument("--client-id", required=True, help="Spotify CLIENT_ID.")
parser.add_argument("--client-secret", required=True, help="Spotify CLIENT_SECRET.")