Movie DB: update summary and description, add anti-feature
This commit is contained in:
parent
fa29b1884e
commit
30927797ba
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:NonFreeNet
|
||||||
Categories:Multimedia
|
Categories:Multimedia
|
||||||
License:GPL-3.0-only
|
License:GPL-3.0-only
|
||||||
Web Site:https://notabug.org/nvb/MovieDB/src/master/README.md
|
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
|
Issue Tracker:https://notabug.org/nvb/MovieDB/issues
|
||||||
|
|
||||||
Auto Name:Movie DB
|
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:
|
Description:
|
||||||
Keep track of all the movies and/or series you have watched by storing them in
|
Movie DB allows you to search through movies and series and save them in a local
|
||||||
you're local database. MovieDB enables you create a list of movies and/or series
|
database. In the local database you can keep track of the shows (= movies and
|
||||||
you want to watch sometime in the future and a list of movies and/or series that
|
series) in multiple ways, like giving it a status (plan to watch, watched,
|
||||||
you have already watched. If you've already watched a movie and/or series, you
|
dropped, etc.), rating the show, keeping track of episodes and adding the dates
|
||||||
can grade the movie and add the date you started and finished watching the
|
when you started and finished watching the show.
|
||||||
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.
|
|
||||||
|
|
||||||
The movies are requested from [http://themoviedb.org], the database (called
|
Furthermore, it is possible to view what shows are popular now or which ones
|
||||||
'lists' in the application) is offline.
|
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
|
Repo Type:git
|
||||||
|
|
Loading…
Reference in a new issue