british-choi / EmuELEC

EmuELEC의 한글판 patch 작업실
36 stars 10 forks source link

스크래핑 데이터베이스가 ARCADEDB만 지원됨. (다른 2가지가 표시되지 않음) #9

Closed british-choi closed 2 years ago

british-choi commented 2 years ago

영문 버전의 경우 3가지 스크랩 Site를 지원하나 한글 버전의 경우 ArcadeDB 만 지원됨.

emuelec-emulationstation/package.mk 파일에 아래의 내용이 기록되어 있음. ScreenScaper와 GamesDB는 접근하기 위한 api key가 필요함. api_keys.txt에 아래의 내용을 기록하고 build해야 해당 내용이 추가되어 Build될 수 있음. Source상에는 api_keys.txt가 포함되어 있지 않으므로 영문판 emulationstation 파일에서 추출해서 설정해야함.

# Read api_keys.txt if it exist to add the required keys for cheevos, thegamesdb and screenscrapper. You need to get your own API keys. 
# File should be in this format
# -DSCREENSCRAPER_DEV_LOGIN=devid=<devusername>&devpassword=<devpassword> 
# -DGAMESDB_APIKEY=<gamesdbapikey>
# -DCHEEVOS_DEV_LOGIN=z=<yourusername>&y=<yourapikey>
# and it should be placed next to this file