All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.6.0] - 2020-11-12 - #113
- #107 - Added
plex_collection
- #86 - Added
tmdb_company
andtmdb_network
- #41 - Added
tmdb_discover
- Added
tmdb_popular
,tmdb_top_rated
,tmdb_now_playing
[2.5.0] - 2020-11-11 - #112
- #72 -
trakt_watchlist
support auto_refresh_token
Trakt config parameter
- #50 - Trakt access_token refresh
[2.4.7] - 2020-11-09 - #103
- #92 - fixed New Plex Movie Agent id lookup behind a proxy
- #75 - fixed
tmdb_director
,tmdb_actor
, andtmdb_writer
[2.4.6] - 2020-11-06 - #101
- Progress for filtering movies/shows and imdb lists
- IMDb list and search validation
- #93 - actually fixed
max_age
[2.4.5] - 2020-11-05 - #97
max_age
no longer takes years
- #93 - actually fixed
max_age
[2.4.4] - 2020-11-05 - commit
- #94 - Fixed
trakt_trending
(again)
[2.4.3] - 2020-11-05 - #96
[2.4.2] - 2020-11-04 - #90
[2.4.1] - 2020-11-04 - #85
- #84 - IndentationError
- Fixed CHANGELOG Links
[2.4.0] - 2020-11-03 - #76
- #63 - Added
plex_search
to AND searches together - Added additional
filters
and allow for use of.not
for inversefilters
- #75 - Added
tmdb_director
andtmdb_writer
which function the same astmdb_actor
but for directors and writers - More compatibility with previous config files.
- #63 -
Plex Filters
are now listed and have been tested and have been changed toPlex Searches
subfilters
are now listed and have been tested and have been changed tofilters
collection_order
was in the code ascollection_sort
- Upgrade PlexAPI dependency to 4.2.0
[2.3.1] - 2020-11-03 - #83
- #82 Fix movie id lookup when imdb/tmdb id doesn't exist
[2.3.0] - 2020-11-03 - #81
- #33 - Support for the new Plex Movie agent
- Cache database for IMDB/TMDB id lookups
- #73 - Dockerfile no longer passes the update flag by default
[2.2.1] - 2020-10-28 - #71
- CHANGELOG.md
[2.2.0] - 2020-10-27 - #70
- #61 -
trakt_trending
list support
[2.1.1] - 2020-10-27 - #68
- Broken
tmdb_collection
list support due to typo - Type mismatch error when parsing TMDb IDs
- Upgrade PlexAPI dependency to 4.1.2
[2.1.0] - 2020-10-26 - #66
- #53 -
tautulli
list support
- #60 - Disambiguated TMDb collection and lists from actors (
tmdb_actor
,tmdb_biography
, andtmdb_profile
) - Conformed
tmdbId
totmdb_id
[2.0.1] - 2020-10-26 - #64
- Indentation Changes
[2.0.0] - 2020-10-24 - #52
tmdb_list
support- More robust show support
- Ability to add individual movies or shows with
tmdb_movie
,tmdb_show
, ortvbd_show
- #22 -
sync_mode
support to allow users toappend
orsync
items with lists name_mapping
support to allow users to specific filename mappings- #11 -
imdb_list
pagination support
- Conformed to
snake_case
causing the followingconfig
variables to renamed:old-tag
->new_tag
imdb-list
->imdb_list
trakt-list
->trakt_list
video-resolution
->video_resolution
audio-language
->audio_language
subtitle-language
->subtitle_language
tmdb-poster
->tmdb_poster
image-server
->image_server
poster-directory
->poster_directory
- Disambiguated TMDb collections from lists (
tmdb-list
->tmdb_collection
)
details
subkey - removed key altogether to promote a flatter file structure