Skip to content

[PROJECT NOT STARTED YET] App library manager with support for some plugins, tools and features for easiness . Providing one unified interface for your non-gaming Apps.

License

Notifications You must be signed in to change notification settings

FenDIY/Worknite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHAT IS Worknite?

An open source App library manager and launcher with support for 3rd party tools, plugins, etc. forked from Playnite. Providing one unified interface for your games.

Why the name?

I just copied the original name, and change it accordingly. Eventually I might name it differently, and do some graphical changes (icons, themes, etc.).

What would be the features? (basically, why are you doing this)?

The idea is...:

  • to remove all the shortcuts on the desktop, taskbar, etc. (yes, there are other options out there).
  • to have a quick search of the apps you have on worknite ("Do you know that windows has already cortana?" Yes, I do. But this would be only for the apps you want to have on the list (let's call it, your favorites)).
  • To be able to categorize the apps you use.
  • to be able to time the usage of the apps you have (roughly).
  • to have banners, screenshots, etc. for the apps you have on worknite (so far, I haven't found any software that does that).
  • to have more launching options here than anywhere else.
  • to make it easier to maintain, using chocolatey (you'll have to download it separately but it would be worth it)(I might add other software like that, like: Cheff, Puppet, NPM, etc.)(don't worry, you would not need to know all of them, it would be a choice).
  • the launcher would be optimized for speed (as much as I can), so ... it might be ugly as hell, but ... I would welcome devs, designers, and other members of the community to help me improve it).
  • Yes, this readme is horrible, but ... if I have the time, I see that the idea has a good reception, and ... maybe some sponsorships I would try my best to improve everything arround the app (branding, screenshots, showcase videos, video tutorials, documentation, API, etc.).

ORIGINAL README

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

About

[PROJECT NOT STARTED YET] App library manager with support for some plugins, tools and features for easiness . Providing one unified interface for your non-gaming Apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.8%
  • PowerShell 2.2%