mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Fix operations compatibility
Fix operations compatibility
This commit is contained in:
parent
09e6c6e350
commit
056ee5d952
1 changed files with 24 additions and 24 deletions
|
@ -17,10 +17,10 @@ libraries:
|
|||
The available attributes for the operations attribute are as follows
|
||||
|
||||
| Attribute | Description | Movies | Shows | Music |
|
||||
|:----------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------|:----------:|:-----------:|:----------:|
|
||||
| [Assets For All](#assets-for-all) | Search in assets for images for every item in your library. | ✅ | ✅ | ❌ |
|
||||
| [Delete Collections](#delete-collections) | Deletes collections based on a set of given attributes. | ✅ | ✅ | ❌ |
|
||||
| [Mass Genre Update](#mass-genre-update) | Updates every item's genres in the library to the chosen site's genres. | ✅ | ✅ | ❌ |
|
||||
|:----------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------|:----------:|:-----------:|:--------:|
|
||||
| [Assets For All](#assets-for-all) | Search in assets for images for every item in your library. | ✅ | ✅ | ✅ |
|
||||
| [Delete Collections](#delete-collections) | Deletes collections based on a set of given attributes. | ✅ | ✅ | ✅ |
|
||||
| [Mass Genre Update](#mass-genre-update) | Updates every item's genres in the library to the chosen site's genres. | ✅ | ✅ | ✅ |
|
||||
| [Mass Content Rating Update](#mass-content-rating-update) | Updates every item's content rating in the library to the chosen site's content rating. | ✅ | ✅ | ❌ |
|
||||
| [Mass Original Title Update](#mass-original-title-update) | Updates every item's original title in the library to the chosen site's original title. | ✅ | ✅ | ❌ |
|
||||
| [Mass Originally Available Update](#mass-originally-available-update) | Updates every item's originally available date in the library to the chosen site's date. | ✅ | ✅ | ❌ |
|
||||
|
|
Loading…
Reference in a new issue