NAME

XML::XBMC::Movie - XML for an XBMC movie .nfo file

SYNOPSIS

use XML::XBMC::Movie;

my $movie = XML::XBMC::Movie->new(
    id => "tt0432337',
);

print $movie->to_xml(1);

DESCRIPTION

This PRANG class is a definition for the XBMC XML .NFO format, documented at http://wiki.xbmc.org/index.php?title=Import_-_Export_Library#Movies_2

SEE ALSO

PRANG