Warning, /libraries/libtmdbqt/README.md is written in an unsupported language. File is not indexed.

0001 # TmdbQt
0002 
0003 Library for querying The Movie Database API (themoviedb.org)
0004 
0005 ## Introduction
0006 
0007 This library can retrieve information about movies from the Tmdb web service.
0008 
0009 Features:
0010 - Search a movie with a text query
0011 - Get movie details (overview, runtime etc.)
0012 - Get movie cast and crew information
0013 
0014 Planned features:
0015 - Searching and retrieving details for TV series
0016 
0017 ## Links
0018 
0019 - themoviedb.org API: <https://www.themoviedb.org/documentation/api>
0020 - Home page: None
0021 - Mailing list: None
0022 - Author: David Faure <faure@kde.org>
0023 - IRC channel: #kde-devel on Libera Chat
0024 - Git repository: https://invent.kde.org/libraries/libtmdbqt
0025