themoviedb icon indicating copy to clipboard operation
themoviedb copied to clipboard

A modern and easy to use API wrapper for The Movie Database (TMDb) API v3 written in Python.

Results 11 themoviedb issues
Sort by recently updated
recently updated
newest added

``` >>> s >>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].release_date datetime.date(2024, 1, 12) >>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].title 'Oppenheimer' >>> [_ for...

Hi! I want to ask, If there is functionality for managing user data as lists, favorite movies, actors, etc? Or may you planned add it to your library?

I only use the sync part of the library and it would be nice if I could only install the dependencies needed for this. If you think this would be...

The readme and the github workflows say that you support 3.8-3.11, so update the classifiers to reflect this

Somehow this file has a space prepend to it

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...

dependencies

- [ ] Get Details - [ ] Get Created Lists - [ ] Get Favorite Movies - [ ] Get Favorite TV Shows - [ ] Mark as Favorite...

enhancement

- [ ] [Get Movie Change List](https://developers.themoviedb.org/3/changes/get-movie-change-list) - [ ] [Get Person Change List](https://developers.themoviedb.org/3/changes/get-person-change-list) - [ ] [Get TV Change List](https://developers.themoviedb.org/3/changes/get-tv-change-list) - [ ] [Get Movie (by `movie_id`) Change](https://developers.themoviedb.org/3/movies/get-movie-changes) -...

enhancement

- [ ] Get API Configuration - [ ] Get Countries - [ ] Get Jobs - [ ] Get Languages - [ ] Get Primary Translations - [ ]...

enhancement