mjrgh / PinballY

A table browser and launcher ("front end") for virtual pinball cabinets.
Other
47 stars 22 forks source link

Category Manager #168

Closed worksasdesigned closed 3 years ago

worksasdesigned commented 3 years ago

A Category Manager is missing. Right now i have around 80 FX3 and 170 VPX Tables + some other stream Games.

My categories are like:

If i want to organize my tables with tags/categories its a lot of work to

Optimal solution would be:

This can be a windows styled option list as the Game details.

mjrgh commented 3 years ago

This sounds like a good Javascript add-on. You might go over to https://github.com/pinbally and see if anyone there is up for implementing it. (Or if you want to give it a shot, that would be a good place to share it.)

mjrgh commented 3 years ago

Here's a Javascript add-in that should do the trick:

https://github.com/PinballY/PinballY-Addons-and-Examples/tree/main/BatchCategoryTagging

worksasdesigned commented 3 years ago

Thank you!