You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run both ./gogrepo.py update -os windows linux mac and ./gogrepo update (which should do the same now, due to my editing the gogrepo.py file) to get all OS' in the manifest.
To download all Linux files to the -Linux directory, I ran ./gogrepo.py download -os linux /media/USER/DISK/Games/GOGrepo/gogrepo-library-Linux
However, I get an error when trying to download this way.
Also, on that note, I'd like to suggest, if possible, to have the download automatically create directories based on operating system.
E.g. (very crude, but you get the picture)
The text was updated successfully, but these errors were encountered:
buhund
changed the title
Download OS specific files only to specified directory
Error when trying to download OS specific files only to specified directory
Mar 18, 2018
Hello! Awesome utility, this! But I have encountered a little trouble trying to use it:
I've successfully downloaded files to an external disk, with default gogrepo.py, by running
I then found that it was only the Windows files being downloaded, which I assume is a result of line 113 in gogrepo.py:
I updated this to
I created directories for all OS', so as to have better overview
I've run both
./gogrepo.py update -os windows linux mac
and./gogrepo update
(which should do the same now, due to my editing the gogrepo.py file) to get all OS' in the manifest.To download all Linux files to the -Linux directory, I ran
./gogrepo.py download -os linux /media/USER/DISK/Games/GOGrepo/gogrepo-library-Linux
However, I get an error when trying to download this way.
What am I doing wrong?
Also, on that note, I'd like to suggest, if possible, to have the download automatically create directories based on operating system.
E.g. (very crude, but you get the picture)
The text was updated successfully, but these errors were encountered: