rallion / depressurizer

GNU General Public License v3.0
784 stars 78 forks source link

Add option for using popular tags in list of categories #14

Closed andrewburgess closed 9 years ago

andrewburgess commented 9 years ago

Added a flag in the AutoCat edit dialog for using Popular Tags along with the Steam supplied "Genres". Each GameEntry gets a new field called "Tags" which function similarly to Genres, but I figured it would be better to separate them out.

It's not super ideal, but at the very least you can rip out the regex and use that for something else.

Also, sorry about the regenerated resx and Designer files. Apparently my VS instance just stomped all over that

andrewburgess commented 9 years ago

Additional note about the regex: it pulls the "popular tags" from the Steam app page, but will only use the first 5 (similar to what gets displayed on the webpage, though Steam actually delivers more tags than are displayed).

rallion commented 9 years ago

This would be really hard to merge at this point, but tags are next on the agenda and the next release will be out as soon as I've added them anyway.