Thread ID3v2-Tags setzen: Will mal meine MP3's aufräumen (12 answers)
Opened by format_c at 2004-02-03 12:24

pq
 2004-02-04 00:42
#79736 #79736
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=youngalcapone,03.02.2004, 22:04]Kann MP3::Info Infos setzen und nicht nur auslesen?[/quote]
das sacht die doku:
Code: (dl )
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');
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread ID3v2-Tags setzen: Will mal meine MP3's aufräumen