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

×
avatar
Lillesort131: Related to this, it seems that you can change the jpg extension to png in order to get lossless art. It doesn't seem to work for the box art (shown in your library), however.
Sweet, good tip!
avatar
adambiser: As a side, somewhat related note, if you want large versions of the image shown in the game list (which is not the box art, I know), right click the image and "View Image" then remove _196 from the end of the url.:

Gothic:
http://images-1.gog.com/7a520e68d2f6a50d5e6a5dc45deb33aeddcd58f17dd922123352b677cc357ecd_196.jpg
http://images-1.gog.com/7a520e68d2f6a50d5e6a5dc45deb33aeddcd58f17dd922123352b677cc357ecd.jpg
avatar
Lillesort131: Related to this, it seems that you can change the jpg extension to png in order to get lossless art. It doesn't seem to work for the box art (shown in your library), however.
Very nice! I'll edit my post to include that.
I don't know if anyone will find it useful, but to download all box art in the highest resolution (assuming Unix-like os, only tested on Linux), go to your account and save the webpage as account.html. Then open a terminal, cd to the directory where you just saved the file and use the following command:

cat account.html | grep -o -E '{4}/[0|1][0-9]/[0-f]{40}_bbC_20\.jpg]https://www.gog.com/upload/images/[0-9]{4}/[0|1][0-9]/[0-f]{40}_bbC_20\.jpg' | sed 's/_bbC_20//g' | xargs wget

(I suggest using another folder than your desktop)
avatar
Lillesort131: cat account.html | grep -o -E '{4}/[0|1][0-9]/[0-f]{40}_bbC_20\.jpg]https://www.gog.com/upload/images/[0-9]{4}/[0|1][0-9]/[0-f]{40}_bbC_20\.jpg' | sed 's/_bbC_20//g' | xargs wget
Smart stuff. I do love a clever bit of shell scripting to get the job done. I do a lot of it myself. Thanks for the handy command!
avatar
Lillesort131: snip
Curious addendum, when I save my shelf as a file, it only saves the first ten rows of the shelf. Even when I view the source it's the same. I'm guessing the rest are built out through scripting and don't appear in the page code.

I'll see if the list view works better.

EDIT: List view is a no-go. It seems to get all the titles, but the image names are unrelated to those of the box art images.

The workaround I used to get the whole shelf is to choose Inspect Element on div.shelf_main, copy the Inner HTML, and paste it into the source file. Then it has the full list.
Post edited January 15, 2015 by IAmSinistar
Well, I'm going to go ahead and mark the post from Snickersnack as the solution. Thanks to everyone who posted all these neat tricks, clearly there is a lot of treasure hidden below the sands on this site. :)