Full index

Package indexes


a b c d f g h i k l m n p q r s t y
a
top
$album_name
Artwork::$album_name in artwork.php
The name of the album.
$artist
Album::$artist in music.php
The Artist object for the album.
$artist_key
Album::$artist_key in music.php
The primary key for the artist.
$artist_name
Song::$artist_name in music.php
If the song is a compilation, the name of the actual artist.
abbreviate
abbreviate() in layout.php
Truncates a string to a given number of characters, adding an ellipsis if necessary.
add_time_and_size
Adds the song's time and size to the global variables $total_time and $total_size.
Album
Album::Album() in music.php
Creates an Album object.
album
Song::album() in music.php
Accessor for the album object.
Album
Album in music.php
The Album object represents an album.
albums
Album::albums() in music.php
If this album has no artist, returns an array of all albums with the same name.
artist
Album::artist() in music.php
The Artist for the album.
Artist
Artist::Artist() in music.php
Creates an Artist object.
Artist
Artist in music.php
The Artist object represents an artist.
artist
Song::artist() in music.php
Accessor for the artist object.
Artwork
Artwork in artwork.php
The Artwork object represents the artwork for an album.
Artwork
Artwork::Artwork() in artwork.php
Creates an artwork object for an artist and album.
artwork
Artist::artwork() in music.php
Returns an Artwork object for the artist.
artwork
Album::artwork() in music.php
Returns an Artwork object for the album.
artwork.php
artwork.php in artwork.php
b
top
$big_path
Artwork::$big_path in artwork.php
The path to the full-size artwork file.
c
top
$comments
Song::$comments in music.php
Comments entered in the Get Info window.
d
top
div
div() in layout.php
Returns a <div> tag.
f
top
frame
frame() in layout.php
Returns a <frame> tag.
frameset
frameset() in layout.php
Returns a <frameset> tag.
g
top
Genre
Genre::Genre() in genre.php
Creates a genre object.
Genre
Genre in genre.php
The Genre object represents a genre.
genre.php
genre.php in genre.php
get_album
Artist::get_album() in music.php
Returns an Album object for an album by the artist.
get_album
Album::get_album() in music.php
Returns an Album object.
get_artist
Returns an Artist object.
get_song
Playlist::get_song() in playlist.php
Returns a Song object for a song in the playlist.
get_song
Artist::get_song() in music.php
Returns a Song object for a song by the artist.
get_song
Song::get_song() in music.php
Returns a Song object.
h
top
has_artwork
Artwork::has_artwork() in artwork.php
Checks whether an artwork file is present for the album and artist.
has_big_artwork
Checks whether a full-size artwork file is present for the album and artist.
head
head() in layout.php
Prints a <head> tag with title, generator, author, and stylesheet attributes.
hyperlink
hyperlink() in layout.php
Returns a <a> hyperlink tag.
i
top
iframe
iframe() in layout.php
Returns an <iframe> inline frame tag.
img
img() in layout.php
Returns an <img> image tag.
itunes_link
Song::itunes_link() in music.php
Returns a URL to search the iTunes Store for the song.
itunes_link
Returns a URL to search the iTunes Store for the artist.
itunes_link
Returns a URL to search the iTunes Store for the album.
k
top
$key
Playlist::$key in playlist.php
The primary key for the playlist.
$key
Artist::$key in music.php
The primary key for the artist.
$key
Album::$key in music.php
The primary key for the album.
$key
Genre::$key in genre.php
The primary key for the genre.
l
top
layout.php
layout.php in layout.php
link
Album::link() in music.php
Returns a hyperlink to show the album.
link
Artist::link() in music.php
Returns a hyperlink to show the artist.
lists.php
lists.php in lists.php
load_time
load_time() in layout.php
Returns the time it took to load the page in seconds and milliseconds.
local_format
local_format() in layout.php
Returns the number formatted in the local format with the specified number of decimal places.
m
top
most_played_albums
Gets an array of the hundred most played albums.
most_played_artists
Gets an array of the hundred most played artists.
most_played_songs
most_played_songs() in lists.php
Gets an array of the hundred most played songs.
music.php
music.php in music.php
n
top
$name
Song::$name in music.php
The title of the song.
$name
Playlist::$name in playlist.php
The name of the playlist. Use name() to make sure that the playlist has been initialized.
$name
Genre::$name in genre.php
The name of the genre. Use name() to make sure that the genre has been initialized.
$name
Artist::$name in music.php
The name of the artist. Use name() to make sure that the artist has been initialized.
$name
Album::$name in music.php
The name of the album. Use name() to make sure that the album has been initialized.
name
Playlist::name() in playlist.php
The name of the playlist.
name
Genre::name() in genre.php
The name of the genre.
name
Song::name() in music.php
The name of the song.
name
Album::name() in music.php
The name of the album.
name
Artist::name() in music.php
The name of the artist.
p
top
$path
Artwork::$path in artwork.php
The path to the 150-pixel artwork file.
$path
Song::$path in music.php
The relative path to the song inside the music folder.
$playCount
Song::$playCount in music.php
The number of times the song has been played.
path
Artwork::path() in artwork.php
The path for the artwork.
path
Song::path() in music.php
The path to the music file, if it is available online.
path_with_args
path_with_args() in layout.php
Composes a GET URL from a path, arguments, and optionally an anchor.
Playlist
Playlist::Playlist() in playlist.php
Creates a playlist object.
Playlist
Playlist in playlist.php
The Playlist object represents a playlist.
playlist.php
playlist.php in playlist.php
popup
popup() in layout.php
Returns an <a> hyperlink that will open a popup window.
q
top
quicktime_player
quicktime_player() in layout.php
Returns the code for a QuickTime player plugin.
r
top
$rating
Song::$rating in music.php
The star rating on a scale of 0-100.
random_tracks
Returns an array of random songs.
rating
rating() in layout.php
Returns a formatted rating.
recently_added_albums
Gets an array of the hundred most recently added albums.
recently_added_artists
Gets an array of the hundred most recently added artists.
recently_added_songs
Gets an array of the hundred most recently added songs.
recently_played_albums
Gets an array of the hundred most recently played albums.
recently_played_artists
Gets an array of the hundred most recently played artists.
recently_played_songs
Gets an array of the hundred most recently played songs.
s
top
$size
Song::$size in music.php
The size in kilobytes.
scramble_email
scramble_email() in layout.php
Converts an email address into HTML entities to make it more difficult for spambots to harvest.
search.php
search.php in search.php
size_format
size_format() in layout.php
Returns a formatted size.
Song
Song::Song() in music.php
Creates a Song object from a song array.
Song
Song in music.php
The Song object represents a song.
songs_plural
songs_plural() in layout.php
Returns the word 'song' or 'songs' depending upon whether $count is plural.
song_arrays
Song::song_arrays() in music.php
Gets an array of info for all songs.
t
top
$time
Song::$time in music.php
The time in seconds.
$track
Song::$track in music.php
The track number on the album.
$track_id
Song::$track_id in music.php
The primary key for the song, as assigned by iTunes.
$type
Playlist::$type in playlist.php
The type of the playlist, e.g. 'shuffle', 'smart', 'playlist'.
td
td() in layout.php
Returns a <td> table cell tag.
time_format
time_format() in layout.php
Returns the total time in days, hours, minutes and seconds.
time_format_simple
time_format_simple() in layout.php
Returns the total time in days, hours or minutes.
top_rated_albums
top_rated_albums() in lists.php
Gets an array of the hundred top rated albums.
top_rated_artists
top_rated_artists() in lists.php
Gets an array of the hundred top rated artists.
top_rated_songs
top_rated_songs() in lists.php
Gets an array of the hundred top rated songs.
tr
tr() in layout.php
Returns a <tr> table row tag.
tracks
Song::tracks() in music.php
Returns an array of all songs, sorted by name.
tracks
Playlist::tracks() in playlist.php
Returns an array of songs for the playlist.
tracks
Artist::tracks() in music.php
Returns an array of songs for the artist, sorted by album.
tracks
Album::tracks() in music.php
Returns an array of songs for the album.
tracks
Genre::tracks() in genre.php
Returns an array of songs for the genre.
tracks_for_search
tracks_for_search() in search.php
Returns an array of songs whose artist, album or song name match the given string.
track_ids
Playlist::track_ids() in playlist.php
Returns an array of track ids for the playlist.
track_ids
Album::track_ids() in music.php
Returns an array of track ids for the album.
track_ids
Artist::track_ids() in music.php
Returns an array of track ids for the artist.
track_ids
Song::track_ids() in music.php
Returns an array of all track ids, sorted by name.
type
Playlist::type() in playlist.php
The type of the playlist, e.g. 'shuffle', 'smart', 'playlist'.
y
top
$year
Song::$year in music.php
The year of release.
a b c d f g h i k l m n p q r s t y