Skip to content

3437/iTunes-Sid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

iTunes::Sid - read/write iTunes common user database format 

DESCRIPTION
    
read/write iTunes common user database format files, 
  including /SC Info/SC Info.sidb and /SC Info/SC Info.sidd

SYNOPSIS

use iTunes::Sid;

my $sidb = iTunes::Sid->new( 
  file => 't/sidb', 
  DEBUG => 2, 
  DEBUGDUMPFILE => 't/sidb_dump.html',
);


To install the module...

perl Makefile.PL
make
make test
make install

About

Read-only release history for iTunes-Sid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%