Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanottipaolo/omdbclient
Simple Windows Form that let you search films in the Open Movie Database (OMDb).
https://github.com/zanottipaolo/omdbclient
dot-net open-movie-database windows-forms
Last synced: 17 days ago
JSON representation
Simple Windows Form that let you search films in the Open Movie Database (OMDb).
- Host: GitHub
- URL: https://github.com/zanottipaolo/omdbclient
- Owner: zanottipaolo
- License: mit
- Created: 2020-05-16T15:40:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:20:34.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:44:03.670Z (almost 2 years ago)
- Topics: dot-net, open-movie-database, windows-forms
- Language: C#
- Homepage:
- Size: 1.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OMDbClient
Basic Windows Form that let you search for movies in the **Open Movie Database** ([OMDb](https://www.omdbapi.com/)).## Description
This is a client that consumes *OMDb API* and let you:
1. Search for a movie by its title (you can also use keyboard keys to change the page and to start the research);
1. Read more details about a specific element like plot, director, actors, genre, runtime, etc;
1. Set up parameters (*type* `Movie/Series/Episode/Game` and *year*) to get better results.## Tools required
* [JTextBox](https://drive.google.com/drive/folders/1wPXGQ_NB0reEyY3fjIHCt6jpNcK-YVAi)
* [Newtonsoft](https://www.newtonsoft.com/json)## Screenshots
![Generic research](Screenshots/Home.PNG)
*Generic research by title.*
---
![Details movie](Screenshots/Film.PNG)
*More details about a movie.*
---
![Specific movie](Screenshots/Param.PNG)
*Specific research by title, type and year.*
#### Developed during 2019/2020 at school.