@@ -413,41 +413,33 @@ You want to add a format? [See FAQ](#faq)
413
413
414
414
` Audio::class ` convert some properties to be more readable.
415
415
416
- | ID3 type | Original | New property |
417
- | :-------------: | :---------------------: | :------------------: |
418
- | ` id3v2 ` | ` band ` | ` albumArtist ` |
419
- | ` id3v2 ` | ` track_number ` | ` trackNumber ` |
420
- | ` id3v2 ` | ` part_of_a_set ` | ` discNumber ` |
421
- | ` id3v2 ` | ` part_of_a_compilation ` | ` isCompilation ` |
422
- | ` quicktime ` | ` track_number ` | ` trackNumber ` |
423
- | ` quicktime ` | ` disc_number ` | ` discNumber ` |
424
- | ` quicktime ` | ` compilation ` | ` isCompilation ` |
425
- | ` quicktime ` | ` creation_date ` | ` creationDate ` |
426
- | ` quicktime ` | ` album_artist ` | ` albumArtist ` |
427
- | ` quicktime ` | ` encoded_by ` | ` encodingBy ` |
428
- | ` quicktime ` | ` encoding_tool ` | ` encoding ` |
429
- | ` quicktime ` | ` description_long ` | ` podcastDescription ` |
430
- | ` asf ` | ` albumartist ` | ` albumArtist ` |
431
- | ` asf ` | ` partofset ` | ` discNumber ` |
432
- | ` asf ` | ` track_number ` | ` trackNumber ` |
433
- | ` asf ` | ` encodingsettings ` | ` encoding ` |
434
- | ` vorbiscomment ` | ` encoder ` | ` encoding ` |
435
- | ` vorbiscomment ` | ` albumartist ` | ` albumArtist ` |
436
- | ` vorbiscomment ` | ` discnumber ` | ` discNumber ` |
437
- | ` vorbiscomment ` | ` compilation ` | ` isCompilation ` |
438
- | ` vorbiscomment ` | ` tracknumber ` | ` trackNumber ` |
439
- | ` matroska ` | ` album_artist ` | ` albumArtist ` |
440
- | ` matroska ` | ` disc ` | ` discNumber ` |
441
- | ` matroska ` | ` part_number ` | ` trackNumber ` |
442
- | ` matroska ` | ` date ` | ` year ` |
443
- | ` matroska ` | ` compilation ` | ` isCompilation ` |
444
- | ` matroska ` | ` encoder ` | ` encoding ` |
445
- | ` ape ` | ` album_artist ` | ` albumArtist ` |
446
- | ` ape ` | ` disc ` | ` discNumber ` |
447
- | ` ape ` | ` compilation ` | ` isCompilation ` |
448
- | ` ape ` | ` track ` | ` trackNumber ` |
449
- | ` ape ` | ` date ` | ` year ` |
450
- | ` ape ` | ` encoder ` | ` encoding ` |
416
+ | ID3 type | Original | New property |
417
+ | :-------------: | :---------------------: | :--------------: |
418
+ | ` id3v2 ` | ` band ` | ` album_artist ` |
419
+ | ` id3v2 ` | ` part_of_a_set ` | ` disc_number ` |
420
+ | ` id3v2 ` | ` part_of_a_compilation ` | ` is_compilation ` |
421
+ | ` quicktime ` | ` compilation ` | ` is_compilation ` |
422
+ | ` quicktime ` | ` encoded_by ` | ` encoding_by ` |
423
+ | ` quicktime ` | ` encoding_tool ` | ` encoding ` |
424
+ | ` quicktime ` | ` description_long ` | ` synopsis ` |
425
+ | ` asf ` | ` albumartist ` | ` album_artist ` |
426
+ | ` asf ` | ` partofset ` | ` disc_number ` |
427
+ | ` asf ` | ` encodingsettings ` | ` encoding ` |
428
+ | ` vorbiscomment ` | ` encoder ` | ` encoding ` |
429
+ | ` vorbiscomment ` | ` albumartist ` | ` album_artist ` |
430
+ | ` vorbiscomment ` | ` discnumber ` | ` disc_number ` |
431
+ | ` vorbiscomment ` | ` compilation ` | ` is_compilation ` |
432
+ | ` vorbiscomment ` | ` tracknumber ` | ` track_number ` |
433
+ | ` matroska ` | ` disc ` | ` disc_number ` |
434
+ | ` matroska ` | ` part_number ` | ` track_number ` |
435
+ | ` matroska ` | ` date ` | ` year ` |
436
+ | ` matroska ` | ` compilation ` | ` is_compilation ` |
437
+ | ` matroska ` | ` encoder ` | ` encoding ` |
438
+ | ` ape ` | ` disc ` | ` disc_number ` |
439
+ | ` ape ` | ` compilation ` | ` is_compilation ` |
440
+ | ` ape ` | ` track ` | ` track_number ` |
441
+ | ` ape ` | ` date ` | ` year ` |
442
+ | ` ape ` | ` encoder ` | ` encoding ` |
451
443
452
444
## Testing
453
445
0 commit comments