-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.16.0 #731
Merged
Merged
v1.16.0 #731
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update config.yml.template
…ions feat(trakt): add trakt_recommended_personal builder
fix(trakt): personal recommendations api response is typeless
add url_theme and file_theme and bug fixes
Update README.md to match wiki index.md
Update README.markdown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brand New Wiki
Check it out at metamanager.wiki
Requirements Update (requirements will need to be reinstalled)
Updated PlexAPI requirement to 4.9.2
Updated TMDbAPIs requirement to 1.0.2
Updated ArrAPI requirement to 1.3.1
Updated lxml requirement to 4.8.0
Updated ruamel.yaml requirement to 0.17.21
Updated pillow requirement to 9.0.1
New Features
Closes #581 and closes #600 adds
dynamic_collections
to PMMchanges webhooks
radarr_adds
/sonarr_adds
now send title along with id.item_lock_poster
,item_lock_background
, anditem_lock_title
now unlock the attributes when set to false.adds
.count_gt
,.count_gte
,.count_lt
, and.count_lte
modifiers for Tag Filters.Closes #468 adds
metadata_backup
library operation to extract all locked metadata from plex to a format readable by PMM.Adds a partial load to TMDbAPIs which loads information from TMDb faster.
Closes #660 adds
blank_collection
collection attribute to create an empty collection.Adds
tmdb_type
andtmdb_status
as Filters.Closes #671 Adds
cache_builders
which will save builders search results for x number of days.Adds
today
as an option for date attributes fromplex_search
,smart_filter
, andfilters
.Assumes square images are posters for
dimensional_asset_rename
. Thanks @aljohn92!Adds
update_blank_track_titles
library operation which will search for blank tracks and put the tracks sortTitle as the title.Adds
sort_by
tomdblist_list
builder.adds more options to
mass_critic_rating
andmass_audience_rating
thanks to mdbList.Closes #684 adds
mass_content_rating
library operation.Closes #683 adds Client Identifier.
Adds a cache length to both omdb and mdblist.
Closes #675 adds
--ignore-ghost
to have the pmm not print the temporary prompts that are not loggedCloses #640 custom log wrapper to automatically hide secret values from the logs
Adds the ability to customize
smart_label
.Closes #579 adds
limit
detail.Closes #727 adds
trakt_watchlist
andtrakt_collection
to custom sortCloses #712 adds
with_title_translation
,with_name_translation
, andwith_overview_translation
totmdb_discover
.Adds list of changed playlists/collections to the end run webhook.
#745 Adds
trakt_recommended_personal
Trakt Builder Thanks @fouadchamounCloses #653 New Wiki
Closes #701 Adds
url_theme
andfile_theme
to be able to edit the collection themeBug Fixes
Fixes arrapi version detection.
Fixes error when an episode doesnt have a season/episode number.
Fixes rakingKey mistype.
Fixes #658
show_missing_episode_assets
display error.Fixes validate key error.
Fixes smart_filter validation .
Fixes custom order for season and episode collections.
Fixes
plex_collectionless
exclude error.Fixes duration to allow for numbers greater then 10.
Fixes Season00 assets.
Fixes Metadata lookup will search without a year on alt title
Fixes #542 Only loads items once for only library operations
Fixes #664
metadata_backup
now can sync with a metadata fileFixes #661
minimum_items
now respects the items already in the collection not just what pmm found.Closes #686 Catch Summary Error that is the result of a bug in plex.
Fixes #698 Playlist can be run without having to have a metadata file in the library.
Fixes #724 Fixes deleting collections
Fixes #736 Incorrect number filtering when attribute value is equal to 0
Fixes #744 'Track' object has no attribute 'sortTitle'