Moviez is a macOS application for managing and categorizing your favorite movies and TV series from a basic txt file.
- Import Movie List: Easily import your movie list from a TXT file.
- Add New Movies: Add new movies to your collection with details like title, rating, release year, date watched, description, and tags.
- Search and Filter: Search for movies by title, description, or tags. Filter movies by rating.
- Tag Management: Filter movies by tags to easily find movies of a particular genre or category.
- Delete Movies: Remove movies from your collection with a single click.
- Download the latest release of Moviez from the Releases page.
- Unzip the downloaded file.
- Open the
.app
file by right-clicking and selecting "Open".
- Click on the "Import File" button in the toolbar.
- Select your TXT file containing the movie list.
- The movies will be parsed and displayed in the list.
- Click on the "Add Movie" button in the toolbar.
- Fill in the details of the movie in the form.
- Click "Add" to save the movie to your collection.
- Search: Use the search bar to find movies by title, description, or tags.
- Filter by Rating: Use the "Lower" or "Higher" buttons and input a rating threshold to filter movies.
- Click on any tag to filter movies by that tag.
- To clear the filter, click the "Delete Filter" button.
- Select a movie from the list.
- Click on the "Delete Movie" button in the toolbar.
The TXT file should have the following format:
Movies and Series
Title: Barry
Rating: 78
Release Year: 2024
Date Watched: July 2024
Description: Hitman who wants to become an actor.
Tags: #hitman #action #comedy #series #miniseries #murder
Title: Shoplifters
Rating: 87
Release Year: 2024
Date Watched: 07.07.2024
Description: A warm and nuanced look at an unconventional family in Tokyo who survive through petty theft but ultimately discover the true meaning of family and belonging.
Tags: #japan #drama #sad #sliceoflife
...
- Fork the repository on GitHub.
- Create a new branch with your feature or bugfix.
- Commit your changes.
- Push the branch to GitHub.
- Create a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
With this README, users will have a clear understanding of what the "Moviez" app is, how to install and use it, the format for the movie list, and how to contribute to the project.