| BrowseAmp manual |
| back |
| 2.2.3 playlist |
| BrowseAmp -> creating skins -> HTML tags -> playlist |
| show the current playlist | |||
Used to build a list of files in the current folder. Parameters length: how many entries to show (integer). offset: specifies the beginning of the playlist relative to the current track. Negative values are allowed. If you use offset=-2 then the two tracks before the current track are also shown. You will understand that when you tried it... Example |
|||
| show the path and filename of a playlist entry | |||
Should be used in a template for playlist. The tag is replaced with the filename of a song. Parameter Example |
|||
| show the user who added the playlist entry | |||
Should be used in a template for playlist. The tag is replaced with the username who added the song. If user-management is disabled or the song was not added by a user with BrowseAmp and default is not set it says "Admin". Parameter Example |
|||
| show the artist and title of a playlist entry | |||
Should be used in a template for playlist. The tag is replaced with the artist and title of a song. Parameter Example |
|||
| show the artist and title of a playlist entry in an url-encoded string | |||
Should be used in a template for playlist. The tag is replaced with the artist and title of a song. The string is url-encoded. Parameter Example |
|||
| show the artist of a playlist entry | |||
Should be used in a template for playlist. The tag is replaced with the artist of a song. Please note that the songtitle should be something like 'artist - trackname' to make sure this tag is replaced correctly. Parameter Example |
|||
| show the ID of a playlist entry | |||
Should be used in a template for playlist. The tag is replaced with the ID of a track. This is used for hyperlink commands affecting the playlist. The ID is the CRC32 value of the filename combined with the current playlist index. Using IDs keeps the HTML code short but unreadable. ;-) Parameter Example |
|||
| show the index of a playlist entry | |||
Should be used in a template for playlist. The tag is replaced with the index of a track in the current playlist. Creates numbers from 1...n. Parameter Example |
|||
| show the length of a playlist entry in minutes | |||
Should be used in a template for playlist. The tag is replaced with the length of a track of the current playlist in minutes. Creates numbers from 1...n. Parameter Example |
|||
| show the length of a playlist entry in seconds | |||
Should be used in a template for playlist. The tag is replaced with the length of a track of the current playlist in seconds. Creates numbers from 01...nn. Parameter Example |
|||
| show the length of the whole playlist | |||
The tag is replaced with the length of the whole playlist. Format: "h:mm:ss" Parameter Example |
|||
| number of tracks in the playlist | |||
The tag is replaced with the number(integer) of tracks in the playlist. Parameter Example |
|||
| insert the string the playlist was searched for | |||
Insert the string the playlist was searched for. Parameter Example |
|||
last change:
2008-02-29
, Henry Thasler
www.browseamp.com