NAME
Mplayer::NowPlaying::Genres - Get at Mplayer genres by index
SYNOPSIS
use Mplayer::NowPlaying::Genres;
my $genre = get_genre(42); # Soul
DESCRIPTION
Mplayer::NowPlaying::Genres provides Mplayer::NowPlaying with a simple interface for retrieving genre names by index.
EXPORTS
get_genre()
Parameters: $integer
Returns: $genre
my $genre = get_genre(128);
AUTHOR
Magnus Woldrich
CPAN ID: WOLDRICH
magnus@trapd00r.se
http://japh.se
COPYRIGHT
Copyright 2011 Magnus Woldrich <magnus@trapd00r.se>. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.