JTNDev / galaxy-integration-wii

MIT License
14 stars 1 forks source link

Added matching by ID #16

Closed AT0myks closed 4 years ago

AT0myks commented 4 years ago

Because I like to have the game IDs in my filenames and don't want to necessarily have to rename my files I added an option to match by ID. It can be used with the best match option. I added a tiny WiiGame class and cleaned up some code to make it more readable, and also added a main to backend.py for testing. I updated the readme to reflect my changes and some of your previous ones.