Trakt.py

Latest version: v4.4.0

Safety actively analyzes 629052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

2.11.0

-------------------
**Added**

- Properties

- :code:`Movie`

- :code:`tagline`
- :code:`released`
- :code:`runtime`
- :code:`certification`
- :code:`updated_at`
- :code:`homepage`
- :code:`trailer`
- :code:`language`
- :code:`available_translations`
- :code:`genres`

- :code:`Show`

- :code:`first_aired`
- :code:`airs`
- :code:`runtime`
- :code:`certification`
- :code:`network`
- :code:`country`
- :code:`updated_at`
- :code:`status`
- :code:`homepage`
- :code:`language`
- :code:`available_translations`
- :code:`genres`
- :code:`aired_episodes`

- :code:`Season`

- :code:`first_aired`
- :code:`episode_count`
- :code:`aired_episodes`

- :code:`Episode`

- :code:`first_aired`
- :code:`updated_at`
- :code:`available_translations`

**Changed**

- Methods on the :code:`Trakt['movies']` and :code:`Trakt['shows']` interfaces now support the :code:`extended` parameter (51)
- Minor improvements to property descriptions on the :code:`Show` and :code:`Episode` objects

2.10.1

-------------------
**Changed**

- Removed some stray files from the source distribution

2.10.0

-------------------
**Added**

- Methods:

- :code:`Trakt['shows'].next_episode` (50)
- :code:`Trakt['shows'].last_episode` (50)

2.9.0

------------------
**Added**

- Properties:

- :code:`Person.listed_at`
- :code:`Video.action`

- Methods:

- :code:`Trakt['sync/history'].get`
- :code:`Trakt['sync/history'].shows`
- :code:`Trakt['sync/history'].movies`

**Changed**

- Updated :code:`SyncMapper` to support flat iterators
- Methods:

- :code:`Trakt['sync/ratings'].get`

- Flat iterator will now be returned if no :code:`media` parameter is provided

- :code:`Trakt['sync/watchlist'].get`

- Pagination is now supported, can be enabled with :code:`pagination=True`
- :code:`media` parameter can now be specified as :code:`None` to return all items (with no type filter)

**Fixed**

- Pagination wouldn't work correctly if a starting page was specified

2.8.0

------------------
**Added**

- Lists containing people are now supported (instead of raising an exception)
- :code:`SyncMapper` can now be used without the :code:`store` parameter
- Objects:

- :code:`Person`

- Properties:

- :code:`Video.id` (history id)
- :code:`Video.watched_at` (history timestamp)

- Methods:

- :code:`Media.get_key(<service>)`

2.7.1

------------------
**Fixed**

- Invalid classifier was defined in [setup.py]

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.