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.
- Host: GitHub
- URL: https://github.com/voxelprismatic/go-nfo
- Owner: VoxelPrismatic
- Created: 2024-08-06T13:20:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T13:28:40.000Z (10 months ago)
- Last Synced: 2025-03-01T00:39:25.617Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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