https://github.com/friskisgit/moviedesk
A cross-platform GUI manager for TV series and movies
https://github.com/friskisgit/moviedesk
egui manager movies rust
Last synced: 3 months ago
JSON representation
A cross-platform GUI manager for TV series and movies
- Host: GitHub
- URL: https://github.com/friskisgit/moviedesk
- Owner: FriskIsGit
- License: gpl-3.0
- Created: 2023-09-27T21:43:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T16:33:56.000Z (about 1 year ago)
- Last Synced: 2025-06-29T12:38:54.990Z (11 months ago)
- Topics: egui, manager, movies, rust
- Language: Rust
- Homepage:
- Size: 704 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Movie Desk
### Your personal storage for movie reviews

## Supports:
- fetching productions
- opening production in the browser
- fetching information about seasons and episodes
- setting ratings and creating notes
- saving user data to memory along with all user changes
- reading user data
## TMDB integration:
An `API key` is required to fetch information about productions however, once a production is serialized
the data related to it will not need to be refetched when the program is restarted.
How to obtain the key: https://developer.themoviedb.org/docs
#### Disclaimer
App is still in development and is highly unstable