Go to the source code of this file.
Functions | |
| getHtmlSong ($id, $artistName, $albumName, $trackNum, $trackName, $trackLength, $numPlays, $genre, $rating) | |
| getHtmlAlbum ($id, $albumName, $artistName='', $year='', $numTracks='', $length='', $extra='') | |
| getHtmlPlaylist ($playlistId, $playlistName, $songcount, $length, $unsavedId=0, $blnShowDelete=true) | |
| getHtmlPlaylistEntry ($id, $contents) | |
| getHtmlPlaylistEntrySong ($id, $artistName, $albumName, $trackNum, $trackName, $trackLength) | |
| getHtmlPlaylistEntryPlaylist ($id, $playlistName, $playlistSongCount, $playlistTotalTime) | |
| getHtmlSong | ( | $ | id, | |
| $ | artistName, | |||
| $ | albumName, | |||
| $ | trackNum, | |||
| $ | trackName, | |||
| $ | trackLength, | |||
| $ | numPlays, | |||
| $ | genre, | |||
| $ | rating | |||
| ) |
Definition at line 3 of file mp3act_html_functions.php.
Referenced by musicLookup(), and searchMusic().
| getHtmlAlbum | ( | $ | id, | |
| $ | albumName, | |||
| $ | artistName = '', |
|||
| $ | year = '', |
|||
| $ | numTracks = '', |
|||
| $ | length = '', |
|||
| $ | extra = '' | |||
| ) |
Definition at line 55 of file mp3act_html_functions.php.
| getHtmlPlaylist | ( | $ | playlistId, | |
| $ | playlistName, | |||
| $ | songcount, | |||
| $ | length, | |||
| $ | unsavedId = 0, |
|||
| $ | blnShowDelete = true | |||
| ) |
Definition at line 101 of file mp3act_html_functions.php.
| getHtmlPlaylistEntry | ( | $ | id, | |
| $ | contents | |||
| ) |
Definition at line 129 of file mp3act_html_functions.php.
Referenced by getHtmlPlaylistEntryPlaylist(), and getHtmlPlaylistEntrySong().
| getHtmlPlaylistEntrySong | ( | $ | id, | |
| $ | artistName, | |||
| $ | albumName, | |||
| $ | trackNum, | |||
| $ | trackName, | |||
| $ | trackLength | |||
| ) |
| getHtmlPlaylistEntryPlaylist | ( | $ | id, | |
| $ | playlistName, | |||
| $ | playlistSongCount, | |||
| $ | playlistTotalTime | |||
| ) |
1.5.5