Skip to content

Commit

Permalink
new bugfix release of wikipedia metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Mar 12, 2023
1 parent 03cc4ef commit 09ab6e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions Common/KNARZhelper/PlatformHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public PlatformHelper(IPlayniteAPI api)
TryAddPlatformByName(platformSpecNameByNormalName, "PS4/5", new[] { "sony_playstation4", "sony_playstation5" });
TryAddPlatformByName(platformSpecNameByNormalName, "Playstation 4/5", new[] { "sony_playstation4", "sony_playstation5" });
TryAddPlatformByName(platformSpecNameByNormalName, new[] { "Sega Mega Drive", "Mega Drive" }, new[] { "sega_genesis" });
TryAddPlatformByName(platformSpecNameByNormalName, new[] { "Super NES", "Super Nintendo Entertainment System" }, new[] { "nintendo_super_nes" });
//TryAddPlatformByName(platformSpecNameByNormalName, new[] { "SNK Neo Geo MVS", "Neo Geo MVS" }, new[] { "snk_neo_geo" });
}
private bool TryAddPlatformByName(Dictionary<string, string[]> dict, string platformName, params string[] platformSpecNames)
Expand Down
10 changes: 9 additions & 1 deletion Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ Packages:
ReleaseDate: 2023-03-11
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-11/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_0.pext
Changelog:
- initial release
- initial release
- Version: 1.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-12
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-12/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_1.pext
Changelog:
- added more websites for link matching and platform names for platform matching
- fixed various bugs fetching the data wrong in certain conditions
- fixed not being able to search for another string in the search dialog
4 changes: 2 additions & 2 deletions Metadata/WikipediaMetadata/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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
2 changes: 1 addition & 1 deletion Metadata/WikipediaMetadata/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Name: Wikipedia Metadata
Author: HerrKnarz
Version: 1.0
Version: 1.1
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png

0 comments on commit 09ab6e0

Please sign in to comment.