All Projects → JosefNemec → Playnite

JosefNemec / Playnite

Licence: mit
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Playnite

discord-key-bot
A bot for discord that accepts, announces, and gives out keys
Stars: ✭ 14 (-99.61%)
Mutual labels:  steam, uplay, gog
Bnetlauncher
Launcher utility to help start battle.net games with the steam overlay.
Stars: ✭ 161 (-95.54%)
Mutual labels:  launcher, steam
Cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
Stars: ✭ 1,307 (-63.77%)
Mutual labels:  launcher, wpf
BoilR
Synchronize games from other platforms into your Steam library
Stars: ✭ 664 (-81.6%)
Mutual labels:  steam, launcher
Docker Dontstarvetogether
Dockerfile for building a Don't Starve Together dedicated server image.
Stars: ✭ 240 (-93.35%)
Mutual labels:  steam, gaming
Openjk Launcher
Launcher and installer for OpenJk
Stars: ✭ 16 (-99.56%)
Mutual labels:  launcher, gaming
MetropolisLauncher
A data-heavy Emulation & Gaming front-end for Windows
Stars: ✭ 35 (-99.03%)
Mutual labels:  gaming, launcher
Cardidleremastered
Card Idle is a WPF remake of Idle Master
Stars: ✭ 114 (-96.84%)
Mutual labels:  steam, wpf
Conty
Easy to use unprivileged Linux container packed into a single portable executable
Stars: ✭ 198 (-94.51%)
Mutual labels:  steam, gaming
Achievement-Watcher
A sexy achievement file parser with real-time notification, automatic screenshot and playtime tracking. View every achievements earned on your PC whether it's coming from Steam, a Steam emulator, and more.
Stars: ✭ 331 (-90.83%)
Mutual labels:  steam, uplay
Launchpad
Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
Stars: ✭ 25 (-99.31%)
Mutual labels:  steam, origin
Protontricks
A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks.
Stars: ✭ 182 (-94.96%)
Mutual labels:  steam, gaming
Cloudrig
Stream your applications with Parsec and AWS on the cheap.
Stars: ✭ 151 (-95.81%)
Mutual labels:  steam, gaming
Steamdock
A clean dock for your Steam games
Stars: ✭ 17 (-99.53%)
Mutual labels:  launcher, steam
Steamtools
🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。
Stars: ✭ 4,458 (+23.56%)
Mutual labels:  steam, wpf
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-99.28%)
Mutual labels:  steam, gaming
Uwphook
🔗 Add your Windows Store or UWP games to Steam
Stars: ✭ 566 (-84.31%)
Mutual labels:  steam, gaming
Air For Steam
An elegant and customizable skin for Steam
Stars: ✭ 1,044 (-71.06%)
Mutual labels:  steam, gaming
GOGWrapper
Launch GOG games with GOG Galaxy using shortcuts and add shortcuts for GOG games into Steam Library
Stars: ✭ 28 (-99.22%)
Mutual labels:  steam, gog
RetroGOG
RetroArch integrations for GOG Galaxy 2.0
Stars: ✭ 84 (-97.67%)
Mutual labels:  gaming, gog

Playnite Crowdin

An open source video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net and Uplay. Includes game emulation support, providing one unified interface for your games.

Screenshots are available at the Homepage

If you find Playnite useful please consider supporting the lead developer Josef Nemec on Patreon.

Features

See the Homepage for the list of features.

Download

Grab the latest installer or portable package from the download page. Playnite will automatically notify you about a new version upon release.

Requirements: Windows 7, 8 or 10 and .NET Framework 4.6.2

Extensions

Playnite can be extended with plugins (written in .NET languages) or by scripts (PowerShell and IronPython are currently supported).

See the extensions portal for tutorials and the full API documentation.

FAQ

Can be found on the wiki

Known Issues

The list of known issues and solutions can be found on the wiki.

Privacy Statement

Playnite doesn't store any user information and you don't need to provide any information to import installed games. Account connection process is usually done via official login web forms and only the web session cookies or tokens are stored, the same way when you login to those services via the web browser.

All information about your library is stored locally on your PC.

Questions, issues etc.

If you find a bug please file an issue and if relevant (crashes, broken features) please attach a diagnostics package, which can be created from inside the "About Playnite..." submenu.

Biggest community around Playnite currently gathers on our Discord server and Forums. You can also follow @AppPlaynite for general updates.

Contributions

Translations

See the How to: Translations wiki page.

Themes

See the How to: Themes wiki page.

Code Contributions

Please ask in the related issue first before starting implementing something to make sure that nobody else is already working on it. If an issue doesn't exist for your feature/bug fix, create one first.

Regarding code styling, there are only a few major rules:

  • private fields and properties should use camelCase (without underscore)
  • all methods (private and public) should use PascalCase
  • use spaces instead of tabs with 4 spaces width
  • always encapsulate the code body after if, for, foreach, while etc. with curly braces:
if (true)
{
    DoSomething()
}

instead of

if (true)
    DoSomething()

Branches

  • master - default branch representing state of currently released build.
  • devel - development branch containing latest changes. All pull requests should be made against devel branch.
  • devel* - development branches for specific features/versions.

Roadmap

You can see the planned versions with their features in the milestones overview.

Development

See the wiki for info about building and setting up the development environment.

Others

.NET development tools courtesy of JetBrains

jetbrains

Code signing courtesy of SignPath

Capture

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].