
iPodDB::Playlist - listing of playlists in a database

my $playlists = iPodDB::Playlist->new( $frame, $songlist );
$playlists->populate( @playlists );

This module provides a listing of the playlists in an iPod database. Clicking on a different playlist will populate the songlist it is attached to.

An iPodDB::Playlist object (listing of songs in a given playlist)

This creates the list widget and makes the link to the songlist widget.
This will populate listing and expand the tree.
This will select the first item in the list.

This event will re-populate the songlist obect with the songs from the selected playlist.


Copyright 2004 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.