Skip to content

milnak/FakeBookIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeBook Index

Started July 2024.

What is this?

A collection of "open source" fake book indexes which I've created as JSON based on various lists I've found and have been able to scrape.

Why did I create this?

I've created these as I couldn't find an "open" fake book indexes -- theres some that are PDF that can't be converted to other formats. There's others that are in a proprietary binary format. And there's web sites that have searchable indexes, but you can't use them offline or convert them to other formats.

Where can I download these books?

Do not ask me where you can find these books online. Some are in the public domain, and others aren't. Check your favorite book seller. If they have it, buy it there. If not, I can't help you out, so please don't ask.

Can I search these without downloading them?

Sure! Just use the github search box! For example to search for "Blue Bossa", enter repo:milnak/FakeBookIndex "Blue Bossa"

I found a mistake or a book is missing

I accept pull requests, which is why this is "open source". Please send any corrections! If you're not sure how to do a github pull request, no problem. Send me a message and I'll fix it up.

Format

The JSON files have a simple "Page", "Title", "Composer" schema. That seems good enough for me, at least for now.

There's loads of tools that can convert JSON to almost any format you like. For example, one could convert the JSON to a CSV:

Windows:

Get-Content '.\Spaces 2.json' | ConvertFrom-Json | ConvertTo-Csv -UseQuotes Always

Linux:

cat 'Spaces 2.json' | jq --raw-output '["Page","Title","Composer"],(.[] | [.Page, .Title, .Composer]) | @csv'

About

Collection of "open source" fake book indices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages