From 759205a4c25ed2979c5b7980205c941164bd461f Mon Sep 17 00:00:00 2001 From: RemixDev Date: Fri, 29 Nov 2019 08:23:24 +0000 Subject: [PATCH] Update page 'Variables for templates' --- Variables for templates.md | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Variables for templates.md diff --git a/Variables for templates.md b/Variables for templates.md new file mode 100644 index 0000000..09c53d6 --- /dev/null +++ b/Variables for templates.md @@ -0,0 +1,56 @@ +## List of variables for the templates +### Track names (Singles and Albums) +* %title% +* %album% +* %artist% +* %year% +* %date% +* %label% +* %number% +* %disc% +* %isrc% +* %explicit% +* %genre% +* %track_id% +* %album_id% + +### Track names (Playlists) +* %title% +* %album% +* %artist% +* %year% +* %date% +* %label% +* %number% +* %position% +* %disc% +* %isrc% +* %explicit% +* %genre% +* %track_id% +* %album_id% +* %playlist_id% + +### Playlist folders +* %owner% +* %name% +* %year% +* %date% +* %playlist_id% + +### Artist folder and artwork +* %name% +* %artist_id% + +### Album folder and artwork +* %album% +* %artist% +* %year% +* %date% +* %bitrate% +* %type% +* %label% +* %album_id% +* %upc% +* %explicit% +* %genre% \ No newline at end of file