Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Mithnar/PlayniteVndb

Enables VNDB as a Metadata source for Playnite
https://github.com/Mithnar/PlayniteVndb

extension playnite plugin visual-novel vndb

Last synced: 3 months ago
JSON representation

Enables VNDB as a Metadata source for Playnite

Awesome Lists containing this project

README

        

# Playnite VNDB Metadata Extension
[![VersionBadge](https://img.shields.io/github/v/release/Mithnar/PlayniteVndb)](https://github.com/Mithnar/PlayniteVndb/releases/tag/2.2.2)
[![ReleaseDateBadge](https://img.shields.io/github/release-date/Mithnar/PlayniteVndb)](https://github.com/Mithnar/PlayniteVndb/releases/tag/2.2.2)
[![LicenseBadge](https://img.shields.io/github/license/Mithnar/PlayniteVndb)](https://github.com/Mithnar/PlayniteVndb/blob/master/LICENSE)
[![DownloadsBadge](https://img.shields.io/github/downloads/Mithnar/PlayniteVndb/total)](https://github.com/Mithnar/PlayniteVndb/releases)
[![CrowdinBadge](https://badges.crowdin.net/playnite-vndb-metadata/localized.svg)](https://crowdin.com/project/playnite-vndb-metadata)
> Enables VNDB as a Metadata source for Playnite

VNDB is a comprehensive database for Visual Novels

https://vndb.org/

## Installation
Playnite VNDB can be directly installed via the Playnite addon browser or by visiting https://playnite.link/addons.html and clicking on download (Metadata Sources)

### Manual installation (.pext file)
- Download the pext extension: https://github.com/Mithnar/PlayniteVndb/releases
- Drag and Drop the pext file onto your Playnite application
- Accept the installion and restart Playnite
- Configure the extension to your needs (Settings../Metadata Sources/VNDB)
- You can now use "Download Metadata" under "Edit Game Details" to use VNDB as a metadata source

## Screenshots
![Settings](https://raw.githubusercontent.com/Mithnar/PlayniteVndb/readme/images/vndb_settings.png "Settings")
![Game Selection](https://raw.githubusercontent.com/Mithnar/PlayniteVndb/readme/images/vndb_selection.png "game selection")
![Background Selection](https://raw.githubusercontent.com/Mithnar/PlayniteVndb/readme/images/vndb_images.png "background selection")

## Translations
You can help to translate PlayniteVndb into different languages via [the projects Crowdin page](https://crowdin.com/project/playnite-vndb-metadata).

## Release History
For the detailed release history, head over to the [Changelog](https://github.com/Mithnar/PlayniteVndb/blob/master/CHANGELOG.md)

### Recent Releases:
## [2.2]
### Added
- [Issue #28](https://github.com/Mithnar/PlayniteVndb/issues/28) Add localization support
- [Issue #27](https://github.com/Mithnar/PlayniteVndb/issues/27) Option to select between localized and original game title
- German Language Support
## [2.1]
I planned on releasing Bulk Metadata Import in 2.1, but decided to get some features out before, as the bulk import will still take awhile
### Added
- [Issue #22](https://github.com/Mithnar/PlayniteVndb/issues/22) Option to completely disable specific fields for metadata import
- [Issue #24](https://github.com/Mithnar/PlayniteVndb/issues/24) Option to import estimated playtime as a tag

## Credits
https://github.com/KuroThing

For hacking the VNDB Source into an older Playnite build without Metadata Extension support.

https://github.com/Nikey646/VndbSharp

For making my life easier by writing a VNDB API client.

https://github.com/JosefNemec/Playnite

For creating Playnite

## Meta
Distributed under the MIT license. See [LICENSE](https://github.com/Mithnar/PlayniteVndb/blob/master/LICENSE) for more information.

[https://github.com/Mithnar/PlayniteVndb](https://github.com/Mithnar/)

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request