diff --git a/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/.0.8.4b.md.kate-swp b/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/.0.8.4b.md.kate-swp deleted file mode 100644 index 638e66a..0000000 Binary files a/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/.0.8.4b.md.kate-swp and /dev/null differ diff --git a/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/0.8.4b.md b/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/0.8.4b.md index 0aa3546..233e8bb 100644 --- a/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/0.8.4b.md +++ b/wiki-rtd/docs/wiki_rd_versions/version_0.8.0b/0.8.4b.md @@ -6,9 +6,10 @@ We fixed several issues with downloaded scraped data not showing up in ES-DE. -For some users the scraped data was not moved correctly over to the subfolder `retrodeck/ES-DE/`. +For some users the scraped data was not moved correctly over to the subfolder `retrodeck/ES-DE/` in the older 0.8.X patches. -Some of these issues were caused by the old manifest structure and certain Zenity prompts. We will be moving away from Zenity and are making a brand new RetroDECK manifest in 0.9.0b (MORE ON THAT LATER). +These issues were caused by the old manifest structure and certain Zenity prompts.
+We will be moving away from Zenity and are making a brand new RetroDECK manifest in 0.9.0b (MORE ON THAT LATER). ### How will this patch work? @@ -18,13 +19,13 @@ It will also check so the symlinks for `gamelists` and `collections` are correct It will check the `es_settings` have the correct filepaths for the `retrodeck/ES-DE/` folders and if not update the values. -**If themes & downloaded_media still exist:** +**If themes & downloaded_media still exist in retrodeck/:** The folders will be moved into `retrodeck/ES-DE/`. **If duplicate folders exists:** -If the folders exists at both places `retrodeck/` and `retrodeck/ES-DE/` the folders from `retrodeck/` will be merged into the folders under the `downloaded_media` and `themes` in `retrodeck/ES-DE/`. +If the folders exist at both places: `retrodeck/` and `retrodeck/ES-DE/` the folders from `retrodeck/` will be merged into the folders under the `downloaded_media` and `themes` in `retrodeck/ES-DE/`. ## RetroDECK Framework / Backend: @@ -34,10 +35,8 @@ If the folders exists at both places `retrodeck/` and `retrodeck/ES-DE/` the fol - String values of es_settings were not updated for `MediaDirectory` and `UserThemeDirectory` in some scenarios for users causing the ES-DE data to be not found by ES-DE. -- On new installations two folders could be created for scraped data, example: one `downloaded_media` under `retrodeck/` and one under `retrodeck/ES-DE/`. +- On new installations two folders could be created for scraped data, for example: one `downloaded_media` under `retrodeck/` and one under `retrodeck/ES-DE/`. **Added** - Post-update CLI trigger command for debugging. - -