RetroArch/tasks
zoltanvb 3ce56c5b42
Flexible thumbnail matching (#16040)
Add logic to handle 3 possible thumbnail names, in following order:
- most exact name derived from content file (same name, with .png extension)
- usual name derived from playlist (usually coming from database)
- shortened name up to first bracket, chopping off region/publisher etc. info

For local file system, names are checked always.
For thumbnail downloads, names are checked each time the item comes up
in the playlist, meaning that it may take going back and forth 3 times
for a thumbnail to appear. However, as a positive change, failed thumbnail
downloads are not repeated for the same playlist, which was not the case
earlier.
2023-12-27 02:26:46 -08:00
..
task_audio_mixer.c
task_audio_mixer.h
task_autodetect.c input_device_info - slim down - we don't need config_path and some of 2023-08-30 08:34:21 +02:00
task_autodetect_blissbox.c Reduce strlcat calls where possible 2023-06-19 06:00:10 +02:00
task_bluetooth.c
task_cloudsync.c Fix ios-vulkan-ppsspp, and a small cloud save fix (#15801) 2023-10-15 05:45:03 -07:00
task_content.c XDelta patch support (Take 2) (#15915) 2023-11-23 20:19:07 -08:00
task_content.h
task_content_disc.c - Safer code - use strlcpy where possible instead of manual character 2023-06-20 16:33:55 +02:00
task_core_backup.c Make sure core_info_find is called first before using the data struct 2023-07-15 16:00:48 +02:00
task_core_updater.c Reduce char arrays - 2023-06-19 18:16:40 +02:00
task_database.c - Safer code - use strlcpy where possible instead of manual character 2023-06-20 16:33:55 +02:00
task_database_cue.c Replace more strlcat calls 2023-07-16 18:07:49 +02:00
task_database_cue.h
task_decompress.c Rewrite some strlcat calls to strlcpy 2023-06-20 13:21:26 +02:00
task_file_transfer.c
task_file_transfer.h
task_http.c Cloud Sync (#15548) 2023-08-04 09:20:50 +02:00
task_image.c
task_manual_content_scan.c Fix --disable-menu errors 2023-08-14 23:36:19 +02:00
task_menu_explore.c Get rid of some useless wrapper functions 2023-05-28 17:56:28 +02:00
task_movie.c Enqueue replay record/playback until next frame (#15751) 2023-10-04 00:53:51 -07:00
task_netplay_find_content.c Rename all local variables for retro_system_info to sysinfo 2023-07-15 07:45:20 +02:00
task_netplay_lan_scan.c
task_netplay_nat_traversal.c
task_overlay.c Explicit typecasts to bool 2023-08-16 17:10:59 +02:00
task_patch.c Fix the build when XDelta is enabled on certain platforms (#15968) 2023-12-05 08:32:16 -08:00
task_pl_thumbnail_download.c Flexible thumbnail matching (#16040) 2023-12-27 02:26:46 -08:00
task_playlist_manager.c Replace more strlcat calls 2023-07-16 18:07:49 +02:00
task_powerstate.c
task_powerstate.h
task_save.c increase chunk size for reads/writes under emscripten (#15845) 2023-10-31 07:18:45 -07:00
task_screenshot.c Rename all local variables for retro_system_info to sysinfo 2023-07-15 07:45:20 +02:00
task_steam.c Reduce some char arrays which are too big 2023-06-19 17:31:50 +02:00
task_translation.c (task_translation.c) Fix warning 2023-12-18 01:39:00 +01:00
task_wifi.c Rewinding code should not be a forced built-in dependency 2023-03-17 16:08:41 +01:00
tasks_internal.h XDelta patch support (Take 2) (#15915) 2023-11-23 20:19:07 -08:00