christianhaitian / arkos

Another rockchip Operating System
MIT License
1.37k stars 81 forks source link

Add Chinese Games search with first letter of pinyin #1068

Closed ChestnutHeng closed 1 week ago

ChestnutHeng commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Any further update on this request?

ChestnutHeng commented 1 month ago

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 commented 1 month ago

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

ChestnutHeng commented 1 month ago

@christianhaitian updated

christianhaitian commented 1 week ago

Sorry, I don't know how to resolve this issue.