Updated Custom Post Processing Scripts (markdown)

Qstick 2018-05-26 23:59:40 -04:00
parent dfcce75ad9
commit d5150edbb7
1 changed files with 8 additions and 2 deletions

@ -39,7 +39,10 @@ Lidarr can execute a custom script when new albums are imported or a artist is r
| lidarr_artist_path | Full path to the artist |
| lidarr_artist_mbid | MusicBrainz ID for the artist |
| lidarr_artist_type | Type of the artist, Person, Group, etc. |
| lidarr_album_title | Title of the downloaded album. |
| lidarr_album_id | Internal ID of the album |
| lidarr_album_title | Title of the downloaded album |
| lidarr_album_mbid | MusicBrainz ID for the album |
| lidarr_album_releasedate | Album release date |
| lidarr_trackfile_id | Internal ID of the track file |
| lidarr_trackfile_relativepath | Path to the track file relative to the artist' path |
| lidarr_trackfile_path | Full path to the track file |
@ -68,7 +71,10 @@ Lidarr can execute a custom script when new albums are imported or a artist is r
| lidarr_artist_path | Full path to the artist |
| lidarr_artist_mbid | MusicBrainz ID for the artist |
| lidarr_artist_type | Type of the artist, Person, Group, etc. |
| lidarr_album_title | Title of the downloaded album. |
| lidarr_album_id | Internal ID of the album |
| lidarr_album_title | Title of the downloaded album |
| lidarr_album_mbid | MusicBrainz ID for the album |
| lidarr_album_releasedate | Album release date |
| lidarr_addedrelativepaths | Pipe (`\|`) separated list of files that were added to import this file |
| lidarr_addedpaths| Pipe (`\|`) separated list of full paths for files that were added to import this file |
| lidarr_deletedrelativepaths | Pipe (`\|`) separated list of files that were deleted to import this file |