bandcamp-fetch/examples/image/getFormats_output.txt

198 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-01-19 21:37:31 +01:00
Album image formats:
[
{
id: 2,
2021-01-19 21:37:31 +01:00
name: 'art_thumb',
width: 350,
height: 350,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 3,
2021-01-19 21:37:31 +01:00
name: 'art_thumbthumb',
width: 100,
height: 100,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 4,
2021-01-19 21:37:31 +01:00
name: 'art_embedded_metadata',
width: 300,
height: 300,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 5,
2021-01-19 21:37:31 +01:00
name: 'art_embedded_metadata_large',
width: 700,
height: 700,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 6,
2021-01-19 21:37:31 +01:00
name: 'art_embedded_player',
width: 100,
height: 100,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 7,
2021-01-19 21:37:31 +01:00
name: 'art_embedded_player_large',
width: 150,
height: 150,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 8,
2021-01-19 21:37:31 +01:00
name: 'art_tags',
width: 124,
height: 124,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 9,
2021-01-19 21:37:31 +01:00
name: 'art_tags_large',
width: 210,
height: 210,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 11,
2021-01-19 21:37:31 +01:00
name: 'art_tag_search',
width: 172,
height: 172,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 12,
2021-01-19 21:37:31 +01:00
name: 'art_artist_index',
width: 138,
height: 138,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 13,
2021-01-19 21:37:31 +01:00
name: 'art_solo_feature',
width: 380,
height: 380,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 14,
2021-01-19 21:37:31 +01:00
name: 'art_feature',
width: 368,
height: 368,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 15,
2021-01-19 21:37:31 +01:00
name: 'art_feed_new_release',
width: 135,
height: 135,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
2021-10-19 18:56:51 +02:00
id: 16,
name: 'art_app_large',
width: 700,
height: 700,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 67,
name: 'art_thumb_anim_ok',
width: 350,
height: 350,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 68,
name: 'art_tags_large_anim_ok',
width: 210,
height: 210,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
},
{
id: 69,
2021-01-19 21:37:31 +01:00
name: 'art_embedded_metadata_large_anim_ok',
width: 700,
height: 700,
2023-06-10 16:52:27 +02:00
fileFormat: 'JPEG'
}
]
2021-01-19 21:37:31 +01:00
2023-10-28 14:59:43 +02:00
Artist image formats:
[
{
id: 20,
name: 'bio_screen',
width: 1024,
height: 1024,
fileFormat: 'JPEG'
},
{
id: 21,
name: 'bio_thumb',
width: 120,
height: 180,
fileFormat: 'JPEG'
},
{
id: 22,
name: 'bio_navbar',
width: 25,
height: 25,
fileFormat: 'JPEG'
},
{
id: 23,
name: 'bio_phone',
width: 300,
height: 300,
fileFormat: 'JPEG'
},
{
id: 24,
name: 'bio_licensing',
width: 300,
height: 300,
fileFormat: 'JPEG'
},
{
id: 25,
name: 'bio_app',
width: 700,
height: 700,
fileFormat: 'JPEG'
},
{
id: 26,
name: 'bio_subscribe',
width: 800,
height: 600,
fileFormat: 'JPEG'
},
{
id: 27,
name: 'bio_subscribe2',
width: 715,
height: 402,
fileFormat: 'JPEG'
},
{
id: 28,
name: 'bio_featured',
width: 768,
height: 432,
fileFormat: 'JPEG'
},
{
id: 29,
name: 'bio_autocomplete',
width: 100,
height: 75,
fileFormat: 'JPEG'
}
]