Metadata Constants¶
Enumerations for metadata attributes and picture types.
Meta¶
- class avblocks.Meta¶
Bases:
objectMetadata attribute names (tags)
- Album: str = 'Album'¶
Album
- AlbumArtist: str = 'AlbumArtist'¶
Album artist
- BeatsPerMinute: str = 'BeatsPerMinute'¶
Beats per minute
- Comment: str = 'Comment'¶
Comment
- Composer: str = 'Composer'¶
Composer
- Conductor: str = 'Conductor'¶
Conductor
- ContentGroup: str = 'ContentGroup'¶
Content group
- Copyright: str = 'Copyright'¶
Copyright
- Date(YYYY-MM-DD): str = 'Date'¶
Date (YYYY-MM-DD)
- DiscNum: str = 'DiscNum'¶
Disc number is 1-based
- EncodedBy: str = 'EncodedBy'¶
Encoding software
- EncoderSettings: str = 'EncoderSettings'¶
Encoding software settings
- FileType: str = 'FileType'¶
File type
- Genre: str = 'Genre'¶
Genre
- InternetRadioStation: str = 'InternetRadioStation'¶
Internet radio station name
- InvolvedPeople: str = 'InvolvedPeople'¶
Involved people
- Language: str = 'Language'¶
Language
- LeadArtist: str = 'LeadArtist'¶
Lead artist
- Lyricist: str = 'Lyricist'¶
Lyricist / text writer
- MediaType: str = 'MediaType'¶
Media type
- OrigAlbum: str = 'OrigAlbum'¶
Original album
- OrigArtist: str = 'OrigArtist'¶
Original artist
- OrigFileName: str = 'OrigFileName'¶
Original file name
- OrigLyricist: str = 'OrigLyricist'¶
Original lyricist / text writer
- PlayCounter: str = 'PlayCounter'¶
Play counter
- Popularimeter: str = 'Popularimeter'¶
Popularity meter / rating
- Private: str = 'Private'¶
Private comment
- Publisher: str = 'Publisher'¶
Publisher
- RecordingDates: str = 'RecordingDates'¶
Recording dates
- RemixArtist: str = 'RemixArtist'¶
Remix / cover artist
- Subtitle: str = 'Subtitle'¶
Subtitle
- Time: str = 'Time'¶
Time
- Title: str = 'Title'¶
Title
- TrackNum: str = 'TrackNum'¶
Track number is 1-based
- UnsyncedLyrics: str = 'UnsyncedLyrics'¶
Unsynced lyrics
- UrlArtist: str = 'UrlArtist'¶
URL pointing at the artist’s official web page. There may be more than one attributes with this name if the audio contains more than one performer
- UrlAudioFile: str = 'UrlAudioFile'¶
URL pointing at a file specific web page
- UrlAudioSource: str = 'UrlAudioSource'¶
URL pointing at the official web page for the source of the audio file, e.g. a movie
- UrlCommercialInfo: str = 'UrlCommercialInfo'¶
URL pointing at a web page with information such as where the album can be bought
- UrlCopyright: str = 'UrlCopyright'¶
URL pointing at a web page where the terms of use and ownership of the file is described
- UrlPayment: str = 'UrlPayment'¶
URL pointing at a web page that will handle the process of paying for this file
- UrlPublisher: str = 'UrlPublisher'¶
URL pointing at the official web page for the publisher
- UrlRadioPage: str = 'UrlRadioPage'¶
URL pointing at the homepage of the Internet radio station
- UrlUser: str = 'UrlUser'¶
User URL
- UserText: str = 'UserText'¶
User text
- Year: str = 'Year'¶
Year only (YYYY)
MetaPictureType¶
- class avblocks.MetaPictureType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
IntEnumPicture type defined as in ID3.
- Artist = 8¶
Artist / Performer
- ArtistLogotype = 19¶
Band / Artist logotype
- BackCover = 4¶
Album/Disc back cover
- Band = 10¶
Band / Orchestra
- BrightColoredFish = 17¶
0
- Type:
A brightly coloured fish
- Composer = 11¶
Composer / Music writer
- Conductor = 9¶
Conductor
- DuringPerformance = 15¶
The picture is made during performance
- DuringRecording = 14¶
The picture is made during recording
- FileIcon = 1¶
32x32 pixels ‘file icon’ (PNG only); only one in a ID3 tag
- FrontCover = 3¶
Album/Disc front cover
- Illustration = 18¶
Illustration
- LeadArtist = 7¶
Lead artist / Lead performer / Soloist
- LeafletPage = 5¶
Album/Disc leaflet page
- Media = 6¶
Printed on the media (e.g. label side of a CD)
- Other = 0¶
Unknown or unspecified picture type
- OtherFileIcon = 2¶
Only one in a ID3 tag
- PublisherLogotype = 20¶
Publisher / Studio logotype
- RecordingLocation = 13¶
Location where the music is recorded
- TextWriter = 12¶
Lyricist / Text writer
- VideoCapture = 16¶
Movie/video screen capture