-
Notifications
You must be signed in to change notification settings - Fork 120
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
"Skip games marked as hidden" function not working #52
Comments
@eddie3 Gentle bump on this -- is this something that you're aware of?
This code doesn't seem to actually make the program skip hidden games. I verified this by deleting and regenerating the manifest; games that are marked as hidden in my library were scanned and logged. Stripping |
I recently stumbled upon this project and am giving it my first trial, so I'm not the creator but thought I'd chime in; I marked multiple demos/free games (how do those even end up in your library? I certainly never added these 🤔 ) as hidden. I then ran Are you running the update command with any additional arguments? It might be worth to try with as few flags as possible just to see if that helps solve your problem. If it helps, in my test I ran it with |
No, I'm running with zero arguments, with several games marked as hidden through GOG Galaxy. There does not seem to be functionality at GOG's website to do so. Despite this, games marked as hidden in GOG Galaxy are still showing up in the verify output as missing. I even checked to see if one of my edits to the verify function was causing it to misreport, but it's not so. Edit: just to make absolutely certain, I've just blown away the entire manifest and am regenerating it, though the update command ought to regenerate it anyway. How are you marking the games as hidden? |
I used the "hide game" option that can be found in the sub-menu (or "more" menu on the expanded game view) on your account page: If you use the hide feature in GOG Galaxy, do the games end up hidden on this account page view too for you? In my case they all appear under the "hidden" filter view (found by clicking on the "my collection" title at the top of the list). If not, perhaps GOG Galaxy's hide feature is something separate? I don't actually use GOG Galaxy as there's no native linux version for it, so I can't check this myself. Edit: Actually, I think you're right. Somehow I do think hidden games end up in the manifest file after all. I'm running an initial download at the moment and I just checked the manifest file and it contains all the games I had marked as hidden. How odd. Edit 2: @ToxiClay are you by any chance running this tool using krautit's docker container? |
Ah! That's it! That's the reason. Or, at least, possibly? For at least one title? And no, I am not running the tool through a docker container, but rather natively through Windows.
|
Yeah I think that's it. I am re-running the So.. is GOG Galaxy's hide option just completely separate? What an odd design choice that would be 🤔 |
That...almost has to be it. Like, I can hide a game that I haven't installed, and it feels like that change should propagate back to GOG proper. It's super bizarre the way they've chosen to do it. I'll be sure to include a note to this effect in my copy of the repo tool before I make another PR. |
Resync Dev to Master
Will ensure this works in my rewrite. Thanks for reporting. |
The update command says that it will skip games marked as hidden, but it doesn't appear to do so. I've marked various demos as hidden, but they still appear in the manifest and as missing files when using the verify command.
The text was updated successfully, but these errors were encountered: