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

https://github.com/voxelprismatic/go-nfo

An NFO editor (for Jellyfin) using Qt, built in Go.
https://github.com/voxelprismatic/go-nfo

Last synced: 3 months ago
JSON representation

An NFO editor (for Jellyfin) using Qt, built in Go.

Awesome Lists containing this project

README

        

# go-nfo
An NFO editor (for Jellyfin) using Qt, built in Go.

## why?
1. I'm too familiar with Python
2. I will avoid electron like the plague
3. It's a fantastic learning opportunity

## goals
- Should be easily understood; no instruction manual necessary
- Actors, Actresses & other people should have their picture easily editable
- Since this is for Jellyfin, I want to make it easy to customize pictures & banners
- The Qt portion should be built on top of the NFO module, not with

## roadmap
- [ ] basic models & classes
- [ ] nfo editor
- [ ] nfo build to xml
- [ ] nfo parse xml
- [ ] ui biz