-
-
Notifications
You must be signed in to change notification settings - Fork 241
Custom Boxart Feature #2122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Custom Boxart Feature #2122
Conversation
…lator-dlaod5 only build android and one windows
fixing some typos/spacing issues.
Fixed directions and hover over tip.
checking for updates in the boxart folder to update changes instantly
Added data update for custom boxart and reset logic.
Add 2 new properties
…ound (needs some cleanup)
…rt back to scraped image
2272d22 to
2562f45
Compare
|
I can't find any enhancement request asking for this feature. While there are still some missing game editions on TGDB, the best way is to add them to this database so that it benefits everybody. Also Flycast doesn't rely anymore on TGDB for arcade games, and uses its own thumbnail repository that I created manually (https://github.com/flyinghead/flycast-content/tree/main/arcade/jpg). If such a feature was implemented, asking users to manually rename a file like |
|
-I had seenuser talking or asking me about this so much, I had actually started to push a "TGDB DREAMCAST BOX ART" project. but then when I would be asked about how to fix/change Box art, I would refrence this, and many users had reasons that this could not fix anyways. When I would get messages, or see inquiries about changing custom box art, I was surprised to see all the reason other then "Wrong Image" that people had, which would require a simple way to add your own custom images.. (https://www.reddit.com/r/Flycast_texture_packs/comments/1fd99j7/lets_fix_the_boxart_in_your_flycast_library_new/#:~:text=The%20new%20project%20is%20we,you%2C%20so%20please%20share%20this ) And was also referenced in this post/comments about the custom artwork, because around this time I was getting a lot of inquiries on this. ( https://www.reddit.com/r/emulation/comments/1ikcc59/flycast_has_had_a_huge_year_new_features_vmu/#:~:text=,is%20missing%20cover%20art )
|
Adds ability to change boxart for content very easily.
Adds a GENERAL SETTINGS entry on Windows, where you paste in a custom boxart folder path. Every entry, as long as the name of the file is the same as the ROM name, will update in real time. You can remove an image to go back to the scraped image, and you can update to a different new image. It will work without rebooting the system for easy and simple implementation of new boxart.
Adds a BROWSE button on Android to find your folder’s path for simplicity, as paths are more complicated on Android for users. Other than that, functionality remains the same: real-time updates, easy usage.
Updated logic to allow multiple image changes without reboot. Had to clear the custom flag to allow the metadata reset to update to a different new image path, so the boxart wasn’t trying to keep the “old” custom image instead of the new one.