fixed albums

master
meisnate12 2 years ago
parent bb428b25d4
commit e612404e7d

@ -75,8 +75,8 @@ The available attributes for editing artists, albums, and tracks are as follows
### Special Attributes
| Name | Attribute | Allowed Values | Artists | Tracks | Tracks |
| :--- | :--- | :--- | :---: | :---: | :---: |
| Name | Attribute | Allowed Values | Artists | Album | Tracks |
| :--- | :--- | :--- | :---: |:---:| :---: |
| Alternative Title | `alt_title` | Alternative title to look for | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Albums | `albums` | Mapping to define Albums | :heavy_check_mark: | :x: | :x: |
| Tracks | `tracks` | Mapping to define Tracks | :x: | :heavy_check_mark: | :x: |
@ -91,7 +91,7 @@ The available attributes for editing artists, albums, and tracks are as follows
``
### General Attributes
| Name | Attribute | Allowed Values | Artists | Tracks | Tracks |
| Name | Attribute | Allowed Values | Artists | Album | Tracks |
| :--- | :--- | :--- | :---: | :---: | :---: |
| Sort Title | `sort_title` | Text to change Sort Title | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Rating | `rating` | Number to change Rating | :x:| :heavy_check_mark: | :heavy_check_mark: |
@ -108,7 +108,7 @@ You can add `.remove` to any tag attribute to only remove those tags i.e. `genre
You can add `.sync` to any tag attribute to sync all tags vs just appending the new ones i.e. `genre.sync`.
| Name | Attribute | Allowed Values | Artists | Tracks | Tracks |
| Name | Attribute | Allowed Values | Artists | Album | Tracks |
| :--- | :--- | :--- | :---: | :---: | :---: |
| Genre | `genre` | List or comma-separated text of each Genre Tag | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Collection | `collection` | List or comma-separated text of each Collection Tag | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
@ -120,7 +120,7 @@ You can add `.sync` to any tag attribute to sync all tags vs just appending the
## Image Attributes
| Name | Attribute | Description | Allowed Values | Artists | Tracks | Tracks |
| Name | Attribute | Description | Allowed Values | Artists | Album | Tracks |
| :--- | :--- | :--- | :--- | :---: | :---: | :---: |
| URL Poster | `url_poster` | Used to change the item's poster to the URL | URL of image publicly available on the internet | :heavy_check_mark: | :heavy_check_mark: | :x: |
| File Poster | `file_poster` | Used to change the item's poster to the image in the file system | Path to image in the file system | :heavy_check_mark: | :heavy_check_mark: | :x: |

@ -61,7 +61,7 @@ settings:
| [TVDb Language](#tvdb-language) | `tvdb_language` | [ISO 639-2 Language Code](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) or Blank for original Language<br>**default:** | :heavy_check_mark: | :x: | :x: |
| [Ignore IDs](#ignore-ids) | `ignore_ids` | List or comma-separated String of TMDb/TVDb IDs | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Ignore IMDb IDs](#ignore-imdb-ids) | `ignore_imdb_ids` | List or comma-separated String of IMDb IDs | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Playlist Sync to User](#playlist-sync-to-user) | `playlist_sync_to_users` | `all` or List or comma-separated String of Users to sync the playlist to.<br>**default: `all`** | :heavy_check_mark: | :x: | :heavy_check_mark: |
| [Playlist Sync to Users](#playlist-sync-to-users) | `playlist_sync_to_users` | `all` or List or comma-separated String of Users to sync the playlist to.<br>**default: `all`** | :heavy_check_mark: | :x: | :heavy_check_mark: |
| [Verify SSL](#verify-ssl) | `verify_ssl` | Turn SSL Verification on or off. | :heavy_check_mark: | :x: | :x: |
| [Missing Path](#missing-path) | `missing_path` | Path to missing YAML file for the library | :x: | :heavy_check_mark: | :x: |
@ -145,8 +145,8 @@ List or comma-separated String of TMDb/TVDb IDs to ignore in all collections
## Ignore IMDb IDs
List or comma-separated String of IMDb IDs to ignore in all collections
## Playlist Sync to User
`all` or List or comma-separated String of Users to sync the playlist to in addition to yourself. To Sync a playlist to only yourself leave `sync_to_users` blank. Defaults to `all`.
## Playlist Sync to Users
`all` or List or comma-separated String of Users to sync the playlist to in addition to yourself. To Sync a playlist to only yourself leave `playlist_sync_to_users` blank. Defaults to `all`.
## Verify SSL
Turn SSl Verification on or off.

Loading…
Cancel
Save