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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore last played date #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flabbamann
Copy link

I dug out the old code for game time tracking and did some adjustments to make it work again.

I don't think PSN currently provides data for game time tracking, but this at least gives us last played dates for the games and they show up in recently played 馃槂

@Koen87
Copy link

Koen87 commented Jun 5, 2022

For anyone looking to do this but can't find the folder, try this. Make sure GOG is closed when you do this!

  1. Go to the plugin directory based in OS:

Windows:
%localappdata%\GOG.com\Galaxy\plugins\installed

macOS:
~/Library/Application Support/GOG.com/Galaxy/plugins/installed

  1. Find the PSN folder (something like psn-42389-23234-etc.

  2. Open the files psn_client.py and plugin.py with a code editor (Atom, Sublime, Visual Studio Code).

  3. Go to the code of this branch: 8b05bd2.

  4. Copy/paste the code found in the link (the WHOLE code of the files, not just the changes) into the correct files you've opened in step 3.

  5. Save the files and open GOG

I did not need the test file to be added for this to work.

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

Successfully merging this pull request may close these issues.

None yet

3 participants