Movie DB: update summary and description, add anti-feature

This commit is contained in:
Nathan 2018-02-18 19:08:50 +00:00 committed by relan
parent fa29b1884e
commit 30927797ba

View file

@ -1,3 +1,4 @@
AntiFeatures:NonFreeNet
Categories:Multimedia
License:GPL-3.0-only
Web Site:https://notabug.org/nvb/MovieDB/src/master/README.md
@ -5,18 +6,27 @@ Source Code:https://notabug.org/nvb/MovieDB
Issue Tracker:https://notabug.org/nvb/MovieDB/issues
Auto Name:Movie DB
Summary:Create an offline list of movies/series that you have watched or plan to watch
Summary:Search through movies and series and save them in a local offline database
Description:
Keep track of all the movies and/or series you have watched by storing them in
you're local database. MovieDB enables you create a list of movies and/or series
you want to watch sometime in the future and a list of movies and/or series that
you have already watched. If you've already watched a movie and/or series, you
can grade the movie and add the date you started and finished watching the
movie/series. Furthermore, you can see which movies and series are popular and
search through the database to find the movie you're looking for.
Movie DB allows you to search through movies and series and save them in a local
database. In the local database you can keep track of the shows (= movies and
series) in multiple ways, like giving it a status (plan to watch, watched,
dropped, etc.), rating the show, keeping track of episodes and adding the dates
when you started and finished watching the show.
The movies are requested from [http://themoviedb.org], the database (called
'lists' in the application) is offline.
Furthermore, it is possible to view what shows are popular now or which ones
have the best rating. Searching and filtering (on genres or dates for example)
is also possible. Information about the shows include cast, crew and similar
shows. Last but not least, it is also possible to see what actors (or crew
members) are popular right now and searching for an actor in order to see in
what shows the actor has played or has been part of the crew.
The shows are requested from [https://themoviedb.org]. The database itself is
local, however show data is also requested from [https://themoviedb.org].
Non-free network services anti-feature is in place because the application is
more or less unusable without the tMDb API which is closed source (as stated
here: [https://www.themoviedb.org/faq]).
.
Repo Type:git