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

CONTRIBUTORS

None required yet.

COPYRIGHT

Copyright 2010, 2011 the Mplayer::NowPlaying::Genress "AUTHOR" and "CONTRIBUTORS" as listed above.

LICENSE

This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Mplayer::NowPlaying