veltzer / openbook

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

Get number of pages and import that into the database too. #53

Closed captbaritone closed 11 years ago

captbaritone commented 11 years ago

How do we get it?!?

  • count the number of pages in the pdf (some kind of pdf parser?!?).
  • count the number of images created when --png is used.

(@veltzer)

Possibly related to #48 I think Lilypond tells you how many pages it has used in it's output. Maybe we could parse that?

veltzer commented 11 years ago

This is for a database I had, which I no longer maintain. When I run lilypond I really do know how many pages the output is (python has pdf parser, there are command line pdf info commands etc).

There is no need for this todo item.