From d5150edbb7defca3382143b17ed4f3607361cb6e Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 26 May 2018 23:59:40 -0400 Subject: [PATCH] Updated Custom Post Processing Scripts (markdown) --- Custom-Post-Processing-Scripts.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index ceeb115..2e220dc 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -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 |