garbear / xbmc

XBMC Main Repository
http://xbmc.org
Other
134 stars 53 forks source link

Savestate auto captioning #121

Closed NikosSiak closed 4 years ago

NikosSiak commented 4 years ago

Description

This PR adds an auto captioning feature for savestates using RetroAchievements rich presence evaluation. To get the necessary data from the RetroAchievements API the user must login to their account from the game settings. This PR depends on this PR in game.libretro

Motivation and Context

I have opened an other PR for RetroPlayer that implements a savestate manager which displays the date-time that the savestate was created or a custom title, this PR gives savestates a title displaying what the player is currently doing in their game. This PR will stay as a draft until the savestate manager is merged and rebased to this version of kodi because there there are some changes that need to be done in order to work together.

How Has This Been Tested?

Screenshots (if appropriate):

Types of change

Checklist:

NikosSiak commented 4 years ago

Superseded by https://github.com/garbear/xbmc/pull/120