-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add support for user categories #47
Comments
Good idea. |
GOG library tags can be imported, their API sends them with owned games list. |
From a glance I have a hard time figuring out how the pop-up works. Is Include/Exclude a mode switch, or a tab view? If it's a whitelist/blacklist switch, I'd have a hard time picturing a use case for it. And I haven't seen a dual-column selector like that in a UI in a while. Why not a simple checklist? Either that, or have collapsible headers line the "Installed"/"Not installed" headers that are already in the list view, but add a clickable -/+ icon to the side. Headers would need to be introduced to the icons view for this to work. |
This layout was the first thing that I've thought of, but I agree that it may not be a good solution. Do you suggest Steam-like headers for tags. I don't really like this solution, because expected behaviour in this case is to list game in each tag it has, and it may become too much. Example: I have used Depressurizer to import Steam tags as library categories. I have many categories. This is a VR section with just 11 games and it's already a mess if games have multiple tags. |
@neuromancer, @MessedUpHare, do you have any ideas or suggestions? |
I think you can add IGDB support and extract keywords from there as well. |
If there's automatic tagging, I'd prefer that it be optional, and placed separately in the list from user-made categories. Maybe have a settings dialog for managing the categories, where you can rename/delete user categories, and choose between providers for automatic ones? |
What do you think about this? The first two tags (favorites and hidden) are builtin non-removable tags. Also it's probably the right place to add some additional filters like platforms (should be visible if non-native games are enabled). Do you think tags search is needed here? Or sorting |
* GamesDB refactoring * Game tags * Tags import from GOG * FiltersPopover (just basic UI now, not hooked to anything)
Tags are working now (no user-created tags yet). GOG tags will be imported. Games can be marked as favorite or hidden with right click in both grid and list views. |
I'm afraid that last revision is broken for me. It does not load any game, I believe is related with #48, but it does not seem to be fixed changing some options (and unfortunately, I won't be able to submit a proper issue report in two weeks). |
@neuromancer I'm still not sure what's the problem as it fixed itself on my laptop. Have you waited long enough to get all your games cached in db? |
GOG categories are working, but the icon of that menu is missing: (I'm using 53e10bb ) |
@cosmicchipsocket check with the latest commit in dev branch. Do you have any ideas or suggestions? |
Went ahead and installed the latest dev build. It looks pretty good so far, although I'd expect custom tags to have their own headers (similar to Favorites), though simply hiding the categories I don't want is good enough for now. I'm not sure why I can select GOG tags for games on Steam. There's also the issue of every game being listed as "Run with compatibility layer" but that's an unrelated issue. |
Bug report: Making a new tag named "Complete" and then hiding it will instead hide the "Not installed" category. |
Right now
Yes, I know about that bug.
What header should be displayed if game has multiple tags?
I'm not sure why it should be limited. GOG tags are the same as any other tags, all the difference is that GOG tags are auto-imported from GOG and have GOG icon.
I see that, not sure yet why that happens. It doesn't hide all of the not installed games, but some of them. |
@cosmicchipsocket
Should be fixed in |
Because the GOG icon on them implies that they are synchronized with GOG and it'd be hard to conceptualize GOG knowing how to apply a tag to a Steam game. (At the very least I'd like to be able to disable the GOG tags) |
@cosmicchipsocket imported tags can be disabled since cb4c384. |
Are there any plans to support importing Steam's categories as tags? I have a major amount of categories set up, too, and I'd like to have them totally synced between GameHub and Steam. Doing that manually would be too ridiculous. @tkashkin You mentioned importing Steam's categories in with Depressurizer earlier? How exactly did you do that? I'm only just now hearing about Depressurizer, and it seems to be Windows-only. I'm on Linux. I do have a Windows VM, but if I used it, is there actually a way through Depressurizer to, I guess, export Steam's categories as a format that's easy to plug into GameHub's config files, and then copy those config files into Linux? I mean, that's way too roundabout to be a permanent workaround. However, I wouldn't mind doing it this first time until more of a sync situation can be implemented. |
@Jimi-James
No plans right now, but it should be doable. I'll need to research how does Steam store user-added categories.
I have mentioned it only as an example of what a mess it would be if there was a list header for each tag and game had multiple tags. |
Oh, I'm pretty sure that's in
Oh, wait, I just realized you actually imported Steam community tags. As in not user categories. OK, yeah, I see, that wasn't what I was hoping at all. Oh well. |
After all the bugfixing we just did elsewhere, GameHub is almost flawless for my setup! All that's left to do now is get my Steam categories and non-Steam game shortcuts in a sync setup with GameHub. Which I've figured out the best way to accomplish is on my own, in a launcher-agnostic way (I've lived through Ice and Steam-ROM-Maneger each working and then stopping working forever, forgetting their settings now and then along the way, and I'm sick of that). It looks like I'll be able to build a launcher-agnostic syncing setup using only Bash scripts that I'll figure out how to plug into GameHub's config files, the Turns out there's not only a Python library for that (https://pypi.org/project/vdf/), but also a complete project someone else has already "finished" (it's a bit out-of-date now: https://github.com/CorporalQuesadilla/Steam-Shortcut-Manager), who I'm now talking to over reddit. When I have more time later, I'll probably help with that, and either way, once it's all back in working order, I can put what I figure out about GameHub integration into its wiki, and then post back here with that whole setup! |
@Jimi-James GameHub can already read, change and save Now it adds games to It should be possible to extend it to allow two-way sync. |
Oh! I... OK, I just failed to find that setting myself. I guess I didn't realize it was already there because I didn't try adding a shortcut through GameHub yet (as I had actually just finished dramatically reorganizing my Steam library immediately before finding GameHub)? And because the two-way sync hasn't been implemented yet? So when that happens, everything will just show up in here? To be honest, I'd rather wait for two-way sync to be implemented, and then when I have time and if it hasn't happened yet, try helping with a pull request, than set up the same custom shortcuts and categories all over again in a new program. Does the current implementation already use, or have an option to use, |
No, it does not. This is an interesting idea, but I'm not sure yet how to implement it. Current supported scenario is a bit different:
|
Alright, that's what I figured, as it doesn't seem to work with native games yet. If I try to make just a shortcut to a binary on my system, I get a shortcut that doesn't actually do anything. It lists itself as Not installed, and trying to install it does nothing. Clicking Add to steam does nothing. On top of that, it won't even remember the binary that it's set to use. |
@Jimi-James that's weird. It works fine for me: Added shortcut:
Run GameHub from terminal with at least |
The plot thickened--I took a while to notice (I've been in a busy spell), but Steam actually did get my Test shortcut added to it. Several times--once for each time I pressed the button, only to be confused by the lack of any feedback. So, the only thing that's actually not working there is I can't set a binary or a starting path--both always become blank again as soon as I close and reopen that shortcut's config window. Weirdly, a binary (Target) and starting path do end up being set in the corresponding Steam shortcut, but they're not exactly what I had in mind: When I'm less busy again (probably later this week), I'll try all this again from scratch with the EDIT: Looking back at your last comment, I'm just now realizing that what I'm seeing in that screenshot might have been intended. I can see that the shortcut you've added--and, with the proper launch option, also those Test shortcuts I added--are actually meant to launch a game from Steam to GameHub. I didn't realize that was the only Steam shortcut functionality GameHub had so far. What I'm actually looking for is the opposite: a shortcut in GameHub, that uses In other words, basically exactly the same thing as each game launcher that is automatically added into GameHub when it is synced with Steam for each Steam game, but with 2 differences: The user could specify the appID of a normal Steam game, or they could scour the If/when GameHub gains 2-way Steam category/shortcut syncing functionality, that feature could be combined with this feature, for one or both of two more differences between the GameHub's own default Steam launchers and these custom shortcuts: |
* GamesDB refactoring * Game tags * Tags import from GOG * FiltersPopover (just basic UI now, not hooked to anything) Former-commit-id: c4e0f3f
Games context menu Former-commit-id: 6765826
Imported tags can be disabled (tkashkin#47) Experimental flatpak changes (tkashkin#15) Former-commit-id: cb4c384
It would be nice to be able to create categories and use them to organize your games. There are several use cases for this:
Being able to show/hide these categories would also help cut down on clutter, and you should be able to add a game to multiple categories (as if they were tags).
The native Steam client has this functionality, and I think it's worth having here too.
The text was updated successfully, but these errors were encountered: