Update page 'Variables for templates'

RemixDev
2019-11-29 08:23:24 +00:00
parent c6d5ed6d9f
commit 759205a4c2
+56
@@ -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%