|< 1 2 >| | 13 Einträge, 2 Seiten |
QuoteID3v2 writing is coming soon.
1
2
3
4
5
6
7
8
9
10
NAME
MP3::Info - Manipulate / fetch info from MP3 audio files
SYNOPSIS
#!perl -w
use MP3::Info;
my $file = 'Pearls_Before_Swine.mp3';
set_mp3tag($file, 'Pearls Before Swine', q"77's",
'Sticks and Stones', '1990',
q"(c) 1990 77's LTD.", 'rock & roll');
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
server:~ # perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.61)
ReadLine support enabled
cpan> install MP3::Info::set_mp3v2tag
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 04 Feb 2004 05:49:49 GMT
Warning: Cannot install MP3::Info::set_mp3v2tag, don't know what it is.
Try the command
i /MP3::Info::set_mp3v2tag/
to find objects with matching identifiers.
cpan>
|< 1 2 >| | 13 Einträge, 2 Seiten |