|
|
|
@ -124,9 +124,14 @@ Lightweight parser and generator for m3u playlists.
|
|
|
|
|
Will be usefull if you're just want to read playlist, or convert playlist |
|
|
|
|
to another format, or change playlist items by some way. |
|
|
|
|
|
|
|
|
|
=head1 Methods |
|
|
|
|
|
|
|
|
|
=head2 C<load> |
|
|
|
|
|
|
|
|
|
=head2 C<parse> |
|
|
|
|
|
|
|
|
|
=head2 C<save> |
|
|
|
|
|
|
|
|
|
=head2 C<dump> |
|
|
|
|
|
|
|
|
|
For description of these methods see description in base class L<Text::Playlist> |
|
|
|
@ -135,17 +140,17 @@ For description of these methods see description in base class L<Text::Playlist>
|
|
|
|
|
|
|
|
|
|
Each parsed item has the following keys in hashref: |
|
|
|
|
|
|
|
|
|
* file -- path or url, required |
|
|
|
|
* title -- title for given item, required |
|
|
|
|
* duration -- item duration in seconds, or -1 if not unknown |
|
|
|
|
* attrs -- hashref with attributes for given item, optional |
|
|
|
|
* file -- path or url, required |
|
|
|
|
* title -- title for given item, required |
|
|
|
|
* duration -- item duration in seconds, or -1 if not unknown |
|
|
|
|
* attrs -- hashref with attributes for given item, optional |
|
|
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
|
|
|
|
|
|
|
|
* L<MP3::M3U::Parser> -- full-featured parser |
|
|
|
|
L<MP3::M3U::Parser> -- full-featured parser |
|
|
|
|
|
|
|
|
|
=head1 AUTHORS |
|
|
|
|
|
|
|
|
|
Alex 'AdUser' Z <aduser@cpan.org> |
|
|
|
|
* Alex 'AdUser' Z <aduser@cpan.org> |
|
|
|
|
|
|
|
|
|
=cut |
|
|
|
|