From 2f1d353a81f881f72da639eaf9a2e5b27c37c12e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 5 Jan 2009 14:52:03 +0100 Subject: [PATCH] pod update --- lib/Audio/MPD/Collection.pm | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/lib/Audio/MPD/Collection.pm b/lib/Audio/MPD/Collection.pm index 9c2b73a..9eecb2e 100644 --- a/lib/Audio/MPD/Collection.pm +++ b/lib/Audio/MPD/Collection.pm @@ -199,7 +199,7 @@ sub song { # -# my $song = $collection->songs_with_filename_partial( $path ); +# my $song = $collection->songs_with_filename_partial( $string ); # # Return the AMC::Item::Songs containing $string in their path. # @@ -367,9 +367,9 @@ currently known by mpd. If C<$path> is supplied (relative to mpd root), restrict the retrieval to songs and dirs in this directory. -B: the C objects will only have -their tag file filled. Any other tag will be empty, so don't use this sub for -any other thing than a quick scan! +B: the C objects will only +have their tag C filled. Any other tag will be empty, so don't use +this sub for any other thing than a quick scan! =item $coll->items_in_dir( [$path] ) @@ -432,9 +432,10 @@ Return the list of all playlists (strings) currently known by mpd. Return the C which correspond to C<$path>. -=item $coll->songs_with_filename_partial( $path ) +=item $coll->songs_with_filename_partial( $string ) -Return the Cs containing $string in their path. +Return the Cs containing C<$string> in +their path. =back @@ -457,8 +458,8 @@ Return all Cs performed by C<$artist>. =item $coll->songs_by_artist_partial( $string ) -Return all Cs performed by an artist with -C<$string> in her name. +Return all Cs performed by an artist +with C<$string> in her name. =item $coll->songs_from_album( $album ) @@ -468,17 +469,20 @@ Return all Cs appearing in C<$album>. =item $coll->songs_from_album_partial( $string ) -Return all Cs appearing in album containing C<$string>. +Return all Cs appearing in album +containing C<$string>. =item $coll->songs_with_title( $title ) -Return all Cs which title is exactly C<$title>. +Return all Cs which title is exactly +C<$title>. =item $coll->songs_with_title_partial( $string ) -Return all Cs where C<$string> is part of the title. +Return all Cs where C<$string> is part +of the title. =back -- 2.11.4.GIT