-
-
Notifications
You must be signed in to change notification settings - Fork 14
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recents and DLd #113
base: master
Are you sure you want to change the base?
Recents and DLd #113
Conversation
Update hashes for purchased and plus. Add recenty-played, currently unused.
@salzrat to test:
The Downloads tab will be more effort as by default, with no console linked, there are no relevant API calls.
* These may be relevant if requested by the Downloads tab but are already in use for the Purchased and Played tabs respectively. |
First, the let O= statement threw an access denied error. After reloading it worked and produced a prompt with a json of the games list (just included the first 2 games here):
|
When clicking on the downloads tab, no graphql command is issued. Only a POST to some cryptic webpage... |
Please test again and verify the |
Looks like this: interesting is that for the first one, entitlement is null. Some of the games have this... |
Oh, I have a suspicion: I guess entitlement=null for disc titles, i.e., ones that were not purchased in the store! I noticed the standard psdle doesn't export inactive titles although the field can be exported (isactive is always true). In this json I see the inactive titles, which makes a lot of sense! |
Thinking about this even further, the library and last played need not correlate due to different users playing the games on a console. so it might be interesting to correlate my library to the last played of another user (e.g., my son), so I know what he has played and what I haven't shown him yet... I know it's not possible to do that automatically, but by downloading my library, and then the last played list of my and his account, I could merge the data myself in excel... |
Closes #112