~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.batch.unix/exiftool/lib/Image/ExifTool/ID3.pm

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
use vars qw($VERSION);
17
17
use Image::ExifTool qw(:DataAccess :Utils);
18
18
 
19
 
$VERSION = '1.45';
 
19
$VERSION = '1.46';
20
20
 
21
21
sub ProcessID3v2($$$);
22
22
sub ProcessPrivate($$$);
403
403
        ExifTool extracts mainly text-based tags from ID3v2 information.  The tags
404
404
        in the tables below are those extracted by ExifTool, and don't represent a
405
405
        complete list of available ID3v2 tags.
406
 
        
 
406
 
407
407
        ID3 version 2.2 tags.  (These are the tags written by iTunes 5.0.)
408
408
    },
409
409
    CNT => 'PlayCounter',
609
609
    XSOA => 'AlbumSortOrder',
610
610
    XSOP => 'PerformerSortOrder',
611
611
    XSOT => 'TitleSortOrder',
 
612
    XOLY => {
 
613
        Name => 'OlympusDSS',
 
614
        SubDirectory => { TagTable => 'Image::ExifTool::Olympus::DSS' },
 
615
    },
612
616
);
613
617
 
614
618
# Tags for ID3v2.3 (http://www.id3.org/id3v2.3.0)