veltzer / openbook

OpenBook is an open source Jazz real book
https://veltzer.github.io/openbook/
GNU General Public License v3.0
280 stars 44 forks source link

Add "poet="poetname"" header in all the pieces. #50

Open captbaritone opened 11 years ago

captbaritone commented 11 years ago

From @veltzer's TODO file.

Probably the first step here would be to create a test.

veltzer commented 11 years ago

Again, if we don't know the poet there is little sense in adding it... Anything we don't know I can make the build system complete automatically with some default, None, or whatever,... The idea is to find the "real" poets in tunes where I don't know who the poet was...

captbaritone commented 11 years ago

I see.Tthere are two separate problems:

  1. Cases where finding the poet will require research.
  2. Cases where the poet is compleatly unknowable, or there are no words and therefore no need for a poet.

It would be nice if we had a way to list songs in the second category. Then we could see how far we have to go, and someone who was interested in doing research would have a list to go off of.

On Wednesday, August 14, 2013, Mark Veltzer wrote:

Again, if we don't know the poet there is little sense in adding it... Anything we don't know I can make the build system complete automatically with some default, None, or whatever,... The idea is to find the "real" poets in tunes where I don't know who the poet was...

— Reply to this email directly or view it on GitHubhttps://github.com/veltzer/openbook/issues/50#issuecomment-22685718 .

-Jordan Eldredge

veltzer commented 11 years ago

ok. Lets add an attribute like this:

          attribute['nopoet']=True

Then I can write a test to show which poets are "really" unknown....