Skip to content

Commit

Permalink
Merge pull request #85 from meisnate12/master
Browse files Browse the repository at this point in the history
2.4.1 - IndentationError Fix and Updated Changelog Links
  • Loading branch information
mza921 authored Nov 4, 2020
2 parents 69e1591 + eb36450 commit c2072de
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
53 changes: 29 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,71 +4,76 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0] - 2020-11-03 - #76
## [2.4.1] - 2020-11-04 - [#85](https://github.com/mza921/Plex-Auto-Collections/pull/85)
### Fixed
- [#84](https://github.com/mza921/Plex-Auto-Collections/pull/84) - IndentationError
- Fixed CHANGELOG Links

## [2.4.0] - 2020-11-03 - [#76](https://github.com/mza921/Plex-Auto-Collections/pull/76)
### Added
- #63 - Added `plex_search` to AND searches together
- [#63](https://github.com/mza921/Plex-Auto-Collections/issues/63) - Added `plex_search` to AND searches together
- Added additional `filters` and allow for use of `.not` for inverse `filters`
- #75 - Added `tmdb_director` and `tmdb_writer` which function the same as `tmdb_actor` but for directors and writers
- [#75](https://github.com/mza921/Plex-Auto-Collections/issues/75) - Added `tmdb_director` and `tmdb_writer` which function the same as `tmdb_actor` but for directors and writers
- More compatibility with previous config files.

### Changed
- #63 - `Plex Filters` are now listed and have been tested and have been changed to `Plex Searches`
- [#63](https://github.com/mza921/Plex-Auto-Collections/issues/63) - `Plex Filters` are now listed and have been tested and have been changed to `Plex Searches`
- `subfilters` are now listed and have been tested and have been changed to `filters`

### Fixed
- `collection_order` was in the code as `collection_sort`
- Upgrade PlexAPI dependency to 4.2.0

## [2.3.1] - 2020-11-03 - #83
## [2.3.1] - 2020-11-03 - [#83](https://github.com/mza921/Plex-Auto-Collections/pull/83)
### Fixed
- #82 Fix movie id lookup when imdb/tmdb id doesn't exist
- [#82](https://github.com/mza921/Plex-Auto-Collections/issues/82) Fix movie id lookup when imdb/tmdb id doesn't exist

## [2.3.0] - 2020-11-03 - #81
## [2.3.0] - 2020-11-03 - [#81](https://github.com/mza921/Plex-Auto-Collections/pull/81)
### Added
- Support for the new Plex Movie agent
- [#33](https://github.com/mza921/Plex-Auto-Collections/issues/33) - Support for the new Plex Movie agent
- Cache database for IMDB/TMDB id lookups

### Changed
- Dockerfile no longer passes the update flag by default
- [#73](https://github.com/mza921/Plex-Auto-Collections/issues/73) - Dockerfile no longer passes the update flag by default

## [2.2.1] - 2020-10-28 - #71
## [2.2.1] - 2020-10-28 - [#71](https://github.com/mza921/Plex-Auto-Collections/pull/71)
### Added
- CHANGELOG.md

## [2.2.0] - 2020-10-27 - #70
## [2.2.0] - 2020-10-27 - [#70](https://github.com/mza921/Plex-Auto-Collections/pull/70)
### Added
- #61 - `trakt_trending` list support
- [#61](https://github.com/mza921/Plex-Auto-Collections/issues/61) - `trakt_trending` list support

## [2.1.1] - 2020-10-27 - #68
## [2.1.1] - 2020-10-27 - [#68](https://github.com/mza921/Plex-Auto-Collections/pull/68)
### Fixed
- 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
## [2.1.0] - 2020-10-26 - [#66](https://github.com/mza921/Plex-Auto-Collections/pull/66)
### Added
- #53 - `tautulli` list support
- [#53](https://github.com/mza921/Plex-Auto-Collections/issues/53) - `tautulli` list support

### Changed
- #60 - Disambiguated TMDb collection and lists from actors (`tmdb_actor`, `tmdb_biography`, and `tmdb_profile`)
- [#60](https://github.com/mza921/Plex-Auto-Collections/issues/60) - Disambiguated TMDb collection and lists from actors (`tmdb_actor`, `tmdb_biography`, and `tmdb_profile`)
- Conformed `tmdbId` to `tmdb_id`

### Fixed
- #58 - Some broken `imdb_list` pagination
- #63 - Some broken Plex filters and subfilters
- [#58](https://github.com/mza921/Plex-Auto-Collections/issues/58) - Some broken `imdb_list` pagination
- [#63](https://github.com/mza921/Plex-Auto-Collections/issues/63) - Some broken Plex filters and subfilters

## [2.0.1] - 2020-10-26 - #64
## [2.0.1] - 2020-10-26 - [#64](https://github.com/mza921/Plex-Auto-Collections/pull/64)
### Changed
- Indentation Changes

## [2.0.0] - 2020-10-24 - #52
## [2.0.0] - 2020-10-24 - [#52](https://github.com/mza921/Plex-Auto-Collections/pull/52)
### Added
- `tmdb_list` support
- More robust show support
- Ability to add individual movies or shows with `tmdb_movie`, `tmdb_show`, or `tvbd_show`
- #22 - `sync_mode` support to allow users to `append` or `sync` items with lists
- [#22](https://github.com/mza921/Plex-Auto-Collections/issues/22) - `sync_mode` support to allow users to `append` or `sync` items with lists
- `name_mapping` support to allow users to specific filename mappings
- #11 - `imdb_list` pagination support
- [#11](https://github.com/mza921/Plex-Auto-Collections/issues/11) - `imdb_list` pagination support

### Changed
- Conformed to `snake_case` causing the following `config` variables to renamed:
Expand All @@ -87,5 +92,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `details` subkey - removed key altogether to promote a flatter file structure

### Fixed
- #31, #48, #50 - Trakt authentication check
- #57 - `image_server` failure fix
- [#14](https://github.com/mza921/Plex-Auto-Collections/issues/14), [#31](https://github.com/mza921/Plex-Auto-Collections/issues/31), [#48](https://github.com/mza921/Plex-Auto-Collections/issues/48) - Trakt authentication check
- [#57](https://github.com/mza921/Plex-Auto-Collections/issues/57) - `image_server` failure fix
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Plex Auto Collections
##### Version 2.4.0
##### Version 2.4.1
Plex Auto Collections is a Python 3 script that works off a configuration file to create/update Plex collections. Collection management with this tool can be automated in a varying degree of customizability. Supports IMDB, TMDb, and Trakt lists as well as built in Plex Searches using actors, genres, year, studio and more.

![https://i.imgur.com/iHAYFIZ.png](https://i.imgur.com/iHAYFIZ.png)
Expand Down
2 changes: 1 addition & 1 deletion app/plex_auto_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def append_collection(config_path, config_update=None):
print("| |_| |_|\___|/_\_\ /_/ \_\\\\_,_| \__|\___/ \___|\___/|_||_|\___|\__| \__||_|\___/|_||_|/__/ |")
print("| |")
print("|===================================================================================================|")
print("| Version 2.4.0")
print("| Version 2.4.1")
print("| Locating config...")
config_path = None
app_dir = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit c2072de

Please sign in to comment.