steam-rom-manager icon indicating copy to clipboard operation
steam-rom-manager copied to clipboard

Add ability to override categories on Exceptions

Open rkr87 opened this issue 2 years ago • 2 comments

Would it be possible to override the categories field on added Exceptions?

I've found a workaround using Regex in the parser config to achieve what I want but would prefer the ability to manage it in the Exceptions interface as the more games I add the more cumbersome the Regex becomes to update.

I setup a parser to add the games I have in Lutris (on Linux) which contains all of my non steam store games (eg GoG, Epic, etc) and would like to categorise them by the store source;

${${/^(?:(?!Epic).)*$/|${/(alien\-isolation|satisfactory|rogue-legacy$|absolute-drift|among-us|cave-story|celeste|sonic-mania|a-short-hike)/|${title}|Epic}|${/^(?:(?!GOG).)*$/|${/(divinity-original-sin-2)/|${title}|GOG}|Other}}}

Side question, is there a way for me to submit my Lutris parser as a template? I noticed there wasn't one in the templates section.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

rkr87 avatar May 21 '22 07:05 rkr87

This is a good idea. Comment your parser in the ongoing issue that has community templates.

cbartondock avatar May 21 '22 12:05 cbartondock

I had a further thought on this, I don't know if it belongs here or should be raised as a separate enhancement. It would be good if we could define categories in the JSON files for the manual parser too.

I have a couple of misc applications that aren't games setup in a manual parser - items you wouldn't usually create Steam shortcuts for but on the Steam Deck you can't run anything in Game Mode that doesn't have a Steam shortcut setup.

rkr87 avatar May 22 '22 13:05 rkr87