mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
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. |
||
---|---|---|
.. | ||
task_audio_mixer.c | ||
task_audio_mixer.h | ||
task_autodetect.c | ||
task_autodetect_blissbox.c | ||
task_bluetooth.c | ||
task_cloudsync.c | ||
task_content.c | ||
task_content.h | ||
task_content_disc.c | ||
task_core_backup.c | ||
task_core_updater.c | ||
task_database.c | ||
task_database_cue.c | ||
task_database_cue.h | ||
task_decompress.c | ||
task_file_transfer.c | ||
task_file_transfer.h | ||
task_http.c | ||
task_image.c | ||
task_manual_content_scan.c | ||
task_menu_explore.c | ||
task_movie.c | ||
task_netplay_find_content.c | ||
task_netplay_lan_scan.c | ||
task_netplay_nat_traversal.c | ||
task_overlay.c | ||
task_patch.c | ||
task_pl_thumbnail_download.c | ||
task_playlist_manager.c | ||
task_powerstate.c | ||
task_powerstate.h | ||
task_save.c | ||
task_screenshot.c | ||
task_steam.c | ||
task_translation.c | ||
task_wifi.c | ||
tasks_internal.h |