libretro-thumbnails/libretro-thumbnails
Fork: 77 Star: 576 (更新于 2024-12-20 07:36:33)
license: 暂无
Language: Makefile .
Thumbnails for RetroArch
libretro-thumbnails
Thumbnails for RetroArch, split into individual repositories to ease maintenance.
Install
Check out the repository, with all submodules, into RetroArch's thumbnails directory:
cd ~/.config/retroarch
git clone --recursive --depth=1 http://github.com/libretro-thumbnails/libretro-thumbnails.git thumbnails
Update
To bring in the latest thumbnails across all systems, use:
git pull
git submodule update --recursive --remote --init --force
If you have make
available, you can run the above by simply running:
make
Alternatively, the script below will maintain shallow clones (depth=1) and checkout master:
sh update_modules.sh
Usage
- Thumbnails are installed into RetroArch config's
thumbnails
directory - There are three types of thumbnails:
-
Named_Snaps
are in game snapshots -
Named_Titles
are title screen snapshots -
Named_Boxarts
are the boxes or covers for games
-
- Thumbnails follow the following naming convention:
thumbnails/Playlist Name/Named Type/Game Name.png
- The following characters in playlist titles must be replaced with _ in the corresponding thumbnail filename:
&*/:`<>?\|"
- Images must be
.png
format - Image resolution guidelines:
- Images with native width larger than 512px should be scaled down to 512px wide
- Images with native width of 512px or less should be added as-is
- Substitute promotional material is acceptable when no official boxart is available
- Use libretro-thumbnails-check to check for missing thumbnails
Testing
To check for files with invalid file names, use the following command....
find . -name '*[&\*:`<>?\\|"*]*'
Thumbnail Server
The libretro-thumbnail server updates the thumbnails about once every two days on a cronjob. If you don't see updated files, append ?nocaches=CURRENTDATE
to have CloudFlare serve new content.
.index Files
The .index files allow RetroArch to list the files available in the given directory. To build the .index files, run...
make index
make
Credits
The art provided has many different sources. Thank you to many of the contributors and sites who have made this possible...
最近版本更新:(数据更新于 2024-09-18 08:20:35)
主题(topics):
libretro, retroarch
libretro-thumbnails/libretro-thumbnails同语言 Makefile最近更新仓库
2024-03-15 23:00:57 breakings/OpenWrt
2022-09-22 04:08:49 teaxyz/white-paper
2022-05-11 23:01:18 YuzukiHD/Buildroot-YuzukiSBC
2021-05-26 08:57:35 jmeubank/tdm-gcc
2020-11-18 20:35:35 shadowsocks/openwrt-shadowsocks
2020-07-09 14:00:22 CrafterPika/reboot_to_hekate