Skip to content
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

Add Chinese Games search with first letter of pinyin #1068

Open
ChestnutHeng opened this issue May 15, 2024 · 6 comments
Open

Add Chinese Games search with first letter of pinyin #1068

ChestnutHeng opened this issue May 15, 2024 · 6 comments

Comments

@ChestnutHeng
Copy link

Added Chinese search support for Chinese players. For example, "宝可梦" can be searched through "BKM",the first letter of each Chinese pinyin in the word.

为中国玩家添加中文搜索支持。比如“宝可梦” 可以通过“BKM”搜索。即单词中每个汉字拼音的首字母

@ChestnutHeng
Copy link
Author

Or is there an API interface that can specify a search alias for the ROMs, and I can generate an index file for the ROMs?

@christianhaitian
Copy link
Owner

I'm not sure I fully understand the question but if you're looking to search all your games, just press start>game collection settings>automatic game collections>all games. After emulationstation refreshes the screen, you can then press the y button to search your games.

@christianhaitian
Copy link
Owner

Any further update on this request?

@ChestnutHeng
Copy link
Author

ChestnutHeng commented May 28, 2024

For example, There is .xml files in my TF2 roms:

<?xml version="1.0"?>
<gameList xmlns:xsi="make by G.R.H">
	<game>
		<path>./Armor..Attack (World).zip</path>
		<name>Z 装甲奇袭[ZJQX]</name>
		<image>./image/Armor..Attack (World).png</image>
		<video>./video/Armor..Attack (World).mp4</video>
	</game>
.....

I want to search "ZJQX" to find this game。 I can't search that in "all games"

@ChestnutHeng
Copy link
Author

ChestnutHeng commented May 29, 2024

/roms2/gba/gamelist.xml file:“BKMHBS”
1191716960147_ pic
game list:“BKMHBS”
1161716960112_ pic
search:“BKM”
1171716960117_ pic
not found:
1181716960118_ pic

@ChestnutHeng
Copy link
Author

@christianhaitian updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants