Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Nov 22, 2022
1 parent 632a787 commit eb9ee9f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 27 deletions.
12 changes: 12 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 1.6
RequiredApiVersion: 6.5.0
ReleaseDate: 2022-11-22
PackageUrl: https://github.com/HerrKnarz/Playnite-Extension-LinkUtilities/releases/download/v1.6/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_1_6_0.pext
Changelog:
- added support for Nintendo Wiki (add/search)
- added support for SNK Wiki (add/search)
- added support for IGN (add only)
- added support for Zophar's Domain Music (search only)
- partial matching now also works, if only one pattern is set.
- fixed wrong text in settings ("rename unwanted links")
- partial Spanish translation (thx Madcore)
- Version: 1.5
RequiredApiVersion: 6.5.0
ReleaseDate: 2022-11-19
Expand Down
47 changes: 23 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,38 @@ This is an extension for the superb open source video game library manager and l

The following websites are supported for add/search functions (and can be toggled in the settings):

| **Website** | **Add** | **Search** | **Library** |
|---------------------|-------------------------------------------------------|---------------------------|------------------------------------------------|
| Arcade Database | yes (only for game roms following MAME naming scheme) | yes | no |
| Co-Optimus | no (link contains several variable parts) | yes | no |
| Epic | yes | yes | no (can't find a way to get a definitive link) |
| Gamer Guides | yes | no (scraping not allowed) | no |
| GOG | yes | yes | yes |
| Hardcore Gaming 101 | yes | yes | no |
| itch.io | no (link contains several variable parts) | yes | yes |
| Lemon Amiga | no (link doesn't contain game name) | yes | no |
| MetaCritic | yes (for each platform the game has) | no (scraping not allowed) | no |
| MobyGames | yes | yes | no |
| NEC Retro | yes | yes | no |
| PCGamingWiki | yes | yes | no |
| RAWG | yes | yes | no |
| Sega Retro | yes | yes | no |
| Steam | no (link contains game id) | yes | yes |
| StrategyWiki | yes | yes | no |
| Wikipedia | yes | yes | no |
| **Website** | **Add** | **Search** | **Library** |
|-------------------------|-------------------------------------------------------|-----------------------------------|------------------------------------------------|
| Arcade Database | yes (only for game roms following MAME naming scheme) | yes | no |
| Co-Optimus | no (link contains several variable parts) | yes | no |
| Epic | yes | yes | no (can't find a way to get a definitive link) |
| Gamer Guides | yes | no (scraping not allowed) | no |
| GOG | yes | yes | yes |
| Hardcore Gaming 101 | yes | yes | no |
| IGN | yes | no (no proper search page or API) | no |
| itch.io | no (link contains several variable parts) | yes | yes |
| Lemon Amiga | no (link doesn't contain game name) | yes | no |
| MetaCritic | yes (for each platform the game has) | no (scraping not allowed) | no |
| MobyGames | yes | yes | no |
| NEC Retro | yes | yes | no |
| Nintendo Wiki | yes | yes | no |
| PCGamingWiki | yes | yes | no |
| RAWG | yes | yes | no |
| Sega Retro | yes | yes | no |
| SNK Wiki | yes | yes | no |
| Steam | no (link contains game id) | yes | yes |
| StrategyWiki | yes | yes | no |
| Wikipedia | yes | yes | no |
| Zophar's Domain (Music) | no (would need manual matching of platform names) | yes | no |

## Planned features
- add links to more websites. The following are already planned:
- Gamepressure Guides
- How Long To Beat
- IGDB (was included till 0.4 but had to be removed because it wasn't working as intended)
- IGN
- IGN Guides
- MAME Smart Database (maybe not, because the site can't be scraped and returns 200 even on non valid links - could only work with a list of mame rom names)
- Nexus Mods (maybe - could replace the nexus mods add-on)
- Nintendo Fandom
- OpenCritic
- SNK Wiki
- Zophar's Domain (Music)
- check if links are still working, optional removal of dead links (postponed for now, because several sites return 403 when checked without real browser)

### Websites I won't add to the extension:
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
2 changes: 1 addition & 1 deletion Source/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Name: Link Utilities
Author: HerrKnarz
Version: 1.5.0
Version: 1.6.0
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png

0 comments on commit eb9ee9f

Please sign in to comment.