It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Is it possible to share my game list, somehow? (as an example, export the list to a file)
Post edited April 16, 2020 by kingmustard
*bump*
see image
https://windowsforum.com/media/ussnorways-games-on-gog-com-www-gog-jpg.758/full

you can view your entire game list from the account profile tab... use one of the many full screen browser plug ins [I use Firefox] and save the list as an image

note; a lot of games = scrol to bottom of page so all games are in the list before taking screengrab
Post edited April 24, 2020 by ussnorway
avatar
ussnorway: see image
https://windowsforum.com/media/ussnorways-games-on-gog-com-www-gog-jpg.758/full

you can view your entire game list from the account profile tab... use one of the many full screen browser plug ins [I use Firefox] and save the list as an image

note; a lot of games = scrol to bottom of page so all games are in the list before taking screengrab
That only shows GOG games.

Most of my games aren't GOG games (please see attached screenshot).
Attachments:
avatar
ussnorway: see image
https://windowsforum.com/media/ussnorways-games-on-gog-com-www-gog-jpg.758/full

you can view your entire game list from the account profile tab... use one of the many full screen browser plug ins [I use Firefox] and save the list as an image

note; a lot of games = scrol to bottom of page so all games are in the list before taking screengrab
avatar
kingmustard: That only shows GOG games.

Most of my games aren't GOG games (please see attached screenshot).
I found this here:

https://www.reddit.com/r/gog/comments/fwmx5p/export_your_entire_collection_on_gog_galaxy_20_to/

but i can't run it
avatar
kingmustard: That only shows GOG games.

Most of my games aren't GOG games (please see attached screenshot).
avatar
SonicScientist1987: I found this here:

https://www.reddit.com/r/gog/comments/fwmx5p/export_your_entire_collection_on_gog_galaxy_20_to/

but i can't run it
I could run with the Windows PowerShell. After i've typed in "python3" i'd to download and install Python v3 from the Windows Store, which opened automaticly. After that i've typed in "pip install natsort" to install a needed package.

And finally this: python3 .\galaxy_library_export.py -a -d ";"

The "-a" stands for "All Informations" and the "-d" for the CSV delimiter. In my case it's the semicolon.

The CSV file will be created inside the same folder, It's working fine for me.
avatar
ksduck: I could run with the Windows PowerShell. After i've typed in "python3" i'd to download and install Python v3 from the Windows Store, which opened automaticly. After that i've typed in "pip install natsort" to install a needed package.

And finally this: python3 .\galaxy_library_export.py -a -d ";"

The "-a" stands for "All Informations" and the "-d" for the CSV delimiter. In my case it's the semicolon.

The CSV file will be created inside the same folder, It's working fine for me.
Thanks for the reply, i will try that.


Edit: After i type python3 .\galaxy_library_export.py -a -d ";" it makes an error:
IndentationError: unexpected indent

Do you know how to fix it??
Post edited August 30, 2021 by SonicScientist1987
avatar
ksduck: I could run with the Windows PowerShell. After i've typed in "python3" i'd to download and install Python v3 from the Windows Store, which opened automaticly. After that i've typed in "pip install natsort" to install a needed package.

And finally this: python3 .\galaxy_library_export.py -a -d ";"

The "-a" stands for "All Informations" and the "-d" for the CSV delimiter. In my case it's the semicolon.

The CSV file will be created inside the same folder, It's working fine for me.
avatar
SonicScientist1987: Thanks for the reply, i will try that.

Edit: After i type python3 .\galaxy_library_export.py -a -d ";" it makes an error:
IndentationError: unexpected indent

Do you know how to fix it??
Try removing the quotes ("") around the semicolon.
avatar
SonicScientist1987: Thanks for the reply, i will try that.

Edit: After i type python3 .\galaxy_library_export.py -a -d ";" it makes an error:
IndentationError: unexpected indent

Do you know how to fix it??
avatar
akaSaikou: Try removing the quotes ("") around the semicolon.
I will try that
After wondering how to do this myself and trying many different things, I found the chrome extension Listly.io (www.listly.io). Add this extension to your browser (chrome, edge) and then go to either your GOG games list or profile page with your games list, and click this extension to start the process. You can export the list as an Excel file. Hope this helps someone save some time.
Post edited September 05, 2023 by adambishop
Thanks, adambishop!