Skip to main content

Generate HTML catalogs from music notation files with git-based version tracking

Project description

GenList Butler

Tests PyPI version Python versions

A command-line tool for generating HTML music archives from ChordPro files, PDFs, and other music notation files. Originally created for the Tuesday Ukulele Group, this tool scans a directory tree of music files and generates a searchable, filterable HTML catalog.

Features

  • 📁 Smart File Discovery: Automatically finds ChordPro (.chopro, .cho), PDF, MuseScore, and other music files
  • 🔍 Version Control Integration: Uses git timestamps to identify the newest version of duplicate files
  • 🎯 Filtering Options: Hide older versions, mark easy songs, exclude specific files
  • 📄 PDF Generation: Optional automatic PDF generation from ChordPro files
  • 🌐 Interactive HTML: Generates searchable, filterable HTML catalogs with modern UI
  • 🧠 Metadata-Aware Search: Parses {title:}, {subtitle:}, {keywords:} (and optional lyrics) so the catalog can be filtered beyond filenames
  • 🎨 Beautiful Styling: Includes Tuesday Ukes' professional HTML template - no configuration needed!
  • Fast: Optimized git operations for quick catalog generation

Requirements

  • Python 3.9 or later
  • Git (for version tracking features)

Installation

Install using pipx (recommended):

pipx install genlist-butler

Or using pip:

pip install genlist-butler

Usage

Basic usage:

genlist <music_folder> <output_file>

Examples

Generate a catalog with default settings (newest versions only):

genlist ./music index.html

Show all file versions:

genlist ./music index.html --filter none

Hide only files marked with .hide extension:

genlist ./music index.html --filter hidden

Generate PDFs from ChordPro files before cataloging:

genlist ./music index.html --genPDF

Options

  • musicFolder - Path to the directory containing music files
  • outputFile - Path where the HTML catalog will be written
  • --filter [none|hidden|timestamp] - Filtering method (default: timestamp)
    • none: Show all files
    • hidden: Hide files with .hide extension
    • timestamp: Show only newest versions based on git history
  • --intro / --no-intro - Include/exclude introduction section (default: include)
  • --genPDF / --no-genPDF - Generate PDFs from ChordPro files (default: no)
  • --forcePDF / --no-forcePDF - Regenerate all PDFs even if they exist (default: no)

File Markers

GenList Butler uses special marker files:

  • .hide files: Create a file with .hide extension (e.g., song.hide) to hide all files with the same base name from the catalog
  • .easy files: Create a file with .easy extension (e.g., song.easy) to mark all files with the same base name as "easy songs" for filtering

Search Metadata & Lyrics

The search bar now understands more than filenames:

  • {title: ...} / {t: ...} and {subtitle: ...} / {st: ...} directives are indexed automatically.
  • {keywords: folk; jam; singalong} directives (or # keywords: inline comments) let you define search tags without changing filenames.
  • Full lyric text from .chopro files is indexed as well, and users can disable lyric-matching with the Include lyric search checkbox if they want faster filtering.

Add metadata directly in your ChordPro charts:

{title: Wagon Wheel}
{subtitle: Old Crow Medicine Show}
{keywords: campfire; beginner; singalong}

[G]Heading down south to the [D]land of the pines...

Those keywords/subtitles become instantly searchable in the generated HTML.

Custom HTML Styling

GenList-Butler includes a beautiful, professional HTML template out of the box (Tuesday Ukes' styling). However, you can customize it:

  1. Create your own HTMLheader.txt file in your working directory
  2. Run genlist from that directory
  3. Your custom header will be used instead of the default

The generated HTML will use your custom styling while maintaining all the interactive search/filter functionality.

Requirements

  • Python 3.9+
  • Git (for timestamp-based filtering)
  • ChordPro (optional, for PDF generation)

How It Works

  1. Scans the music folder recursively for supported file types
  2. Groups files by song title (normalized, ignoring articles)
  3. Filters based on the selected method:
    • Uses git history to find the newest version of each file
    • Respects .hide marker files
    • Processes .easy marker files for special highlighting
  4. Generates an interactive HTML page with:
    • Searchable song list
    • Download links for all file formats
    • Optional filtering for easy songs
    • Toggle for showing all versions

Development

To contribute or modify:

# Clone the repository
git clone https://github.com/TuesdayUkes/genlist-butler.git
cd genlist-butler

# Install in development mode
pip install -e ".[dev]"

# Run tests
pytest

License

MIT License - see LICENSE file for details

Credits

Created for the Tuesday Ukulele Group (https://tuesdayukes.org/)

Maintained by the TUG community.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genlist_butler-1.2.2.tar.gz (21.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

genlist_butler-1.2.2-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file genlist_butler-1.2.2.tar.gz.

File metadata

  • Download URL: genlist_butler-1.2.2.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for genlist_butler-1.2.2.tar.gz
Algorithm Hash digest
SHA256 8d99062d2a7b75f08892e8c8cfcf6c5fde4c8a14a2392bca31d9f00fcbaa4bef
MD5 ea20ba3a2f563e1e9fa35b2ec5988fcd
BLAKE2b-256 ca3f9cf745cc5d6475c81b92f51f1e3d310816b8b15d2f83175cafb4afba5518

See more details on using hashes here.

Provenance

The following attestation bundles were made for genlist_butler-1.2.2.tar.gz:

Publisher: publish.yml on TuesdayUkes/genlist-butler

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file genlist_butler-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: genlist_butler-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for genlist_butler-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 63fefee567ff7c244e449569af0d90fb318353aaa76fd338ce9d615af310ca20
MD5 68430f8a69c8a6c2721b4247a2203529
BLAKE2b-256 44a7efcf3f4081ac5579a2703af47159ab12b370647c1af9bb42ed5b777d1c28

See more details on using hashes here.

Provenance

The following attestation bundles were made for genlist_butler-1.2.2-py3-none-any.whl:

Publisher: publish.yml on TuesdayUkes/genlist-butler

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page