diff --git a/FAQs.md b/FAQs.md index c739aea..b86d7eb 100644 --- a/FAQs.md +++ b/FAQs.md @@ -6,4 +6,6 @@ See [#37 (comment)](https://github.com/hkalexling/Mango/issues/37#issuecomment-6 Detto. We can't store the tags in `info.json` because we need the DB to index them. Because of this, when the paths of your titles change, the tags will be deleted. -Currently, if you renamed/moved a title, its thumbnail and tags will be deleted. The thumbnail will be re-generated automatically, but you will have to add the tags back manually. I understand that this is not ideal, so do let me know if you can propose a better way to handle this. \ No newline at end of file +Currently, if you renamed/moved a title, its thumbnail and tags will be deleted. The thumbnail will be re-generated automatically, but you will have to add the tags back manually. I understand that this is not ideal, so do let me know if you can propose a better way to handle this. + +On the other hand, the reading progress, custom cover images, and display names are stored in `info.json`, so they won't be lost when you rename/move the folders. \ No newline at end of file