02-25-2024, 12:50 AM
Hi, first post.
As far as I understand, importing of meta data in a PDF into the meta data fields of a song in MobileSheets now works. I found this conversation that provides a little bit of information: https://www.zubersoft.com/mobilesheets/f...-8020.html
But there is no details on how this actually works. In particular hat PDF meta data fields are mapped to what MobileSheet song meta data fields?
Here are the PDF fields (I think):
Title, Author, Subject, Keywords, Creator, Producer
In that thread Mike says that
Title -> Title
Author -> Composers
Subject -> Genres
Is that it? Or will any of the others be mapped in some way? Is this documented somewhere? The manual seems a bit old (3.6.2) and I cannot find any info there.
I am producing my PDF with a python program using th pypdf library. I can write several meta data fields, including "CustomFields". Is this the way to do it to add things like Artists and Lyricists?
As far as I understand, importing of meta data in a PDF into the meta data fields of a song in MobileSheets now works. I found this conversation that provides a little bit of information: https://www.zubersoft.com/mobilesheets/f...-8020.html
But there is no details on how this actually works. In particular hat PDF meta data fields are mapped to what MobileSheet song meta data fields?
Here are the PDF fields (I think):
Title, Author, Subject, Keywords, Creator, Producer
In that thread Mike says that
Title -> Title
Author -> Composers
Subject -> Genres
Is that it? Or will any of the others be mapped in some way? Is this documented somewhere? The manual seems a bit old (3.6.2) and I cannot find any info there.
I am producing my PDF with a python program using th pypdf library. I can write several meta data fields, including "CustomFields". Is this the way to do it to add things like Artists and Lyricists?