Welcome to the support page for My Lyrics. This guide provides instructions on creating and using book files with the My Lyrics app. If you have any questions, issues, or need assistance, please contact us:
We aim to respond to all inquiries within 24-48 hours. Thank you for using My Lyrics!
A library file is a compressed file with the extension .zip or .books. It contains multiple book files, each stored as gzipped JSON files. For example, a library file might include:
book1.gzbook2.gzbook3.gzEach book file represents a collection of songs in JSON format, gzipped for compression.
A single book file can be compressed with the same extensions (.zip or .books). Additionally, non-compressed JSON files are also supported.
A book in JSON format has a specific structure. Here’s an example layout:
{
"title": "Title of the book",
"coverImage": "base 64 encoded image data",
"songs": [
{
"title": "Title of first song",
"number": 1,
"verses": [
{
"number": 1,
"sentences": [
"First sentence of the first verse",
"Second sentence of the first verse"
]
}
]
}
]
}
To better understand the format, refer to lorem_ipsum_songbook.json provided with this README.
To create a book file for My Lyrics, follow these steps:
gzip..books extension..books file to your iPhone.We hope this guide helps you create and manage book files for My Lyrics. If you need additional assistance, don’t hesitate to contact us at the email address provided above.