mjrgh / PinballY

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

Add Fields in GAME DETAILS database #208

Open CainArg opened 2 years ago

CainArg commented 2 years ago

Is your feature request related to a problem? Please describe.

Add fields to table's database GAME DETAILS

Describe the solution you'd like

Add fields such as:

  1. Table's Author/ version number
  2. Table's Modder/ version number

To be shown at info window or/and to filter by author/modder if needed

Additional context Add any other context or screenshots about the feature request here.

timhobbs commented 2 years ago

i was challenged by apophis on the vpc discord to see about integrating the high score corner scores with each table - ultimately the easiest way to do this is to associate a table with the vpsid from https://virtual-pinball-spreadsheet.web.app/

i mention all this because if the vpsid were associated then the requested fields would basically be accessible via the vps data. it could be accessed via some api call or whatever (not sure they are there yet) but it would be nice to be able to add fields to the database.

i realize that they are simple xml files but most users are not comfortable with editing xml. if there were a way to "import from csv" that would be a nice step towards importing the additional info to then show in the UI in some way.

@CainArg this is really meant more for @mjrgh - i am just basically giving a "+1" to your suggestion with some reasoning behind why i think it would add value.