Skip to content

How does the metadata of a certain title formatted? #283

Answered by hkalexling
rareguy asked this question in Q&A
Discussion options

You must be logged in to vote

Oh yes unlike other metadata the tags are stored in the tags table in SQLite DB. The default location is ~/mango/mango.db. You can find the table definition here:

https://github.com/hkalexling/Mango/blob/a1015266725566641f749f527fcc7f03bb68df6f/migration/tags.4.cr#L4-L10

The id column is the title ID. You can get a title ID by either reading the titles table in the same DB file or using the /api/library endpoint. Check <your instance>/api for the documentation.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rareguy
Comment options

You must be logged in to vote
3 replies
@hkalexling
Comment options

@rareguy
Comment options

@hkalexling
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants