Skip to content

joyrider3774/PlayniteScriptExtensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowdin

Playnite Extensions Collection

Collection of extensions made for Playnite.

Tips and donations

All the work I do for Playnite extensions is and will always be free!

I make extensions and themes to learn, have fun and to give to the community so donations are not required or requested. If you find the work being done useful and you are and in a position that allows it, you can consider making a tip to support the different Playnite related projects I work on, every little bit helps.

Buy Me a Coffee at ko-fi.com

Questions, suggestions and Issues

Please open a new Issue to report issues or request features.

Please also be aware that I don't visit the Playnite forums frequently so if you need help or have a question, I'm more easily found in the Playnite Discord server

Translations

You can help to translate the extensions do different languages via the project Crowdin page.

Download and installation

Option A. Click the Install link of the extension in the table.

Option B. Click the Database link of the extension in the table to go to the addon entry in the Playnite database and then click the Download button in the entry.

Option C. Download directly from Playnite in the addons browser.

Usage

Varies depending the extension functionality but in general. Refer to each extension thread in Playnite forums for the specific instructions.

Extensions

Generic

Icon⠀⠀ Name Description Database Forums Install Help
Cooperative Modes Importer Detects and adds features that indicate the cooperative features in games. Database Forums Install Help
Date Importer This extension will obtain the date of when the Epic, GOG and Steam games in your account where bought by obtaining them from the license date. Database Forums Install None
Extra Metadata Loader Adds functionality to support logos and videos media in compatible custom themes. Database Forums Install Help
Extra Metadata Fullscreen Mode Helper Adds support for 'Extra Metadata Loader' extension usage in certain Fullscreen Mode themes Database Forums Install Help
Game Engine Checker This extension will add a tag with the name of the engine used by the game. It's compatible with PC games that are available on GOG or Steam. The information is obtained from PCGamingWiki. Database Forums Install None
Game Media Tools This extension is intended as a library mantaining tool and to make it easier to handle game media in your library. Database Forums Install None
Game Pass Catalog Browser Browse the Game Pass catalog in Playnite and add its game to your Playnite library. Database Forums Install Help
Games Size Calculator Calculates the size games use on disk in GB and sets it to the Version field so the info can be viewed and sorted. Database Forums Install Help
Image Cache Size Saver Extension to process the images in your Playnite images cache directory to save space. Database Forums Install None
Installation Status Updater This extension updates the installation status of your games automatically by detecting if the game files are present. Database Forums Install Help
Links Sorter Simple extension that sorts the links of selected or all games in database by URL in ascending order (From A to Z, 0 to 9). Database Forums Install None
Log Open Simple extension that will open your Playnite log file. Database Forums Install None
MAME Tools Collection of tools for MAME games. Database Forums Install None
News Viewer Adds support to display news for Steam games in compatible themes. Database Forums Install Help
Nexus Mods checker This extension will add a feature named "Nexus Mods" and add a link to the games mod page to games with mods available on Nexus Mods. Database Forums Install None
NVIDIA Freestyle checker This extension will add a feature named "NVIDIA Freestyle" to NVIDIA Freestyle supported games in your library. Database Forums Install None
NVIDIA GE GameStream Export This extension will export your selected games to NVIDIA Geforce Experience GameStreaming games database. Database Forums Install None
Playnite Control Locker This extension provides functionality to help in situations where your Playnite installation is shared with someone else and you want to limit certain functionality for safety reasons. Database Forums Install None
PlayState This extension will let you suspend and resume your game at any moment with the configured hotkey. Database Forums Install Help
Resolution Changer Change the resolution of your main display when starting games. Database Forums Install Help
Review Viewer Extension to see Steam reviews, trailers video and review video from within Playnite. Database Forums Install Help
Save File View This extension will open the save or configuration directories of your games. Database Forums Install None
Search Collection This extension will search the currently selected games on different websites in your web browser. Database Forums Install None
Special K Helper Provides functionality to improve using Special K with Playnite. Database Forums Install Help
Splash Screen This extension can show an intro video and an image when starting a game. Database Forums Install Help
Steam Game Importer Extension to add games from steam with manual input of steam Id or store link and importing a Depressurized file export. Database Forums Install None
Steam Game Transfer Utility Extension to copy or move Steam games between your different Steam libraries. Database Forums Install Help
Steam Launcher Utility This extension allows you to configure the way steam is launched when starting a Steam game in both Playnite Desktop and Fullscreen mode. Database Forums Install Help
Steam Trailers Extension to view trailers from Steam in Playnite. Compatible with Steam games or games that are on the Steam Store. Database Forums Install None
Steam Viewer This simple extension will add items with functions to open various game pages and steam components directly on Steam from the game right click menu. Database Forums Install None
Twitch link importer This extension will add a Twitch Link to your selected games. Database Forums Install None

Library

Icon⠀⠀ Name Description Database Forums Install Help
Importer for Anilist This plugin imports your anime and manga lists from AniList for viewing in Playnite. Database Forums Install Help
JAST USA Library This plugin imports and allows to download your library from from the JAST USA store. Database Forums Install None
NVIDIA GeForce NOW Library Plugin for Playnite that checks for games enabled in the NVIDIA GeForce NOW service that are in your library and imports them. Database Forums Install Help

Themes

🚧🚧🚧

Note: Themes are listed here just for recopilatory purposes. Each of them have a separate repository that should be used for suggestions and bug reports. To go to the theme repository, click in the theme name.

Name Description Database Forums Install Screenshot
Harmony Clean theme with modern design for Playnite Desktop Mode. Database Forums Install Screenshot
Helium Theme inspired by Steam for Playnite Desktop Mode. Database Forums Install Screenshot
Mythic Theme inspired by Epic Games Launcher for Playnite Desktop Mode. Database Forums Install Screenshot
Stardust Theme inspired by GOG Galaxy 2.0 for Playnite Desktop Mode. Database Forums Install Screenshot

Contributing

If possible, please contact me before working on a new PR to make sure that the changes are something that we can discuss beforehand.

General rules

  • Indentation must use 4 spaces. No tabs.
  • Always encapsulate the code body after if, for, foreach, while etc. with curly braces, for example:
if (true)
{
    DoSomething();
}

Powershell extensions rules

Get-Service | Where-Object {$_.Status -eq "Stopped"}

instead of

Get-Service | Where {$_.Status -eq "Stopped"}

C# extensions rules

  • Private fields and properties should use camelCase (without underscore)
  • All methods (private and public) should use PascalCase

About

Collection of extension scripts made for Playnite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.8%
  • PowerShell 8.2%