├── .coderabbit.yml ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── question.md └── release.yml ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── crowdin.yml ├── forum ├── control_01.jpg └── settings_01.jpg ├── manifest └── Lacro59_LibraryManagement.yaml ├── screenshots ├── plugin_settings.jpg └── thumbs │ └── plugin_settings.jpg └── source ├── App.xaml ├── Controls ├── PluginAgeRating.xaml ├── PluginAgeRating.xaml.cs ├── PluginFeaturesIconList.xaml └── PluginFeaturesIconList.xaml.cs ├── LibraryManagement.cs ├── LibraryManagement.csproj ├── LibraryManagement.sln ├── LibraryManagementSettings.cs ├── Localization ├── LocSource.xaml ├── ar_SA.xaml ├── bg_BG.xaml ├── ca_ES.xaml ├── cs_CZ.xaml ├── da_DK.xaml ├── de_DE.xaml ├── el_GR.xaml ├── en_US.xaml ├── es_ES.xaml ├── et_EE.xaml ├── fa_IR.xaml ├── fi_FI.xaml ├── fr_FR.xaml ├── gl_ES.xaml ├── he_IL.xaml ├── hr_HR.xaml ├── hu_HU.xaml ├── id_ID.xaml ├── it_IT.xaml ├── ja_JP.xaml ├── ko_KR.xaml ├── lt_LT.xaml ├── nl_NL.xaml ├── no_NO.xaml ├── pl_PL.xaml ├── pt_BR.xaml ├── pt_PT.xaml ├── ro_RO.xaml ├── ru_RU.xaml ├── sk_SK.xaml ├── sr_SP.xaml ├── sv_SE.xaml ├── tr_TR.xaml ├── uk_UA.xaml ├── vi_VN.xaml ├── zh_CN.xaml └── zh_TW.xaml ├── Models ├── AgeRating.cs ├── ItemFeature.cs ├── LmCompaniesEquivalences.cs ├── LmEquivalences.cs ├── LmFeatureEquivalences.cs ├── LmGenreEquivalences.cs ├── LmTagToCategory.cs ├── LmTagToFeature.cs ├── LmTagToGenre.cs └── LmTagsEquivalences.cs ├── Properties └── AssemblyInfo.cs ├── Resources ├── gog │ ├── dark │ │ ├── ico_achievements.png │ │ ├── ico_cards.png │ │ ├── ico_cart.png │ │ ├── ico_cc.png │ │ ├── ico_cloud.png │ │ ├── ico_collectibles.png │ │ ├── ico_commentary.png │ │ ├── ico_controller.png │ │ ├── ico_coop.png │ │ ├── ico_dlc.png │ │ ├── ico_editor.png │ │ ├── ico_familysharing.png │ │ ├── ico_hdaudio.png │ │ ├── ico_hdr.png │ │ ├── ico_leaderboards.png │ │ ├── ico_multiPlayer.png │ │ ├── ico_nexus.png │ │ ├── ico_overlay.png │ │ ├── ico_partial_controller.png │ │ ├── ico_remote_play.png │ │ ├── ico_remote_play_together.png │ │ ├── ico_sdk.png │ │ ├── ico_singlePlayer.png │ │ ├── ico_stats.png │ │ ├── ico_timeline.png │ │ ├── ico_vac.png │ │ ├── ico_vr.png │ │ ├── ico_vr_area_roomscale.png │ │ ├── ico_vr_area_seated.png │ │ ├── ico_vr_area_standing.png │ │ ├── ico_vr_input_kbm.png │ │ ├── ico_vr_input_motion.png │ │ └── ico_workshop.png │ └── white │ │ ├── ico_achievements.png │ │ ├── ico_cards.png │ │ ├── ico_cart.png │ │ ├── ico_cc.png │ │ ├── ico_cloud.png │ │ ├── ico_collectibles.png │ │ ├── ico_commentary.png │ │ ├── ico_controller.png │ │ ├── ico_coop.png │ │ ├── ico_dlc.png │ │ ├── ico_editor.png │ │ ├── ico_familysharing.png │ │ ├── ico_hdaudio.png │ │ ├── ico_hdr.png │ │ ├── ico_leaderboards.png │ │ ├── ico_multiPlayer.png │ │ ├── ico_nexus.png │ │ ├── ico_overlay.png │ │ ├── ico_partial_controller.png │ │ ├── ico_remote_play.png │ │ ├── ico_remote_play_together.png │ │ ├── ico_sdk.png │ │ ├── ico_singlePlayer.png │ │ ├── ico_stats.png │ │ ├── ico_timeline.png │ │ ├── ico_vac.png │ │ ├── ico_vr.png │ │ ├── ico_vr_area_roomscale.png │ │ ├── ico_vr_area_seated.png │ │ ├── ico_vr_area_standing.png │ │ ├── ico_vr_input_kbm.png │ │ ├── ico_vr_input_motion.png │ │ └── ico_workshop.png ├── media_editor.png └── steam │ ├── dark │ ├── ico_achievements.png │ ├── ico_cards.png │ ├── ico_cart.png │ ├── ico_cc.png │ ├── ico_cloud.png │ ├── ico_collectibles.png │ ├── ico_commentary.png │ ├── ico_controller.png │ ├── ico_coop.png │ ├── ico_dlc.png │ ├── ico_editor.png │ ├── ico_familysharing.png │ ├── ico_hdaudio.png │ ├── ico_hdr.png │ ├── ico_leaderboards.png │ ├── ico_multiPlayer.png │ ├── ico_nexus.png │ ├── ico_overlay.png │ ├── ico_partial_controller.png │ ├── ico_remote_play.png │ ├── ico_remote_play_together.png │ ├── ico_sdk.png │ ├── ico_singlePlayer.png │ ├── ico_stats.png │ ├── ico_timeline.png │ ├── ico_vac.png │ ├── ico_vr.png │ ├── ico_vr_area_roomscale.png │ ├── ico_vr_area_seated.png │ ├── ico_vr_area_standing.png │ ├── ico_vr_input_kbm.png │ ├── ico_vr_input_motion.png │ └── ico_workshop.png │ └── white │ ├── ico_achievements.png │ ├── ico_cards.png │ ├── ico_cart.png │ ├── ico_cc.png │ ├── ico_cloud.png │ ├── ico_collectibles.png │ ├── ico_commentary.png │ ├── ico_controller.png │ ├── ico_coop.png │ ├── ico_dlc.png │ ├── ico_editor.png │ ├── ico_familysharing.png │ ├── ico_hdaudio.png │ ├── ico_hdr.png │ ├── ico_leaderboards.png │ ├── ico_multiPlayer.png │ ├── ico_nexus.png │ ├── ico_overlay.png │ ├── ico_partial_controller.png │ ├── ico_remote_play.png │ ├── ico_remote_play_together.png │ ├── ico_sdk.png │ ├── ico_singlePlayer.png │ ├── ico_stats.png │ ├── ico_timeline.png │ ├── ico_vac.png │ ├── ico_vr.png │ ├── ico_vr_area_roomscale.png │ ├── ico_vr_area_seated.png │ ├── ico_vr_area_standing.png │ ├── ico_vr_input_kbm.png │ ├── ico_vr_input_motion.png │ └── ico_workshop.png ├── Services ├── IcoFeatures.cs ├── LibraryManagementTools.cs └── LmImageTools.cs ├── Views ├── AddEditNewAgeRating.xaml ├── AddEditNewAgeRating.xaml.cs ├── AddEditNewFeatureIcon.xaml ├── AddEditNewFeatureIcon.xaml.cs ├── LibraryManagementItemEditor.xaml ├── LibraryManagementItemEditor.xaml.cs ├── LibraryManagementSettingsView.xaml ├── LibraryManagementSettingsView.xaml.cs ├── LmImageEditor.xaml ├── LmImageEditor.xaml.cs ├── LmTagToItemView.xaml └── LmTagToItemView.xaml.cs ├── app.config ├── extension.yaml ├── icon.png └── packages.config /.coderabbit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.coderabbit.yml -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | ko_fi: lacro59 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /.github/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.github/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/README.md -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/crowdin.yml -------------------------------------------------------------------------------- /forum/control_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/forum/control_01.jpg -------------------------------------------------------------------------------- /forum/settings_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/forum/settings_01.jpg -------------------------------------------------------------------------------- /manifest/Lacro59_LibraryManagement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/manifest/Lacro59_LibraryManagement.yaml -------------------------------------------------------------------------------- /screenshots/plugin_settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/screenshots/plugin_settings.jpg -------------------------------------------------------------------------------- /screenshots/thumbs/plugin_settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/screenshots/thumbs/plugin_settings.jpg -------------------------------------------------------------------------------- /source/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/App.xaml -------------------------------------------------------------------------------- /source/Controls/PluginAgeRating.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Controls/PluginAgeRating.xaml -------------------------------------------------------------------------------- /source/Controls/PluginAgeRating.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Controls/PluginAgeRating.xaml.cs -------------------------------------------------------------------------------- /source/Controls/PluginFeaturesIconList.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Controls/PluginFeaturesIconList.xaml -------------------------------------------------------------------------------- /source/Controls/PluginFeaturesIconList.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Controls/PluginFeaturesIconList.xaml.cs -------------------------------------------------------------------------------- /source/LibraryManagement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/LibraryManagement.cs -------------------------------------------------------------------------------- /source/LibraryManagement.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/LibraryManagement.csproj -------------------------------------------------------------------------------- /source/LibraryManagement.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/LibraryManagement.sln -------------------------------------------------------------------------------- /source/LibraryManagementSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/LibraryManagementSettings.cs -------------------------------------------------------------------------------- /source/Localization/LocSource.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/LocSource.xaml -------------------------------------------------------------------------------- /source/Localization/ar_SA.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/ar_SA.xaml -------------------------------------------------------------------------------- /source/Localization/bg_BG.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/bg_BG.xaml -------------------------------------------------------------------------------- /source/Localization/ca_ES.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/ca_ES.xaml -------------------------------------------------------------------------------- /source/Localization/cs_CZ.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/cs_CZ.xaml -------------------------------------------------------------------------------- /source/Localization/da_DK.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/da_DK.xaml -------------------------------------------------------------------------------- /source/Localization/de_DE.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/de_DE.xaml -------------------------------------------------------------------------------- /source/Localization/el_GR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/el_GR.xaml -------------------------------------------------------------------------------- /source/Localization/en_US.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/en_US.xaml -------------------------------------------------------------------------------- /source/Localization/es_ES.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/es_ES.xaml -------------------------------------------------------------------------------- /source/Localization/et_EE.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/et_EE.xaml -------------------------------------------------------------------------------- /source/Localization/fa_IR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/fa_IR.xaml -------------------------------------------------------------------------------- /source/Localization/fi_FI.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/fi_FI.xaml -------------------------------------------------------------------------------- /source/Localization/fr_FR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/fr_FR.xaml -------------------------------------------------------------------------------- /source/Localization/gl_ES.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/gl_ES.xaml -------------------------------------------------------------------------------- /source/Localization/he_IL.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/he_IL.xaml -------------------------------------------------------------------------------- /source/Localization/hr_HR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/hr_HR.xaml -------------------------------------------------------------------------------- /source/Localization/hu_HU.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/hu_HU.xaml -------------------------------------------------------------------------------- /source/Localization/id_ID.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/id_ID.xaml -------------------------------------------------------------------------------- /source/Localization/it_IT.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/it_IT.xaml -------------------------------------------------------------------------------- /source/Localization/ja_JP.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/ja_JP.xaml -------------------------------------------------------------------------------- /source/Localization/ko_KR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/ko_KR.xaml -------------------------------------------------------------------------------- /source/Localization/lt_LT.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/lt_LT.xaml -------------------------------------------------------------------------------- /source/Localization/nl_NL.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/nl_NL.xaml -------------------------------------------------------------------------------- /source/Localization/no_NO.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/no_NO.xaml -------------------------------------------------------------------------------- /source/Localization/pl_PL.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/pl_PL.xaml -------------------------------------------------------------------------------- /source/Localization/pt_BR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/pt_BR.xaml -------------------------------------------------------------------------------- /source/Localization/pt_PT.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/pt_PT.xaml -------------------------------------------------------------------------------- /source/Localization/ro_RO.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/ro_RO.xaml -------------------------------------------------------------------------------- /source/Localization/ru_RU.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/ru_RU.xaml -------------------------------------------------------------------------------- /source/Localization/sk_SK.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/sk_SK.xaml -------------------------------------------------------------------------------- /source/Localization/sr_SP.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/sr_SP.xaml -------------------------------------------------------------------------------- /source/Localization/sv_SE.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/sv_SE.xaml -------------------------------------------------------------------------------- /source/Localization/tr_TR.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/tr_TR.xaml -------------------------------------------------------------------------------- /source/Localization/uk_UA.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/uk_UA.xaml -------------------------------------------------------------------------------- /source/Localization/vi_VN.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/vi_VN.xaml -------------------------------------------------------------------------------- /source/Localization/zh_CN.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/zh_CN.xaml -------------------------------------------------------------------------------- /source/Localization/zh_TW.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Localization/zh_TW.xaml -------------------------------------------------------------------------------- /source/Models/AgeRating.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/AgeRating.cs -------------------------------------------------------------------------------- /source/Models/ItemFeature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/ItemFeature.cs -------------------------------------------------------------------------------- /source/Models/LmCompaniesEquivalences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmCompaniesEquivalences.cs -------------------------------------------------------------------------------- /source/Models/LmEquivalences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmEquivalences.cs -------------------------------------------------------------------------------- /source/Models/LmFeatureEquivalences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmFeatureEquivalences.cs -------------------------------------------------------------------------------- /source/Models/LmGenreEquivalences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmGenreEquivalences.cs -------------------------------------------------------------------------------- /source/Models/LmTagToCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmTagToCategory.cs -------------------------------------------------------------------------------- /source/Models/LmTagToFeature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmTagToFeature.cs -------------------------------------------------------------------------------- /source/Models/LmTagToGenre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmTagToGenre.cs -------------------------------------------------------------------------------- /source/Models/LmTagsEquivalences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Models/LmTagsEquivalences.cs -------------------------------------------------------------------------------- /source/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_achievements.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_cards.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_cart.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_cc.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_cloud.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_collectibles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_collectibles.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_commentary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_commentary.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_controller.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_coop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_coop.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_dlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_dlc.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_editor.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_familysharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_familysharing.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_hdaudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_hdaudio.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_hdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_hdr.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_leaderboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_leaderboards.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_multiPlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_multiPlayer.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_nexus.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_overlay.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_partial_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_partial_controller.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_remote_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_remote_play.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_remote_play_together.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_remote_play_together.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_sdk.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_singlePlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_singlePlayer.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_stats.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_timeline.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vac.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vr.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vr_area_roomscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vr_area_roomscale.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vr_area_seated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vr_area_seated.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vr_area_standing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vr_area_standing.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vr_input_kbm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vr_input_kbm.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_vr_input_motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_vr_input_motion.png -------------------------------------------------------------------------------- /source/Resources/gog/dark/ico_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/dark/ico_workshop.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_achievements.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_cards.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_cart.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_cc.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_cloud.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_collectibles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_collectibles.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_commentary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_commentary.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_controller.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_coop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_coop.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_dlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_dlc.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_editor.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_familysharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_familysharing.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_hdaudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_hdaudio.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_hdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_hdr.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_leaderboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_leaderboards.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_multiPlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_multiPlayer.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_nexus.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_overlay.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_partial_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_partial_controller.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_remote_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_remote_play.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_remote_play_together.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_remote_play_together.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_sdk.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_singlePlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_singlePlayer.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_stats.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_timeline.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vac.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vr.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vr_area_roomscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vr_area_roomscale.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vr_area_seated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vr_area_seated.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vr_area_standing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vr_area_standing.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vr_input_kbm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vr_input_kbm.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_vr_input_motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_vr_input_motion.png -------------------------------------------------------------------------------- /source/Resources/gog/white/ico_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/gog/white/ico_workshop.png -------------------------------------------------------------------------------- /source/Resources/media_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/media_editor.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_achievements.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_cards.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_cart.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_cc.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_cloud.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_collectibles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_collectibles.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_commentary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_commentary.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_controller.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_coop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_coop.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_dlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_dlc.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_editor.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_familysharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_familysharing.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_hdaudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_hdaudio.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_hdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_hdr.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_leaderboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_leaderboards.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_multiPlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_multiPlayer.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_nexus.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_overlay.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_partial_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_partial_controller.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_remote_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_remote_play.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_remote_play_together.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_remote_play_together.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_sdk.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_singlePlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_singlePlayer.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_stats.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_timeline.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vac.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vr.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vr_area_roomscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vr_area_roomscale.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vr_area_seated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vr_area_seated.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vr_area_standing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vr_area_standing.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vr_input_kbm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vr_input_kbm.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_vr_input_motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_vr_input_motion.png -------------------------------------------------------------------------------- /source/Resources/steam/dark/ico_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/dark/ico_workshop.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_achievements.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_cards.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_cart.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_cc.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_cloud.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_collectibles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_collectibles.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_commentary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_commentary.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_controller.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_coop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_coop.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_dlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_dlc.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_editor.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_familysharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_familysharing.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_hdaudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_hdaudio.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_hdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_hdr.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_leaderboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_leaderboards.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_multiPlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_multiPlayer.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_nexus.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_overlay.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_partial_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_partial_controller.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_remote_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_remote_play.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_remote_play_together.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_remote_play_together.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_sdk.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_singlePlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_singlePlayer.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_stats.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_timeline.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vac.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vr.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vr_area_roomscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vr_area_roomscale.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vr_area_seated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vr_area_seated.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vr_area_standing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vr_area_standing.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vr_input_kbm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vr_input_kbm.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_vr_input_motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_vr_input_motion.png -------------------------------------------------------------------------------- /source/Resources/steam/white/ico_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Resources/steam/white/ico_workshop.png -------------------------------------------------------------------------------- /source/Services/IcoFeatures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Services/IcoFeatures.cs -------------------------------------------------------------------------------- /source/Services/LibraryManagementTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Services/LibraryManagementTools.cs -------------------------------------------------------------------------------- /source/Services/LmImageTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Services/LmImageTools.cs -------------------------------------------------------------------------------- /source/Views/AddEditNewAgeRating.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/AddEditNewAgeRating.xaml -------------------------------------------------------------------------------- /source/Views/AddEditNewAgeRating.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/AddEditNewAgeRating.xaml.cs -------------------------------------------------------------------------------- /source/Views/AddEditNewFeatureIcon.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/AddEditNewFeatureIcon.xaml -------------------------------------------------------------------------------- /source/Views/AddEditNewFeatureIcon.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/AddEditNewFeatureIcon.xaml.cs -------------------------------------------------------------------------------- /source/Views/LibraryManagementItemEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LibraryManagementItemEditor.xaml -------------------------------------------------------------------------------- /source/Views/LibraryManagementItemEditor.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LibraryManagementItemEditor.xaml.cs -------------------------------------------------------------------------------- /source/Views/LibraryManagementSettingsView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LibraryManagementSettingsView.xaml -------------------------------------------------------------------------------- /source/Views/LibraryManagementSettingsView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LibraryManagementSettingsView.xaml.cs -------------------------------------------------------------------------------- /source/Views/LmImageEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LmImageEditor.xaml -------------------------------------------------------------------------------- /source/Views/LmImageEditor.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LmImageEditor.xaml.cs -------------------------------------------------------------------------------- /source/Views/LmTagToItemView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LmTagToItemView.xaml -------------------------------------------------------------------------------- /source/Views/LmTagToItemView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/Views/LmTagToItemView.xaml.cs -------------------------------------------------------------------------------- /source/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/app.config -------------------------------------------------------------------------------- /source/extension.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/extension.yaml -------------------------------------------------------------------------------- /source/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/icon.png -------------------------------------------------------------------------------- /source/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lacro59/playnite-librarymanagement-plugin/HEAD/source/packages.config --------------------------------------------------------------------------------