Author Topic: [SOLVED] Screensaver Info?  (Read 2288 times)

mahuti

  • Administrator
  • Sr. Member
  • *****
  • Posts: 252
    • View Profile
    • Github Repositories
[SOLVED] Screensaver Info?
« on: June 02, 2017, 07:02:38 PM »
I'm working on a custom screensaver. I was hoping to add the play count and playtime of the displayed game, rather than the *current* game behind the screen saver. Is this possible? Looking in the docs I didn't find anything obvious, but I may be looking in the wrong docs. Any help would be greatly appreciated.
« Last Edit: June 07, 2017, 12:15:25 AM by mahuti »

mahuti

  • Administrator
  • Sr. Member
  • *****
  • Posts: 252
    • View Profile
    • Github Repositories
Re: Screensaver Info?
« Reply #1 on: June 02, 2017, 08:25:48 PM »
I figured it out.

Code: [Select]
fe.game_info(Info.PlayedTime, index_offset)
I had to get the index_offset of the movie I loaded for the background.