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