From 740bc5623a2cd2c38918f3c25d5a47b311274d7b Mon Sep 17 00:00:00 2001 From: xcpep Date: Fri, 11 May 2018 14:00:53 +0100 Subject: [PATCH] Added album title. --- Custom-Post-Processing-Scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 2a52821..af9ff5c 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -38,6 +38,7 @@ 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_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 |