@jellyfin/sdk 0.0.0-unstable.202303301750 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated-client/api/audio-api.d.ts +8 -8
- package/lib/generated-client/api/audio-api.js +6 -6
- package/lib/generated-client/api/dynamic-hls-api.d.ts +4 -4
- package/lib/generated-client/api/dynamic-hls-api.js +3 -3
- package/lib/generated-client/api/image-api.d.ts +336 -84
- package/lib/generated-client/api/image-api.js +336 -168
- package/lib/generated-client/api/image-by-name-api.js +71 -2
- package/lib/generated-client/api/items-api.d.ts +36 -36
- package/lib/generated-client/api/items-api.js +27 -27
- package/lib/generated-client/api/notifications-api.js +79 -2
- package/lib/generated-client/api/quick-connect-api.d.ts +37 -46
- package/lib/generated-client/api/quick-connect-api.js +50 -56
- package/lib/generated-client/api/search-api.d.ts +38 -38
- package/lib/generated-client/api/search-api.js +18 -18
- package/lib/generated-client/api/trailers-api.d.ts +20 -20
- package/lib/generated-client/api/trailers-api.js +15 -15
- package/lib/generated-client/api/user-api.d.ts +12 -7
- package/lib/generated-client/api/user-api.js +12 -10
- package/lib/generated-client/api/user-library-api.d.ts +0 -56
- package/lib/generated-client/api/user-library-api.js +0 -71
- package/lib/generated-client/api.d.ts +2 -0
- package/lib/generated-client/index.js +4 -3
- package/lib/generated-client/models/architecture.d.ts +0 -3
- package/lib/generated-client/models/architecture.js +1 -4
- package/lib/generated-client/models/authenticate-user-by-name.d.ts +7 -0
- package/lib/generated-client/models/base-item-dto.d.ts +3 -9
- package/lib/generated-client/models/base-item-person.d.ts +3 -4
- package/lib/generated-client/models/container-profile.d.ts +1 -1
- package/lib/generated-client/models/create-user-by-name.d.ts +1 -1
- package/lib/generated-client/models/encoding-options.d.ts +36 -49
- package/lib/generated-client/models/index.d.ts +10 -6
- package/lib/generated-client/models/index.js +2 -3
- package/lib/generated-client/models/library-options.d.ts +0 -6
- package/lib/generated-client/models/live-tv-options.d.ts +0 -12
- package/lib/generated-client/models/media-stream.d.ts +0 -12
- package/lib/generated-client/models/network-configuration.d.ts +1 -1
- package/lib/generated-client/models/{image-resolution.js → notification-level.js} +6 -12
- package/lib/generated-client/models/parental-rating.d.ts +1 -1
- package/lib/generated-client/models/public-system-info.d.ts +0 -1
- package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +1 -1
- package/lib/generated-client/models/search-hint.d.ts +15 -17
- package/lib/generated-client/models/{down-mix-stereo-algorithms.js → send-to-user-type.js} +6 -6
- package/lib/generated-client/models/series-status.d.ts +1 -2
- package/lib/generated-client/models/series-status.js +2 -3
- package/lib/generated-client/models/server-configuration.d.ts +0 -19
- package/lib/generated-client/models/system-info.d.ts +0 -3
- package/lib/generated-client/models/tuner-host-info.d.ts +0 -6
- package/lib/generated-client/models/user-policy.d.ts +0 -12
- package/lib/versions.d.ts +1 -1
- package/lib/versions.js +1 -1
- package/package.json +1 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +0 -21
- package/lib/generated-client/models/image-resolution.d.ts +0 -27
- package/lib/generated-client/models/lyric-line.d.ts +0 -29
- package/lib/generated-client/models/lyric-metadata.d.ts +0 -71
- package/lib/generated-client/models/lyric-response.d.ts +0 -31
- package/lib/generated-client/models/person-kind.d.ts +0 -36
- package/lib/generated-client/models/person-kind.js +0 -39
|
@@ -211,13 +211,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
211
211
|
* @param {number} [fillWidth] Width of box to fill.
|
|
212
212
|
* @param {number} [fillHeight] Height of box to fill.
|
|
213
213
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
214
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
214
215
|
* @param {number} [blur] Optional. Blur image.
|
|
215
216
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
216
217
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
217
218
|
* @param {*} [options] Override http request option.
|
|
218
219
|
* @throws {RequiredError}
|
|
219
220
|
*/
|
|
220
|
-
getArtistImage: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
221
|
+
getArtistImage: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
221
222
|
// verify required parameter 'name' is not null or undefined
|
|
222
223
|
assertParamExists('getArtistImage', 'name', name);
|
|
223
224
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -273,6 +274,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
273
274
|
if (cropWhitespace !== undefined) {
|
|
274
275
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
275
276
|
}
|
|
277
|
+
if (addPlayedIndicator !== undefined) {
|
|
278
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
279
|
+
}
|
|
276
280
|
if (blur !== undefined) {
|
|
277
281
|
localVarQueryParameter['blur'] = blur;
|
|
278
282
|
}
|
|
@@ -307,6 +311,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
307
311
|
* @param {number} [fillWidth] Width of box to fill.
|
|
308
312
|
* @param {number} [fillHeight] Height of box to fill.
|
|
309
313
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
314
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
310
315
|
* @param {number} [blur] Optional. Blur image.
|
|
311
316
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
312
317
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -314,7 +319,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
314
319
|
* @param {*} [options] Override http request option.
|
|
315
320
|
* @throws {RequiredError}
|
|
316
321
|
*/
|
|
317
|
-
getGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
322
|
+
getGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
318
323
|
// verify required parameter 'name' is not null or undefined
|
|
319
324
|
assertParamExists('getGenreImage', 'name', name);
|
|
320
325
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -367,6 +372,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
367
372
|
if (cropWhitespace !== undefined) {
|
|
368
373
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
369
374
|
}
|
|
375
|
+
if (addPlayedIndicator !== undefined) {
|
|
376
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
377
|
+
}
|
|
370
378
|
if (blur !== undefined) {
|
|
371
379
|
localVarQueryParameter['blur'] = blur;
|
|
372
380
|
}
|
|
@@ -405,13 +413,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
405
413
|
* @param {number} [fillWidth] Width of box to fill.
|
|
406
414
|
* @param {number} [fillHeight] Height of box to fill.
|
|
407
415
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
416
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
408
417
|
* @param {number} [blur] Optional. Blur image.
|
|
409
418
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
410
419
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
411
420
|
* @param {*} [options] Override http request option.
|
|
412
421
|
* @throws {RequiredError}
|
|
413
422
|
*/
|
|
414
|
-
getGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
423
|
+
getGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
415
424
|
// verify required parameter 'name' is not null or undefined
|
|
416
425
|
assertParamExists('getGenreImageByIndex', 'name', name);
|
|
417
426
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -467,6 +476,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
467
476
|
if (cropWhitespace !== undefined) {
|
|
468
477
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
469
478
|
}
|
|
479
|
+
if (addPlayedIndicator !== undefined) {
|
|
480
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
481
|
+
}
|
|
470
482
|
if (blur !== undefined) {
|
|
471
483
|
localVarQueryParameter['blur'] = blur;
|
|
472
484
|
}
|
|
@@ -499,6 +511,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
499
511
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
500
512
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
501
513
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
514
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
502
515
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
503
516
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
504
517
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -508,7 +521,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
508
521
|
* @param {*} [options] Override http request option.
|
|
509
522
|
* @throws {RequiredError}
|
|
510
523
|
*/
|
|
511
|
-
getItemImage: (itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
524
|
+
getItemImage: (itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
512
525
|
// verify required parameter 'itemId' is not null or undefined
|
|
513
526
|
assertParamExists('getItemImage', 'itemId', itemId);
|
|
514
527
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -555,6 +568,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
555
568
|
if (format !== undefined) {
|
|
556
569
|
localVarQueryParameter['format'] = format;
|
|
557
570
|
}
|
|
571
|
+
if (addPlayedIndicator !== undefined) {
|
|
572
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
573
|
+
}
|
|
558
574
|
if (percentPlayed !== undefined) {
|
|
559
575
|
localVarQueryParameter['percentPlayed'] = percentPlayed;
|
|
560
576
|
}
|
|
@@ -599,13 +615,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
599
615
|
* @param {number} [fillWidth] Width of box to fill.
|
|
600
616
|
* @param {number} [fillHeight] Height of box to fill.
|
|
601
617
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
618
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
602
619
|
* @param {number} [blur] Optional. Blur image.
|
|
603
620
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
604
621
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
605
622
|
* @param {*} [options] Override http request option.
|
|
606
623
|
* @throws {RequiredError}
|
|
607
624
|
*/
|
|
608
|
-
getItemImage2: (itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
625
|
+
getItemImage2: (itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
609
626
|
// verify required parameter 'itemId' is not null or undefined
|
|
610
627
|
assertParamExists('getItemImage2', 'itemId', itemId);
|
|
611
628
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -661,6 +678,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
661
678
|
if (cropWhitespace !== undefined) {
|
|
662
679
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
663
680
|
}
|
|
681
|
+
if (addPlayedIndicator !== undefined) {
|
|
682
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
683
|
+
}
|
|
664
684
|
if (blur !== undefined) {
|
|
665
685
|
localVarQueryParameter['blur'] = blur;
|
|
666
686
|
}
|
|
@@ -694,6 +714,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
694
714
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
695
715
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
696
716
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
717
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
697
718
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
698
719
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
699
720
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -702,7 +723,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
702
723
|
* @param {*} [options] Override http request option.
|
|
703
724
|
* @throws {RequiredError}
|
|
704
725
|
*/
|
|
705
|
-
getItemImageByIndex: (itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
726
|
+
getItemImageByIndex: (itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
706
727
|
// verify required parameter 'itemId' is not null or undefined
|
|
707
728
|
assertParamExists('getItemImageByIndex', 'itemId', itemId);
|
|
708
729
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -752,6 +773,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
752
773
|
if (format !== undefined) {
|
|
753
774
|
localVarQueryParameter['format'] = format;
|
|
754
775
|
}
|
|
776
|
+
if (addPlayedIndicator !== undefined) {
|
|
777
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
778
|
+
}
|
|
755
779
|
if (percentPlayed !== undefined) {
|
|
756
780
|
localVarQueryParameter['percentPlayed'] = percentPlayed;
|
|
757
781
|
}
|
|
@@ -823,6 +847,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
823
847
|
* @param {number} [fillWidth] Width of box to fill.
|
|
824
848
|
* @param {number} [fillHeight] Height of box to fill.
|
|
825
849
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
850
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
826
851
|
* @param {number} [blur] Optional. Blur image.
|
|
827
852
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
828
853
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -830,7 +855,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
830
855
|
* @param {*} [options] Override http request option.
|
|
831
856
|
* @throws {RequiredError}
|
|
832
857
|
*/
|
|
833
|
-
getMusicGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
858
|
+
getMusicGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
834
859
|
// verify required parameter 'name' is not null or undefined
|
|
835
860
|
assertParamExists('getMusicGenreImage', 'name', name);
|
|
836
861
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -883,6 +908,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
883
908
|
if (cropWhitespace !== undefined) {
|
|
884
909
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
885
910
|
}
|
|
911
|
+
if (addPlayedIndicator !== undefined) {
|
|
912
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
913
|
+
}
|
|
886
914
|
if (blur !== undefined) {
|
|
887
915
|
localVarQueryParameter['blur'] = blur;
|
|
888
916
|
}
|
|
@@ -921,13 +949,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
921
949
|
* @param {number} [fillWidth] Width of box to fill.
|
|
922
950
|
* @param {number} [fillHeight] Height of box to fill.
|
|
923
951
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
952
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
924
953
|
* @param {number} [blur] Optional. Blur image.
|
|
925
954
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
926
955
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
927
956
|
* @param {*} [options] Override http request option.
|
|
928
957
|
* @throws {RequiredError}
|
|
929
958
|
*/
|
|
930
|
-
getMusicGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
959
|
+
getMusicGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
931
960
|
// verify required parameter 'name' is not null or undefined
|
|
932
961
|
assertParamExists('getMusicGenreImageByIndex', 'name', name);
|
|
933
962
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -983,6 +1012,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
983
1012
|
if (cropWhitespace !== undefined) {
|
|
984
1013
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
985
1014
|
}
|
|
1015
|
+
if (addPlayedIndicator !== undefined) {
|
|
1016
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1017
|
+
}
|
|
986
1018
|
if (blur !== undefined) {
|
|
987
1019
|
localVarQueryParameter['blur'] = blur;
|
|
988
1020
|
}
|
|
@@ -1017,6 +1049,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1017
1049
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1018
1050
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1019
1051
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1052
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1020
1053
|
* @param {number} [blur] Optional. Blur image.
|
|
1021
1054
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1022
1055
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -1024,7 +1057,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1024
1057
|
* @param {*} [options] Override http request option.
|
|
1025
1058
|
* @throws {RequiredError}
|
|
1026
1059
|
*/
|
|
1027
|
-
getPersonImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1060
|
+
getPersonImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1028
1061
|
// verify required parameter 'name' is not null or undefined
|
|
1029
1062
|
assertParamExists('getPersonImage', 'name', name);
|
|
1030
1063
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1077,6 +1110,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1077
1110
|
if (cropWhitespace !== undefined) {
|
|
1078
1111
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1079
1112
|
}
|
|
1113
|
+
if (addPlayedIndicator !== undefined) {
|
|
1114
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1115
|
+
}
|
|
1080
1116
|
if (blur !== undefined) {
|
|
1081
1117
|
localVarQueryParameter['blur'] = blur;
|
|
1082
1118
|
}
|
|
@@ -1115,13 +1151,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1115
1151
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1116
1152
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1117
1153
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1154
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1118
1155
|
* @param {number} [blur] Optional. Blur image.
|
|
1119
1156
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1120
1157
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
1121
1158
|
* @param {*} [options] Override http request option.
|
|
1122
1159
|
* @throws {RequiredError}
|
|
1123
1160
|
*/
|
|
1124
|
-
getPersonImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1161
|
+
getPersonImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1125
1162
|
// verify required parameter 'name' is not null or undefined
|
|
1126
1163
|
assertParamExists('getPersonImageByIndex', 'name', name);
|
|
1127
1164
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1177,6 +1214,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1177
1214
|
if (cropWhitespace !== undefined) {
|
|
1178
1215
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1179
1216
|
}
|
|
1217
|
+
if (addPlayedIndicator !== undefined) {
|
|
1218
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1219
|
+
}
|
|
1180
1220
|
if (blur !== undefined) {
|
|
1181
1221
|
localVarQueryParameter['blur'] = blur;
|
|
1182
1222
|
}
|
|
@@ -1284,6 +1324,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1284
1324
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1285
1325
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1286
1326
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1327
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1287
1328
|
* @param {number} [blur] Optional. Blur image.
|
|
1288
1329
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1289
1330
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -1291,7 +1332,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1291
1332
|
* @param {*} [options] Override http request option.
|
|
1292
1333
|
* @throws {RequiredError}
|
|
1293
1334
|
*/
|
|
1294
|
-
getStudioImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1335
|
+
getStudioImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1295
1336
|
// verify required parameter 'name' is not null or undefined
|
|
1296
1337
|
assertParamExists('getStudioImage', 'name', name);
|
|
1297
1338
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1344,6 +1385,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1344
1385
|
if (cropWhitespace !== undefined) {
|
|
1345
1386
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1346
1387
|
}
|
|
1388
|
+
if (addPlayedIndicator !== undefined) {
|
|
1389
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1390
|
+
}
|
|
1347
1391
|
if (blur !== undefined) {
|
|
1348
1392
|
localVarQueryParameter['blur'] = blur;
|
|
1349
1393
|
}
|
|
@@ -1382,13 +1426,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1382
1426
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1383
1427
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1384
1428
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1429
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1385
1430
|
* @param {number} [blur] Optional. Blur image.
|
|
1386
1431
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1387
1432
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
1388
1433
|
* @param {*} [options] Override http request option.
|
|
1389
1434
|
* @throws {RequiredError}
|
|
1390
1435
|
*/
|
|
1391
|
-
getStudioImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1436
|
+
getStudioImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1392
1437
|
// verify required parameter 'name' is not null or undefined
|
|
1393
1438
|
assertParamExists('getStudioImageByIndex', 'name', name);
|
|
1394
1439
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1444,6 +1489,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1444
1489
|
if (cropWhitespace !== undefined) {
|
|
1445
1490
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1446
1491
|
}
|
|
1492
|
+
if (addPlayedIndicator !== undefined) {
|
|
1493
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1494
|
+
}
|
|
1447
1495
|
if (blur !== undefined) {
|
|
1448
1496
|
localVarQueryParameter['blur'] = blur;
|
|
1449
1497
|
}
|
|
@@ -1478,6 +1526,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1478
1526
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1479
1527
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1480
1528
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1529
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1481
1530
|
* @param {number} [blur] Optional. Blur image.
|
|
1482
1531
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1483
1532
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -1485,7 +1534,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1485
1534
|
* @param {*} [options] Override http request option.
|
|
1486
1535
|
* @throws {RequiredError}
|
|
1487
1536
|
*/
|
|
1488
|
-
getUserImage: (userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1537
|
+
getUserImage: (userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1489
1538
|
// verify required parameter 'userId' is not null or undefined
|
|
1490
1539
|
assertParamExists('getUserImage', 'userId', userId);
|
|
1491
1540
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1538,6 +1587,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1538
1587
|
if (cropWhitespace !== undefined) {
|
|
1539
1588
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1540
1589
|
}
|
|
1590
|
+
if (addPlayedIndicator !== undefined) {
|
|
1591
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1592
|
+
}
|
|
1541
1593
|
if (blur !== undefined) {
|
|
1542
1594
|
localVarQueryParameter['blur'] = blur;
|
|
1543
1595
|
}
|
|
@@ -1576,13 +1628,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1576
1628
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1577
1629
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1578
1630
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1631
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1579
1632
|
* @param {number} [blur] Optional. Blur image.
|
|
1580
1633
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1581
1634
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
1582
1635
|
* @param {*} [options] Override http request option.
|
|
1583
1636
|
* @throws {RequiredError}
|
|
1584
1637
|
*/
|
|
1585
|
-
getUserImageByIndex: (userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1638
|
+
getUserImageByIndex: (userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1586
1639
|
// verify required parameter 'userId' is not null or undefined
|
|
1587
1640
|
assertParamExists('getUserImageByIndex', 'userId', userId);
|
|
1588
1641
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1638,6 +1691,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1638
1691
|
if (cropWhitespace !== undefined) {
|
|
1639
1692
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1640
1693
|
}
|
|
1694
|
+
if (addPlayedIndicator !== undefined) {
|
|
1695
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1696
|
+
}
|
|
1641
1697
|
if (blur !== undefined) {
|
|
1642
1698
|
localVarQueryParameter['blur'] = blur;
|
|
1643
1699
|
}
|
|
@@ -1673,13 +1729,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1673
1729
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1674
1730
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1675
1731
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1732
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1676
1733
|
* @param {number} [blur] Optional. Blur image.
|
|
1677
1734
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1678
1735
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
1679
1736
|
* @param {*} [options] Override http request option.
|
|
1680
1737
|
* @throws {RequiredError}
|
|
1681
1738
|
*/
|
|
1682
|
-
headArtistImage: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1739
|
+
headArtistImage: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1683
1740
|
// verify required parameter 'name' is not null or undefined
|
|
1684
1741
|
assertParamExists('headArtistImage', 'name', name);
|
|
1685
1742
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1735,6 +1792,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1735
1792
|
if (cropWhitespace !== undefined) {
|
|
1736
1793
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1737
1794
|
}
|
|
1795
|
+
if (addPlayedIndicator !== undefined) {
|
|
1796
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1797
|
+
}
|
|
1738
1798
|
if (blur !== undefined) {
|
|
1739
1799
|
localVarQueryParameter['blur'] = blur;
|
|
1740
1800
|
}
|
|
@@ -1769,6 +1829,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1769
1829
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1770
1830
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1771
1831
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1832
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1772
1833
|
* @param {number} [blur] Optional. Blur image.
|
|
1773
1834
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1774
1835
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -1776,7 +1837,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1776
1837
|
* @param {*} [options] Override http request option.
|
|
1777
1838
|
* @throws {RequiredError}
|
|
1778
1839
|
*/
|
|
1779
|
-
headGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1840
|
+
headGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1780
1841
|
// verify required parameter 'name' is not null or undefined
|
|
1781
1842
|
assertParamExists('headGenreImage', 'name', name);
|
|
1782
1843
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1829,6 +1890,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1829
1890
|
if (cropWhitespace !== undefined) {
|
|
1830
1891
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1831
1892
|
}
|
|
1893
|
+
if (addPlayedIndicator !== undefined) {
|
|
1894
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1895
|
+
}
|
|
1832
1896
|
if (blur !== undefined) {
|
|
1833
1897
|
localVarQueryParameter['blur'] = blur;
|
|
1834
1898
|
}
|
|
@@ -1867,13 +1931,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1867
1931
|
* @param {number} [fillWidth] Width of box to fill.
|
|
1868
1932
|
* @param {number} [fillHeight] Height of box to fill.
|
|
1869
1933
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1934
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1870
1935
|
* @param {number} [blur] Optional. Blur image.
|
|
1871
1936
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
1872
1937
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
1873
1938
|
* @param {*} [options] Override http request option.
|
|
1874
1939
|
* @throws {RequiredError}
|
|
1875
1940
|
*/
|
|
1876
|
-
headGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1941
|
+
headGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1877
1942
|
// verify required parameter 'name' is not null or undefined
|
|
1878
1943
|
assertParamExists('headGenreImageByIndex', 'name', name);
|
|
1879
1944
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -1929,6 +1994,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1929
1994
|
if (cropWhitespace !== undefined) {
|
|
1930
1995
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
1931
1996
|
}
|
|
1997
|
+
if (addPlayedIndicator !== undefined) {
|
|
1998
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
1999
|
+
}
|
|
1932
2000
|
if (blur !== undefined) {
|
|
1933
2001
|
localVarQueryParameter['blur'] = blur;
|
|
1934
2002
|
}
|
|
@@ -1961,6 +2029,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1961
2029
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
1962
2030
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
1963
2031
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
2032
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
1964
2033
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
1965
2034
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
1966
2035
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -1970,7 +2039,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
1970
2039
|
* @param {*} [options] Override http request option.
|
|
1971
2040
|
* @throws {RequiredError}
|
|
1972
2041
|
*/
|
|
1973
|
-
headItemImage: (itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2042
|
+
headItemImage: (itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1974
2043
|
// verify required parameter 'itemId' is not null or undefined
|
|
1975
2044
|
assertParamExists('headItemImage', 'itemId', itemId);
|
|
1976
2045
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2017,6 +2086,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2017
2086
|
if (format !== undefined) {
|
|
2018
2087
|
localVarQueryParameter['format'] = format;
|
|
2019
2088
|
}
|
|
2089
|
+
if (addPlayedIndicator !== undefined) {
|
|
2090
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2091
|
+
}
|
|
2020
2092
|
if (percentPlayed !== undefined) {
|
|
2021
2093
|
localVarQueryParameter['percentPlayed'] = percentPlayed;
|
|
2022
2094
|
}
|
|
@@ -2061,13 +2133,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2061
2133
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2062
2134
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2063
2135
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2136
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2064
2137
|
* @param {number} [blur] Optional. Blur image.
|
|
2065
2138
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2066
2139
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
2067
2140
|
* @param {*} [options] Override http request option.
|
|
2068
2141
|
* @throws {RequiredError}
|
|
2069
2142
|
*/
|
|
2070
|
-
headItemImage2: (itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2143
|
+
headItemImage2: (itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2071
2144
|
// verify required parameter 'itemId' is not null or undefined
|
|
2072
2145
|
assertParamExists('headItemImage2', 'itemId', itemId);
|
|
2073
2146
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2123,6 +2196,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2123
2196
|
if (cropWhitespace !== undefined) {
|
|
2124
2197
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2125
2198
|
}
|
|
2199
|
+
if (addPlayedIndicator !== undefined) {
|
|
2200
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2201
|
+
}
|
|
2126
2202
|
if (blur !== undefined) {
|
|
2127
2203
|
localVarQueryParameter['blur'] = blur;
|
|
2128
2204
|
}
|
|
@@ -2156,6 +2232,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2156
2232
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
2157
2233
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2158
2234
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
2235
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2159
2236
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
2160
2237
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
2161
2238
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -2164,7 +2241,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2164
2241
|
* @param {*} [options] Override http request option.
|
|
2165
2242
|
* @throws {RequiredError}
|
|
2166
2243
|
*/
|
|
2167
|
-
headItemImageByIndex: (itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2244
|
+
headItemImageByIndex: (itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2168
2245
|
// verify required parameter 'itemId' is not null or undefined
|
|
2169
2246
|
assertParamExists('headItemImageByIndex', 'itemId', itemId);
|
|
2170
2247
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2214,6 +2291,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2214
2291
|
if (format !== undefined) {
|
|
2215
2292
|
localVarQueryParameter['format'] = format;
|
|
2216
2293
|
}
|
|
2294
|
+
if (addPlayedIndicator !== undefined) {
|
|
2295
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2296
|
+
}
|
|
2217
2297
|
if (percentPlayed !== undefined) {
|
|
2218
2298
|
localVarQueryParameter['percentPlayed'] = percentPlayed;
|
|
2219
2299
|
}
|
|
@@ -2254,6 +2334,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2254
2334
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2255
2335
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2256
2336
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2337
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2257
2338
|
* @param {number} [blur] Optional. Blur image.
|
|
2258
2339
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2259
2340
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -2261,7 +2342,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2261
2342
|
* @param {*} [options] Override http request option.
|
|
2262
2343
|
* @throws {RequiredError}
|
|
2263
2344
|
*/
|
|
2264
|
-
headMusicGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2345
|
+
headMusicGenreImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2265
2346
|
// verify required parameter 'name' is not null or undefined
|
|
2266
2347
|
assertParamExists('headMusicGenreImage', 'name', name);
|
|
2267
2348
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2314,6 +2395,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2314
2395
|
if (cropWhitespace !== undefined) {
|
|
2315
2396
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2316
2397
|
}
|
|
2398
|
+
if (addPlayedIndicator !== undefined) {
|
|
2399
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2400
|
+
}
|
|
2317
2401
|
if (blur !== undefined) {
|
|
2318
2402
|
localVarQueryParameter['blur'] = blur;
|
|
2319
2403
|
}
|
|
@@ -2352,13 +2436,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2352
2436
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2353
2437
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2354
2438
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2439
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2355
2440
|
* @param {number} [blur] Optional. Blur image.
|
|
2356
2441
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2357
2442
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
2358
2443
|
* @param {*} [options] Override http request option.
|
|
2359
2444
|
* @throws {RequiredError}
|
|
2360
2445
|
*/
|
|
2361
|
-
headMusicGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2446
|
+
headMusicGenreImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2362
2447
|
// verify required parameter 'name' is not null or undefined
|
|
2363
2448
|
assertParamExists('headMusicGenreImageByIndex', 'name', name);
|
|
2364
2449
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2414,6 +2499,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2414
2499
|
if (cropWhitespace !== undefined) {
|
|
2415
2500
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2416
2501
|
}
|
|
2502
|
+
if (addPlayedIndicator !== undefined) {
|
|
2503
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2504
|
+
}
|
|
2417
2505
|
if (blur !== undefined) {
|
|
2418
2506
|
localVarQueryParameter['blur'] = blur;
|
|
2419
2507
|
}
|
|
@@ -2448,6 +2536,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2448
2536
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2449
2537
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2450
2538
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2539
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2451
2540
|
* @param {number} [blur] Optional. Blur image.
|
|
2452
2541
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2453
2542
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -2455,7 +2544,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2455
2544
|
* @param {*} [options] Override http request option.
|
|
2456
2545
|
* @throws {RequiredError}
|
|
2457
2546
|
*/
|
|
2458
|
-
headPersonImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2547
|
+
headPersonImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2459
2548
|
// verify required parameter 'name' is not null or undefined
|
|
2460
2549
|
assertParamExists('headPersonImage', 'name', name);
|
|
2461
2550
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2508,6 +2597,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2508
2597
|
if (cropWhitespace !== undefined) {
|
|
2509
2598
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2510
2599
|
}
|
|
2600
|
+
if (addPlayedIndicator !== undefined) {
|
|
2601
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2602
|
+
}
|
|
2511
2603
|
if (blur !== undefined) {
|
|
2512
2604
|
localVarQueryParameter['blur'] = blur;
|
|
2513
2605
|
}
|
|
@@ -2546,13 +2638,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2546
2638
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2547
2639
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2548
2640
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2641
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2549
2642
|
* @param {number} [blur] Optional. Blur image.
|
|
2550
2643
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2551
2644
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
2552
2645
|
* @param {*} [options] Override http request option.
|
|
2553
2646
|
* @throws {RequiredError}
|
|
2554
2647
|
*/
|
|
2555
|
-
headPersonImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2648
|
+
headPersonImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2556
2649
|
// verify required parameter 'name' is not null or undefined
|
|
2557
2650
|
assertParamExists('headPersonImageByIndex', 'name', name);
|
|
2558
2651
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2608,6 +2701,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2608
2701
|
if (cropWhitespace !== undefined) {
|
|
2609
2702
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2610
2703
|
}
|
|
2704
|
+
if (addPlayedIndicator !== undefined) {
|
|
2705
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2706
|
+
}
|
|
2611
2707
|
if (blur !== undefined) {
|
|
2612
2708
|
localVarQueryParameter['blur'] = blur;
|
|
2613
2709
|
}
|
|
@@ -2642,6 +2738,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2642
2738
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2643
2739
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2644
2740
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2741
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2645
2742
|
* @param {number} [blur] Optional. Blur image.
|
|
2646
2743
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2647
2744
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -2649,7 +2746,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2649
2746
|
* @param {*} [options] Override http request option.
|
|
2650
2747
|
* @throws {RequiredError}
|
|
2651
2748
|
*/
|
|
2652
|
-
headStudioImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2749
|
+
headStudioImage: (name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2653
2750
|
// verify required parameter 'name' is not null or undefined
|
|
2654
2751
|
assertParamExists('headStudioImage', 'name', name);
|
|
2655
2752
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2702,6 +2799,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2702
2799
|
if (cropWhitespace !== undefined) {
|
|
2703
2800
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2704
2801
|
}
|
|
2802
|
+
if (addPlayedIndicator !== undefined) {
|
|
2803
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2804
|
+
}
|
|
2705
2805
|
if (blur !== undefined) {
|
|
2706
2806
|
localVarQueryParameter['blur'] = blur;
|
|
2707
2807
|
}
|
|
@@ -2740,13 +2840,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2740
2840
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2741
2841
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2742
2842
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2843
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2743
2844
|
* @param {number} [blur] Optional. Blur image.
|
|
2744
2845
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2745
2846
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
2746
2847
|
* @param {*} [options] Override http request option.
|
|
2747
2848
|
* @throws {RequiredError}
|
|
2748
2849
|
*/
|
|
2749
|
-
headStudioImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2850
|
+
headStudioImageByIndex: (name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2750
2851
|
// verify required parameter 'name' is not null or undefined
|
|
2751
2852
|
assertParamExists('headStudioImageByIndex', 'name', name);
|
|
2752
2853
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2802,6 +2903,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2802
2903
|
if (cropWhitespace !== undefined) {
|
|
2803
2904
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2804
2905
|
}
|
|
2906
|
+
if (addPlayedIndicator !== undefined) {
|
|
2907
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
2908
|
+
}
|
|
2805
2909
|
if (blur !== undefined) {
|
|
2806
2910
|
localVarQueryParameter['blur'] = blur;
|
|
2807
2911
|
}
|
|
@@ -2836,6 +2940,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2836
2940
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2837
2941
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2838
2942
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
2943
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2839
2944
|
* @param {number} [blur] Optional. Blur image.
|
|
2840
2945
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2841
2946
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -2843,7 +2948,7 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2843
2948
|
* @param {*} [options] Override http request option.
|
|
2844
2949
|
* @throws {RequiredError}
|
|
2845
2950
|
*/
|
|
2846
|
-
headUserImage: (userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2951
|
+
headUserImage: (userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2847
2952
|
// verify required parameter 'userId' is not null or undefined
|
|
2848
2953
|
assertParamExists('headUserImage', 'userId', userId);
|
|
2849
2954
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2896,6 +3001,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2896
3001
|
if (cropWhitespace !== undefined) {
|
|
2897
3002
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2898
3003
|
}
|
|
3004
|
+
if (addPlayedIndicator !== undefined) {
|
|
3005
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
3006
|
+
}
|
|
2899
3007
|
if (blur !== undefined) {
|
|
2900
3008
|
localVarQueryParameter['blur'] = blur;
|
|
2901
3009
|
}
|
|
@@ -2934,13 +3042,14 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2934
3042
|
* @param {number} [fillWidth] Width of box to fill.
|
|
2935
3043
|
* @param {number} [fillHeight] Height of box to fill.
|
|
2936
3044
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3045
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
2937
3046
|
* @param {number} [blur] Optional. Blur image.
|
|
2938
3047
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
2939
3048
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
2940
3049
|
* @param {*} [options] Override http request option.
|
|
2941
3050
|
* @throws {RequiredError}
|
|
2942
3051
|
*/
|
|
2943
|
-
headUserImageByIndex: (userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
3052
|
+
headUserImageByIndex: (userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2944
3053
|
// verify required parameter 'userId' is not null or undefined
|
|
2945
3054
|
assertParamExists('headUserImageByIndex', 'userId', userId);
|
|
2946
3055
|
// verify required parameter 'imageType' is not null or undefined
|
|
@@ -2996,6 +3105,9 @@ const ImageApiAxiosParamCreator = function (configuration) {
|
|
|
2996
3105
|
if (cropWhitespace !== undefined) {
|
|
2997
3106
|
localVarQueryParameter['cropWhitespace'] = cropWhitespace;
|
|
2998
3107
|
}
|
|
3108
|
+
if (addPlayedIndicator !== undefined) {
|
|
3109
|
+
localVarQueryParameter['addPlayedIndicator'] = addPlayedIndicator;
|
|
3110
|
+
}
|
|
2999
3111
|
if (blur !== undefined) {
|
|
3000
3112
|
localVarQueryParameter['blur'] = blur;
|
|
3001
3113
|
}
|
|
@@ -3351,15 +3463,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3351
3463
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3352
3464
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3353
3465
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3466
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3354
3467
|
* @param {number} [blur] Optional. Blur image.
|
|
3355
3468
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3356
3469
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3357
3470
|
* @param {*} [options] Override http request option.
|
|
3358
3471
|
* @throws {RequiredError}
|
|
3359
3472
|
*/
|
|
3360
|
-
getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3473
|
+
getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3361
3474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3362
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3475
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3363
3476
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3364
3477
|
});
|
|
3365
3478
|
},
|
|
@@ -3380,6 +3493,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3380
3493
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3381
3494
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3382
3495
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3496
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3383
3497
|
* @param {number} [blur] Optional. Blur image.
|
|
3384
3498
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3385
3499
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3387,9 +3501,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3387
3501
|
* @param {*} [options] Override http request option.
|
|
3388
3502
|
* @throws {RequiredError}
|
|
3389
3503
|
*/
|
|
3390
|
-
getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3504
|
+
getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3391
3505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3392
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3506
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3393
3507
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3394
3508
|
});
|
|
3395
3509
|
},
|
|
@@ -3411,15 +3525,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3411
3525
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3412
3526
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3413
3527
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3528
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3414
3529
|
* @param {number} [blur] Optional. Blur image.
|
|
3415
3530
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3416
3531
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3417
3532
|
* @param {*} [options] Override http request option.
|
|
3418
3533
|
* @throws {RequiredError}
|
|
3419
3534
|
*/
|
|
3420
|
-
getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3535
|
+
getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3421
3536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3422
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3537
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3423
3538
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3424
3539
|
});
|
|
3425
3540
|
},
|
|
@@ -3438,6 +3553,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3438
3553
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
3439
3554
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3440
3555
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
3556
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3441
3557
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
3442
3558
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
3443
3559
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -3447,9 +3563,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3447
3563
|
* @param {*} [options] Override http request option.
|
|
3448
3564
|
* @throws {RequiredError}
|
|
3449
3565
|
*/
|
|
3450
|
-
getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3566
|
+
getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3451
3567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3452
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3568
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3453
3569
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3454
3570
|
});
|
|
3455
3571
|
},
|
|
@@ -3471,15 +3587,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3471
3587
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3472
3588
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3473
3589
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3590
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3474
3591
|
* @param {number} [blur] Optional. Blur image.
|
|
3475
3592
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3476
3593
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3477
3594
|
* @param {*} [options] Override http request option.
|
|
3478
3595
|
* @throws {RequiredError}
|
|
3479
3596
|
*/
|
|
3480
|
-
getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3597
|
+
getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3481
3598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3482
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3599
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3483
3600
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3484
3601
|
});
|
|
3485
3602
|
},
|
|
@@ -3499,6 +3616,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3499
3616
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
3500
3617
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3501
3618
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
3619
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3502
3620
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
3503
3621
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
3504
3622
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -3507,9 +3625,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3507
3625
|
* @param {*} [options] Override http request option.
|
|
3508
3626
|
* @throws {RequiredError}
|
|
3509
3627
|
*/
|
|
3510
|
-
getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
3628
|
+
getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
3511
3629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3512
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options);
|
|
3630
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options);
|
|
3513
3631
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3514
3632
|
});
|
|
3515
3633
|
},
|
|
@@ -3543,6 +3661,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3543
3661
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3544
3662
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3545
3663
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3664
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3546
3665
|
* @param {number} [blur] Optional. Blur image.
|
|
3547
3666
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3548
3667
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3550,9 +3669,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3550
3669
|
* @param {*} [options] Override http request option.
|
|
3551
3670
|
* @throws {RequiredError}
|
|
3552
3671
|
*/
|
|
3553
|
-
getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3672
|
+
getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3554
3673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3555
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3674
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3556
3675
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3557
3676
|
});
|
|
3558
3677
|
},
|
|
@@ -3574,15 +3693,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3574
3693
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3575
3694
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3576
3695
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3696
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3577
3697
|
* @param {number} [blur] Optional. Blur image.
|
|
3578
3698
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3579
3699
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3580
3700
|
* @param {*} [options] Override http request option.
|
|
3581
3701
|
* @throws {RequiredError}
|
|
3582
3702
|
*/
|
|
3583
|
-
getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3703
|
+
getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3584
3704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3585
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3705
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3586
3706
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3587
3707
|
});
|
|
3588
3708
|
},
|
|
@@ -3603,6 +3723,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3603
3723
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3604
3724
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3605
3725
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3726
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3606
3727
|
* @param {number} [blur] Optional. Blur image.
|
|
3607
3728
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3608
3729
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3610,9 +3731,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3610
3731
|
* @param {*} [options] Override http request option.
|
|
3611
3732
|
* @throws {RequiredError}
|
|
3612
3733
|
*/
|
|
3613
|
-
getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3734
|
+
getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3614
3735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3615
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3736
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3616
3737
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3617
3738
|
});
|
|
3618
3739
|
},
|
|
@@ -3634,15 +3755,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3634
3755
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3635
3756
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3636
3757
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3758
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3637
3759
|
* @param {number} [blur] Optional. Blur image.
|
|
3638
3760
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3639
3761
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3640
3762
|
* @param {*} [options] Override http request option.
|
|
3641
3763
|
* @throws {RequiredError}
|
|
3642
3764
|
*/
|
|
3643
|
-
getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3765
|
+
getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3644
3766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3645
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3767
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3646
3768
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3647
3769
|
});
|
|
3648
3770
|
},
|
|
@@ -3687,6 +3809,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3687
3809
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3688
3810
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3689
3811
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3812
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3690
3813
|
* @param {number} [blur] Optional. Blur image.
|
|
3691
3814
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3692
3815
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3694,9 +3817,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3694
3817
|
* @param {*} [options] Override http request option.
|
|
3695
3818
|
* @throws {RequiredError}
|
|
3696
3819
|
*/
|
|
3697
|
-
getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3820
|
+
getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3698
3821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3699
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3822
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3700
3823
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3701
3824
|
});
|
|
3702
3825
|
},
|
|
@@ -3718,15 +3841,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3718
3841
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3719
3842
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3720
3843
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3844
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3721
3845
|
* @param {number} [blur] Optional. Blur image.
|
|
3722
3846
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3723
3847
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3724
3848
|
* @param {*} [options] Override http request option.
|
|
3725
3849
|
* @throws {RequiredError}
|
|
3726
3850
|
*/
|
|
3727
|
-
getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3851
|
+
getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3728
3852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3729
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3853
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3730
3854
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3731
3855
|
});
|
|
3732
3856
|
},
|
|
@@ -3747,6 +3871,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3747
3871
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3748
3872
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3749
3873
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3874
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3750
3875
|
* @param {number} [blur] Optional. Blur image.
|
|
3751
3876
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3752
3877
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3754,9 +3879,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3754
3879
|
* @param {*} [options] Override http request option.
|
|
3755
3880
|
* @throws {RequiredError}
|
|
3756
3881
|
*/
|
|
3757
|
-
getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3882
|
+
getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3758
3883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3759
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3884
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3760
3885
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3761
3886
|
});
|
|
3762
3887
|
},
|
|
@@ -3778,15 +3903,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3778
3903
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3779
3904
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3780
3905
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3906
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3781
3907
|
* @param {number} [blur] Optional. Blur image.
|
|
3782
3908
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3783
3909
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3784
3910
|
* @param {*} [options] Override http request option.
|
|
3785
3911
|
* @throws {RequiredError}
|
|
3786
3912
|
*/
|
|
3787
|
-
getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3913
|
+
getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3788
3914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3789
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3915
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3790
3916
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3791
3917
|
});
|
|
3792
3918
|
},
|
|
@@ -3808,15 +3934,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3808
3934
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3809
3935
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3810
3936
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3937
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3811
3938
|
* @param {number} [blur] Optional. Blur image.
|
|
3812
3939
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3813
3940
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3814
3941
|
* @param {*} [options] Override http request option.
|
|
3815
3942
|
* @throws {RequiredError}
|
|
3816
3943
|
*/
|
|
3817
|
-
headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
3944
|
+
headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3818
3945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3819
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
3946
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3820
3947
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3821
3948
|
});
|
|
3822
3949
|
},
|
|
@@ -3837,6 +3964,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3837
3964
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3838
3965
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3839
3966
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3967
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3840
3968
|
* @param {number} [blur] Optional. Blur image.
|
|
3841
3969
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3842
3970
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3844,9 +3972,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3844
3972
|
* @param {*} [options] Override http request option.
|
|
3845
3973
|
* @throws {RequiredError}
|
|
3846
3974
|
*/
|
|
3847
|
-
headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3975
|
+
headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3848
3976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3849
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3977
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3850
3978
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3851
3979
|
});
|
|
3852
3980
|
},
|
|
@@ -3868,15 +3996,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3868
3996
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3869
3997
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3870
3998
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3999
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3871
4000
|
* @param {number} [blur] Optional. Blur image.
|
|
3872
4001
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3873
4002
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3874
4003
|
* @param {*} [options] Override http request option.
|
|
3875
4004
|
* @throws {RequiredError}
|
|
3876
4005
|
*/
|
|
3877
|
-
headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4006
|
+
headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3878
4007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3879
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
4008
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3880
4009
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3881
4010
|
});
|
|
3882
4011
|
},
|
|
@@ -3895,6 +4024,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3895
4024
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
3896
4025
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3897
4026
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
4027
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3898
4028
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
3899
4029
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
3900
4030
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -3904,9 +4034,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3904
4034
|
* @param {*} [options] Override http request option.
|
|
3905
4035
|
* @throws {RequiredError}
|
|
3906
4036
|
*/
|
|
3907
|
-
headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4037
|
+
headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3908
4038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3909
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4039
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
3910
4040
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3911
4041
|
});
|
|
3912
4042
|
},
|
|
@@ -3928,15 +4058,16 @@ const ImageApiFp = function (configuration) {
|
|
|
3928
4058
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3929
4059
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3930
4060
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4061
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3931
4062
|
* @param {number} [blur] Optional. Blur image.
|
|
3932
4063
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3933
4064
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
3934
4065
|
* @param {*} [options] Override http request option.
|
|
3935
4066
|
* @throws {RequiredError}
|
|
3936
4067
|
*/
|
|
3937
|
-
headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4068
|
+
headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
3938
4069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3939
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
4070
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
3940
4071
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3941
4072
|
});
|
|
3942
4073
|
},
|
|
@@ -3956,6 +4087,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3956
4087
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
3957
4088
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
3958
4089
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
4090
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3959
4091
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
3960
4092
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
3961
4093
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -3964,9 +4096,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3964
4096
|
* @param {*} [options] Override http request option.
|
|
3965
4097
|
* @throws {RequiredError}
|
|
3966
4098
|
*/
|
|
3967
|
-
headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
4099
|
+
headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
3968
4100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3969
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options);
|
|
4101
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options);
|
|
3970
4102
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3971
4103
|
});
|
|
3972
4104
|
},
|
|
@@ -3987,6 +4119,7 @@ const ImageApiFp = function (configuration) {
|
|
|
3987
4119
|
* @param {number} [fillWidth] Width of box to fill.
|
|
3988
4120
|
* @param {number} [fillHeight] Height of box to fill.
|
|
3989
4121
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4122
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
3990
4123
|
* @param {number} [blur] Optional. Blur image.
|
|
3991
4124
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
3992
4125
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -3994,9 +4127,9 @@ const ImageApiFp = function (configuration) {
|
|
|
3994
4127
|
* @param {*} [options] Override http request option.
|
|
3995
4128
|
* @throws {RequiredError}
|
|
3996
4129
|
*/
|
|
3997
|
-
headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4130
|
+
headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
3998
4131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3999
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4132
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4000
4133
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4001
4134
|
});
|
|
4002
4135
|
},
|
|
@@ -4018,15 +4151,16 @@ const ImageApiFp = function (configuration) {
|
|
|
4018
4151
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4019
4152
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4020
4153
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4154
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4021
4155
|
* @param {number} [blur] Optional. Blur image.
|
|
4022
4156
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4023
4157
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4024
4158
|
* @param {*} [options] Override http request option.
|
|
4025
4159
|
* @throws {RequiredError}
|
|
4026
4160
|
*/
|
|
4027
|
-
headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4161
|
+
headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4028
4162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4029
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
4163
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
4030
4164
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4031
4165
|
});
|
|
4032
4166
|
},
|
|
@@ -4047,6 +4181,7 @@ const ImageApiFp = function (configuration) {
|
|
|
4047
4181
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4048
4182
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4049
4183
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4184
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4050
4185
|
* @param {number} [blur] Optional. Blur image.
|
|
4051
4186
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4052
4187
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4054,9 +4189,9 @@ const ImageApiFp = function (configuration) {
|
|
|
4054
4189
|
* @param {*} [options] Override http request option.
|
|
4055
4190
|
* @throws {RequiredError}
|
|
4056
4191
|
*/
|
|
4057
|
-
headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4192
|
+
headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4058
4193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4059
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4194
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4060
4195
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4061
4196
|
});
|
|
4062
4197
|
},
|
|
@@ -4078,15 +4213,16 @@ const ImageApiFp = function (configuration) {
|
|
|
4078
4213
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4079
4214
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4080
4215
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4216
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4081
4217
|
* @param {number} [blur] Optional. Blur image.
|
|
4082
4218
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4083
4219
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4084
4220
|
* @param {*} [options] Override http request option.
|
|
4085
4221
|
* @throws {RequiredError}
|
|
4086
4222
|
*/
|
|
4087
|
-
headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4223
|
+
headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4088
4224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4089
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
4225
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
4090
4226
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4091
4227
|
});
|
|
4092
4228
|
},
|
|
@@ -4107,6 +4243,7 @@ const ImageApiFp = function (configuration) {
|
|
|
4107
4243
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4108
4244
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4109
4245
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4246
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4110
4247
|
* @param {number} [blur] Optional. Blur image.
|
|
4111
4248
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4112
4249
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4114,9 +4251,9 @@ const ImageApiFp = function (configuration) {
|
|
|
4114
4251
|
* @param {*} [options] Override http request option.
|
|
4115
4252
|
* @throws {RequiredError}
|
|
4116
4253
|
*/
|
|
4117
|
-
headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4254
|
+
headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4118
4255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4119
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4256
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4120
4257
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4121
4258
|
});
|
|
4122
4259
|
},
|
|
@@ -4138,15 +4275,16 @@ const ImageApiFp = function (configuration) {
|
|
|
4138
4275
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4139
4276
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4140
4277
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4278
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4141
4279
|
* @param {number} [blur] Optional. Blur image.
|
|
4142
4280
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4143
4281
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4144
4282
|
* @param {*} [options] Override http request option.
|
|
4145
4283
|
* @throws {RequiredError}
|
|
4146
4284
|
*/
|
|
4147
|
-
headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4285
|
+
headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4148
4286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4149
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
4287
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
4150
4288
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4151
4289
|
});
|
|
4152
4290
|
},
|
|
@@ -4167,6 +4305,7 @@ const ImageApiFp = function (configuration) {
|
|
|
4167
4305
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4168
4306
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4169
4307
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4308
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4170
4309
|
* @param {number} [blur] Optional. Blur image.
|
|
4171
4310
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4172
4311
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4174,9 +4313,9 @@ const ImageApiFp = function (configuration) {
|
|
|
4174
4313
|
* @param {*} [options] Override http request option.
|
|
4175
4314
|
* @throws {RequiredError}
|
|
4176
4315
|
*/
|
|
4177
|
-
headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4316
|
+
headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4178
4317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4179
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4318
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options);
|
|
4180
4319
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4181
4320
|
});
|
|
4182
4321
|
},
|
|
@@ -4198,15 +4337,16 @@ const ImageApiFp = function (configuration) {
|
|
|
4198
4337
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4199
4338
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4200
4339
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4340
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4201
4341
|
* @param {number} [blur] Optional. Blur image.
|
|
4202
4342
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4203
4343
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4204
4344
|
* @param {*} [options] Override http request option.
|
|
4205
4345
|
* @throws {RequiredError}
|
|
4206
4346
|
*/
|
|
4207
|
-
headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4347
|
+
headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4208
4348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4209
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options);
|
|
4349
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options);
|
|
4210
4350
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4211
4351
|
});
|
|
4212
4352
|
},
|
|
@@ -4386,14 +4526,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4386
4526
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4387
4527
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4388
4528
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4529
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4389
4530
|
* @param {number} [blur] Optional. Blur image.
|
|
4390
4531
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4391
4532
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4392
4533
|
* @param {*} [options] Override http request option.
|
|
4393
4534
|
* @throws {RequiredError}
|
|
4394
4535
|
*/
|
|
4395
|
-
getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4396
|
-
return localVarFp.getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4536
|
+
getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4537
|
+
return localVarFp.getArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4397
4538
|
},
|
|
4398
4539
|
/**
|
|
4399
4540
|
*
|
|
@@ -4412,6 +4553,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4412
4553
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4413
4554
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4414
4555
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4556
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4415
4557
|
* @param {number} [blur] Optional. Blur image.
|
|
4416
4558
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4417
4559
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4419,8 +4561,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4419
4561
|
* @param {*} [options] Override http request option.
|
|
4420
4562
|
* @throws {RequiredError}
|
|
4421
4563
|
*/
|
|
4422
|
-
getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4423
|
-
return localVarFp.getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4564
|
+
getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4565
|
+
return localVarFp.getGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4424
4566
|
},
|
|
4425
4567
|
/**
|
|
4426
4568
|
*
|
|
@@ -4440,14 +4582,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4440
4582
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4441
4583
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4442
4584
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4585
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4443
4586
|
* @param {number} [blur] Optional. Blur image.
|
|
4444
4587
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4445
4588
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4446
4589
|
* @param {*} [options] Override http request option.
|
|
4447
4590
|
* @throws {RequiredError}
|
|
4448
4591
|
*/
|
|
4449
|
-
getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4450
|
-
return localVarFp.getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4592
|
+
getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4593
|
+
return localVarFp.getGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4451
4594
|
},
|
|
4452
4595
|
/**
|
|
4453
4596
|
*
|
|
@@ -4464,6 +4607,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4464
4607
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
4465
4608
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4466
4609
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
4610
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4467
4611
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
4468
4612
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
4469
4613
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -4473,8 +4617,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4473
4617
|
* @param {*} [options] Override http request option.
|
|
4474
4618
|
* @throws {RequiredError}
|
|
4475
4619
|
*/
|
|
4476
|
-
getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4477
|
-
return localVarFp.getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4620
|
+
getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4621
|
+
return localVarFp.getItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4478
4622
|
},
|
|
4479
4623
|
/**
|
|
4480
4624
|
*
|
|
@@ -4494,14 +4638,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4494
4638
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4495
4639
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4496
4640
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4641
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4497
4642
|
* @param {number} [blur] Optional. Blur image.
|
|
4498
4643
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4499
4644
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4500
4645
|
* @param {*} [options] Override http request option.
|
|
4501
4646
|
* @throws {RequiredError}
|
|
4502
4647
|
*/
|
|
4503
|
-
getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4504
|
-
return localVarFp.getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4648
|
+
getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4649
|
+
return localVarFp.getItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4505
4650
|
},
|
|
4506
4651
|
/**
|
|
4507
4652
|
*
|
|
@@ -4519,6 +4664,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4519
4664
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
4520
4665
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4521
4666
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
4667
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4522
4668
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
4523
4669
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
4524
4670
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -4527,8 +4673,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4527
4673
|
* @param {*} [options] Override http request option.
|
|
4528
4674
|
* @throws {RequiredError}
|
|
4529
4675
|
*/
|
|
4530
|
-
getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
4531
|
-
return localVarFp.getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4676
|
+
getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
4677
|
+
return localVarFp.getItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4532
4678
|
},
|
|
4533
4679
|
/**
|
|
4534
4680
|
*
|
|
@@ -4557,6 +4703,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4557
4703
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4558
4704
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4559
4705
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4706
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4560
4707
|
* @param {number} [blur] Optional. Blur image.
|
|
4561
4708
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4562
4709
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4564,8 +4711,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4564
4711
|
* @param {*} [options] Override http request option.
|
|
4565
4712
|
* @throws {RequiredError}
|
|
4566
4713
|
*/
|
|
4567
|
-
getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4568
|
-
return localVarFp.getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4714
|
+
getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4715
|
+
return localVarFp.getMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4569
4716
|
},
|
|
4570
4717
|
/**
|
|
4571
4718
|
*
|
|
@@ -4585,14 +4732,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4585
4732
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4586
4733
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4587
4734
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4735
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4588
4736
|
* @param {number} [blur] Optional. Blur image.
|
|
4589
4737
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4590
4738
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4591
4739
|
* @param {*} [options] Override http request option.
|
|
4592
4740
|
* @throws {RequiredError}
|
|
4593
4741
|
*/
|
|
4594
|
-
getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4595
|
-
return localVarFp.getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4742
|
+
getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4743
|
+
return localVarFp.getMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4596
4744
|
},
|
|
4597
4745
|
/**
|
|
4598
4746
|
*
|
|
@@ -4611,6 +4759,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4611
4759
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4612
4760
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4613
4761
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4762
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4614
4763
|
* @param {number} [blur] Optional. Blur image.
|
|
4615
4764
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4616
4765
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4618,8 +4767,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4618
4767
|
* @param {*} [options] Override http request option.
|
|
4619
4768
|
* @throws {RequiredError}
|
|
4620
4769
|
*/
|
|
4621
|
-
getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4622
|
-
return localVarFp.getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4770
|
+
getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4771
|
+
return localVarFp.getPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4623
4772
|
},
|
|
4624
4773
|
/**
|
|
4625
4774
|
*
|
|
@@ -4639,14 +4788,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4639
4788
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4640
4789
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4641
4790
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4791
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4642
4792
|
* @param {number} [blur] Optional. Blur image.
|
|
4643
4793
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4644
4794
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4645
4795
|
* @param {*} [options] Override http request option.
|
|
4646
4796
|
* @throws {RequiredError}
|
|
4647
4797
|
*/
|
|
4648
|
-
getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4649
|
-
return localVarFp.getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4798
|
+
getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4799
|
+
return localVarFp.getPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4650
4800
|
},
|
|
4651
4801
|
/**
|
|
4652
4802
|
*
|
|
@@ -4686,6 +4836,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4686
4836
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4687
4837
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4688
4838
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4839
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4689
4840
|
* @param {number} [blur] Optional. Blur image.
|
|
4690
4841
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4691
4842
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4693,8 +4844,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4693
4844
|
* @param {*} [options] Override http request option.
|
|
4694
4845
|
* @throws {RequiredError}
|
|
4695
4846
|
*/
|
|
4696
|
-
getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4697
|
-
return localVarFp.getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4847
|
+
getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4848
|
+
return localVarFp.getStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4698
4849
|
},
|
|
4699
4850
|
/**
|
|
4700
4851
|
*
|
|
@@ -4714,14 +4865,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4714
4865
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4715
4866
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4716
4867
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4868
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4717
4869
|
* @param {number} [blur] Optional. Blur image.
|
|
4718
4870
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4719
4871
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4720
4872
|
* @param {*} [options] Override http request option.
|
|
4721
4873
|
* @throws {RequiredError}
|
|
4722
4874
|
*/
|
|
4723
|
-
getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4724
|
-
return localVarFp.getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4875
|
+
getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4876
|
+
return localVarFp.getStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4725
4877
|
},
|
|
4726
4878
|
/**
|
|
4727
4879
|
*
|
|
@@ -4740,6 +4892,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4740
4892
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4741
4893
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4742
4894
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4895
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4743
4896
|
* @param {number} [blur] Optional. Blur image.
|
|
4744
4897
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4745
4898
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4747,8 +4900,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4747
4900
|
* @param {*} [options] Override http request option.
|
|
4748
4901
|
* @throws {RequiredError}
|
|
4749
4902
|
*/
|
|
4750
|
-
getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4751
|
-
return localVarFp.getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4903
|
+
getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4904
|
+
return localVarFp.getUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4752
4905
|
},
|
|
4753
4906
|
/**
|
|
4754
4907
|
*
|
|
@@ -4768,14 +4921,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4768
4921
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4769
4922
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4770
4923
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4924
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4771
4925
|
* @param {number} [blur] Optional. Blur image.
|
|
4772
4926
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4773
4927
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4774
4928
|
* @param {*} [options] Override http request option.
|
|
4775
4929
|
* @throws {RequiredError}
|
|
4776
4930
|
*/
|
|
4777
|
-
getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4778
|
-
return localVarFp.getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4931
|
+
getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4932
|
+
return localVarFp.getUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4779
4933
|
},
|
|
4780
4934
|
/**
|
|
4781
4935
|
*
|
|
@@ -4795,14 +4949,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4795
4949
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4796
4950
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4797
4951
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4952
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4798
4953
|
* @param {number} [blur] Optional. Blur image.
|
|
4799
4954
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4800
4955
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4801
4956
|
* @param {*} [options] Override http request option.
|
|
4802
4957
|
* @throws {RequiredError}
|
|
4803
4958
|
*/
|
|
4804
|
-
headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4805
|
-
return localVarFp.headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4959
|
+
headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
4960
|
+
return localVarFp.headArtistImage(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4806
4961
|
},
|
|
4807
4962
|
/**
|
|
4808
4963
|
*
|
|
@@ -4821,6 +4976,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4821
4976
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4822
4977
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4823
4978
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4979
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4824
4980
|
* @param {number} [blur] Optional. Blur image.
|
|
4825
4981
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4826
4982
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4828,8 +4984,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4828
4984
|
* @param {*} [options] Override http request option.
|
|
4829
4985
|
* @throws {RequiredError}
|
|
4830
4986
|
*/
|
|
4831
|
-
headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4832
|
-
return localVarFp.headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4987
|
+
headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4988
|
+
return localVarFp.headGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4833
4989
|
},
|
|
4834
4990
|
/**
|
|
4835
4991
|
*
|
|
@@ -4849,14 +5005,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4849
5005
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4850
5006
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4851
5007
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5008
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4852
5009
|
* @param {number} [blur] Optional. Blur image.
|
|
4853
5010
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4854
5011
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4855
5012
|
* @param {*} [options] Override http request option.
|
|
4856
5013
|
* @throws {RequiredError}
|
|
4857
5014
|
*/
|
|
4858
|
-
headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4859
|
-
return localVarFp.headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5015
|
+
headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
5016
|
+
return localVarFp.headGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4860
5017
|
},
|
|
4861
5018
|
/**
|
|
4862
5019
|
*
|
|
@@ -4873,6 +5030,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4873
5030
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
4874
5031
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4875
5032
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
5033
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4876
5034
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
4877
5035
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
4878
5036
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -4882,8 +5040,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4882
5040
|
* @param {*} [options] Override http request option.
|
|
4883
5041
|
* @throws {RequiredError}
|
|
4884
5042
|
*/
|
|
4885
|
-
headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4886
|
-
return localVarFp.headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5043
|
+
headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5044
|
+
return localVarFp.headItemImage(itemId, imageType, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4887
5045
|
},
|
|
4888
5046
|
/**
|
|
4889
5047
|
*
|
|
@@ -4903,14 +5061,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4903
5061
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4904
5062
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4905
5063
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5064
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4906
5065
|
* @param {number} [blur] Optional. Blur image.
|
|
4907
5066
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4908
5067
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4909
5068
|
* @param {*} [options] Override http request option.
|
|
4910
5069
|
* @throws {RequiredError}
|
|
4911
5070
|
*/
|
|
4912
|
-
headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4913
|
-
return localVarFp.headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5071
|
+
headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
5072
|
+
return localVarFp.headItemImage2(itemId, imageType, maxWidth, maxHeight, tag, format, percentPlayed, unplayedCount, imageIndex, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4914
5073
|
},
|
|
4915
5074
|
/**
|
|
4916
5075
|
*
|
|
@@ -4928,6 +5087,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4928
5087
|
* @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
|
|
4929
5088
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
4930
5089
|
* @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
|
|
5090
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4931
5091
|
* @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
|
|
4932
5092
|
* @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
|
|
4933
5093
|
* @param {number} [blur] Optional. Blur image.
|
|
@@ -4936,8 +5096,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4936
5096
|
* @param {*} [options] Override http request option.
|
|
4937
5097
|
* @throws {RequiredError}
|
|
4938
5098
|
*/
|
|
4939
|
-
headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
4940
|
-
return localVarFp.headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5099
|
+
headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options) {
|
|
5100
|
+
return localVarFp.headItemImageByIndex(itemId, imageType, imageIndex, maxWidth, maxHeight, width, height, quality, fillWidth, fillHeight, tag, cropWhitespace, format, addPlayedIndicator, percentPlayed, unplayedCount, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4941
5101
|
},
|
|
4942
5102
|
/**
|
|
4943
5103
|
*
|
|
@@ -4956,6 +5116,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4956
5116
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4957
5117
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4958
5118
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5119
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4959
5120
|
* @param {number} [blur] Optional. Blur image.
|
|
4960
5121
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4961
5122
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -4963,8 +5124,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4963
5124
|
* @param {*} [options] Override http request option.
|
|
4964
5125
|
* @throws {RequiredError}
|
|
4965
5126
|
*/
|
|
4966
|
-
headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
4967
|
-
return localVarFp.headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5127
|
+
headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5128
|
+
return localVarFp.headMusicGenreImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
4968
5129
|
},
|
|
4969
5130
|
/**
|
|
4970
5131
|
*
|
|
@@ -4984,14 +5145,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
4984
5145
|
* @param {number} [fillWidth] Width of box to fill.
|
|
4985
5146
|
* @param {number} [fillHeight] Height of box to fill.
|
|
4986
5147
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5148
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
4987
5149
|
* @param {number} [blur] Optional. Blur image.
|
|
4988
5150
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
4989
5151
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
4990
5152
|
* @param {*} [options] Override http request option.
|
|
4991
5153
|
* @throws {RequiredError}
|
|
4992
5154
|
*/
|
|
4993
|
-
headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
4994
|
-
return localVarFp.headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5155
|
+
headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
5156
|
+
return localVarFp.headMusicGenreImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
4995
5157
|
},
|
|
4996
5158
|
/**
|
|
4997
5159
|
*
|
|
@@ -5010,6 +5172,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5010
5172
|
* @param {number} [fillWidth] Width of box to fill.
|
|
5011
5173
|
* @param {number} [fillHeight] Height of box to fill.
|
|
5012
5174
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5175
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
5013
5176
|
* @param {number} [blur] Optional. Blur image.
|
|
5014
5177
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
5015
5178
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -5017,8 +5180,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5017
5180
|
* @param {*} [options] Override http request option.
|
|
5018
5181
|
* @throws {RequiredError}
|
|
5019
5182
|
*/
|
|
5020
|
-
headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5021
|
-
return localVarFp.headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5183
|
+
headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5184
|
+
return localVarFp.headPersonImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5022
5185
|
},
|
|
5023
5186
|
/**
|
|
5024
5187
|
*
|
|
@@ -5038,14 +5201,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5038
5201
|
* @param {number} [fillWidth] Width of box to fill.
|
|
5039
5202
|
* @param {number} [fillHeight] Height of box to fill.
|
|
5040
5203
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5204
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
5041
5205
|
* @param {number} [blur] Optional. Blur image.
|
|
5042
5206
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
5043
5207
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
5044
5208
|
* @param {*} [options] Override http request option.
|
|
5045
5209
|
* @throws {RequiredError}
|
|
5046
5210
|
*/
|
|
5047
|
-
headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
5048
|
-
return localVarFp.headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5211
|
+
headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
5212
|
+
return localVarFp.headPersonImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5049
5213
|
},
|
|
5050
5214
|
/**
|
|
5051
5215
|
*
|
|
@@ -5064,6 +5228,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5064
5228
|
* @param {number} [fillWidth] Width of box to fill.
|
|
5065
5229
|
* @param {number} [fillHeight] Height of box to fill.
|
|
5066
5230
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5231
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
5067
5232
|
* @param {number} [blur] Optional. Blur image.
|
|
5068
5233
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
5069
5234
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -5071,8 +5236,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5071
5236
|
* @param {*} [options] Override http request option.
|
|
5072
5237
|
* @throws {RequiredError}
|
|
5073
5238
|
*/
|
|
5074
|
-
headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5075
|
-
return localVarFp.headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5239
|
+
headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5240
|
+
return localVarFp.headStudioImage(name, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5076
5241
|
},
|
|
5077
5242
|
/**
|
|
5078
5243
|
*
|
|
@@ -5092,14 +5257,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5092
5257
|
* @param {number} [fillWidth] Width of box to fill.
|
|
5093
5258
|
* @param {number} [fillHeight] Height of box to fill.
|
|
5094
5259
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5260
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
5095
5261
|
* @param {number} [blur] Optional. Blur image.
|
|
5096
5262
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
5097
5263
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
5098
5264
|
* @param {*} [options] Override http request option.
|
|
5099
5265
|
* @throws {RequiredError}
|
|
5100
5266
|
*/
|
|
5101
|
-
headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
5102
|
-
return localVarFp.headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5267
|
+
headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
5268
|
+
return localVarFp.headStudioImageByIndex(name, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5103
5269
|
},
|
|
5104
5270
|
/**
|
|
5105
5271
|
*
|
|
@@ -5118,6 +5284,7 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5118
5284
|
* @param {number} [fillWidth] Width of box to fill.
|
|
5119
5285
|
* @param {number} [fillHeight] Height of box to fill.
|
|
5120
5286
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5287
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
5121
5288
|
* @param {number} [blur] Optional. Blur image.
|
|
5122
5289
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
5123
5290
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
@@ -5125,8 +5292,8 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5125
5292
|
* @param {*} [options] Override http request option.
|
|
5126
5293
|
* @throws {RequiredError}
|
|
5127
5294
|
*/
|
|
5128
|
-
headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5129
|
-
return localVarFp.headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5295
|
+
headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options) {
|
|
5296
|
+
return localVarFp.headUserImage(userId, imageType, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, imageIndex, options).then((request) => request(axios, basePath));
|
|
5130
5297
|
},
|
|
5131
5298
|
/**
|
|
5132
5299
|
*
|
|
@@ -5146,14 +5313,15 @@ const ImageApiFactory = function (configuration, basePath, axios) {
|
|
|
5146
5313
|
* @param {number} [fillWidth] Width of box to fill.
|
|
5147
5314
|
* @param {number} [fillHeight] Height of box to fill.
|
|
5148
5315
|
* @param {boolean} [cropWhitespace] Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
|
|
5316
|
+
* @param {boolean} [addPlayedIndicator] Optional. Add a played indicator.
|
|
5149
5317
|
* @param {number} [blur] Optional. Blur image.
|
|
5150
5318
|
* @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
|
|
5151
5319
|
* @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
|
|
5152
5320
|
* @param {*} [options] Override http request option.
|
|
5153
5321
|
* @throws {RequiredError}
|
|
5154
5322
|
*/
|
|
5155
|
-
headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options) {
|
|
5156
|
-
return localVarFp.headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5323
|
+
headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options) {
|
|
5324
|
+
return localVarFp.headUserImageByIndex(userId, imageType, imageIndex, tag, format, maxWidth, maxHeight, percentPlayed, unplayedCount, width, height, quality, fillWidth, fillHeight, cropWhitespace, addPlayedIndicator, blur, backgroundColor, foregroundLayer, options).then((request) => request(axios, basePath));
|
|
5157
5325
|
},
|
|
5158
5326
|
/**
|
|
5159
5327
|
*
|
|
@@ -5301,7 +5469,7 @@ class ImageApi extends BaseAPI {
|
|
|
5301
5469
|
* @memberof ImageApi
|
|
5302
5470
|
*/
|
|
5303
5471
|
getArtistImage(requestParameters, options) {
|
|
5304
|
-
return ImageApiFp(this.configuration).getArtistImage(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5472
|
+
return ImageApiFp(this.configuration).getArtistImage(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5305
5473
|
}
|
|
5306
5474
|
/**
|
|
5307
5475
|
*
|
|
@@ -5312,7 +5480,7 @@ class ImageApi extends BaseAPI {
|
|
|
5312
5480
|
* @memberof ImageApi
|
|
5313
5481
|
*/
|
|
5314
5482
|
getGenreImage(requestParameters, options) {
|
|
5315
|
-
return ImageApiFp(this.configuration).getGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5483
|
+
return ImageApiFp(this.configuration).getGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5316
5484
|
}
|
|
5317
5485
|
/**
|
|
5318
5486
|
*
|
|
@@ -5323,7 +5491,7 @@ class ImageApi extends BaseAPI {
|
|
|
5323
5491
|
* @memberof ImageApi
|
|
5324
5492
|
*/
|
|
5325
5493
|
getGenreImageByIndex(requestParameters, options) {
|
|
5326
|
-
return ImageApiFp(this.configuration).getGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5494
|
+
return ImageApiFp(this.configuration).getGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5327
5495
|
}
|
|
5328
5496
|
/**
|
|
5329
5497
|
*
|
|
@@ -5334,7 +5502,7 @@ class ImageApi extends BaseAPI {
|
|
|
5334
5502
|
* @memberof ImageApi
|
|
5335
5503
|
*/
|
|
5336
5504
|
getItemImage(requestParameters, options) {
|
|
5337
|
-
return ImageApiFp(this.configuration).getItemImage(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5505
|
+
return ImageApiFp(this.configuration).getItemImage(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.addPlayedIndicator, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5338
5506
|
}
|
|
5339
5507
|
/**
|
|
5340
5508
|
*
|
|
@@ -5345,7 +5513,7 @@ class ImageApi extends BaseAPI {
|
|
|
5345
5513
|
* @memberof ImageApi
|
|
5346
5514
|
*/
|
|
5347
5515
|
getItemImage2(requestParameters, options) {
|
|
5348
|
-
return ImageApiFp(this.configuration).getItemImage2(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.tag, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.imageIndex, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5516
|
+
return ImageApiFp(this.configuration).getItemImage2(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.tag, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.imageIndex, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5349
5517
|
}
|
|
5350
5518
|
/**
|
|
5351
5519
|
*
|
|
@@ -5356,7 +5524,7 @@ class ImageApi extends BaseAPI {
|
|
|
5356
5524
|
* @memberof ImageApi
|
|
5357
5525
|
*/
|
|
5358
5526
|
getItemImageByIndex(requestParameters, options) {
|
|
5359
|
-
return ImageApiFp(this.configuration).getItemImageByIndex(requestParameters.itemId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5527
|
+
return ImageApiFp(this.configuration).getItemImageByIndex(requestParameters.itemId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.addPlayedIndicator, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5360
5528
|
}
|
|
5361
5529
|
/**
|
|
5362
5530
|
*
|
|
@@ -5378,7 +5546,7 @@ class ImageApi extends BaseAPI {
|
|
|
5378
5546
|
* @memberof ImageApi
|
|
5379
5547
|
*/
|
|
5380
5548
|
getMusicGenreImage(requestParameters, options) {
|
|
5381
|
-
return ImageApiFp(this.configuration).getMusicGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5549
|
+
return ImageApiFp(this.configuration).getMusicGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5382
5550
|
}
|
|
5383
5551
|
/**
|
|
5384
5552
|
*
|
|
@@ -5389,7 +5557,7 @@ class ImageApi extends BaseAPI {
|
|
|
5389
5557
|
* @memberof ImageApi
|
|
5390
5558
|
*/
|
|
5391
5559
|
getMusicGenreImageByIndex(requestParameters, options) {
|
|
5392
|
-
return ImageApiFp(this.configuration).getMusicGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5560
|
+
return ImageApiFp(this.configuration).getMusicGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5393
5561
|
}
|
|
5394
5562
|
/**
|
|
5395
5563
|
*
|
|
@@ -5400,7 +5568,7 @@ class ImageApi extends BaseAPI {
|
|
|
5400
5568
|
* @memberof ImageApi
|
|
5401
5569
|
*/
|
|
5402
5570
|
getPersonImage(requestParameters, options) {
|
|
5403
|
-
return ImageApiFp(this.configuration).getPersonImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5571
|
+
return ImageApiFp(this.configuration).getPersonImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5404
5572
|
}
|
|
5405
5573
|
/**
|
|
5406
5574
|
*
|
|
@@ -5411,7 +5579,7 @@ class ImageApi extends BaseAPI {
|
|
|
5411
5579
|
* @memberof ImageApi
|
|
5412
5580
|
*/
|
|
5413
5581
|
getPersonImageByIndex(requestParameters, options) {
|
|
5414
|
-
return ImageApiFp(this.configuration).getPersonImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5582
|
+
return ImageApiFp(this.configuration).getPersonImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5415
5583
|
}
|
|
5416
5584
|
/**
|
|
5417
5585
|
*
|
|
@@ -5433,7 +5601,7 @@ class ImageApi extends BaseAPI {
|
|
|
5433
5601
|
* @memberof ImageApi
|
|
5434
5602
|
*/
|
|
5435
5603
|
getStudioImage(requestParameters, options) {
|
|
5436
|
-
return ImageApiFp(this.configuration).getStudioImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5604
|
+
return ImageApiFp(this.configuration).getStudioImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5437
5605
|
}
|
|
5438
5606
|
/**
|
|
5439
5607
|
*
|
|
@@ -5444,7 +5612,7 @@ class ImageApi extends BaseAPI {
|
|
|
5444
5612
|
* @memberof ImageApi
|
|
5445
5613
|
*/
|
|
5446
5614
|
getStudioImageByIndex(requestParameters, options) {
|
|
5447
|
-
return ImageApiFp(this.configuration).getStudioImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5615
|
+
return ImageApiFp(this.configuration).getStudioImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5448
5616
|
}
|
|
5449
5617
|
/**
|
|
5450
5618
|
*
|
|
@@ -5455,7 +5623,7 @@ class ImageApi extends BaseAPI {
|
|
|
5455
5623
|
* @memberof ImageApi
|
|
5456
5624
|
*/
|
|
5457
5625
|
getUserImage(requestParameters, options) {
|
|
5458
|
-
return ImageApiFp(this.configuration).getUserImage(requestParameters.userId, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5626
|
+
return ImageApiFp(this.configuration).getUserImage(requestParameters.userId, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5459
5627
|
}
|
|
5460
5628
|
/**
|
|
5461
5629
|
*
|
|
@@ -5466,7 +5634,7 @@ class ImageApi extends BaseAPI {
|
|
|
5466
5634
|
* @memberof ImageApi
|
|
5467
5635
|
*/
|
|
5468
5636
|
getUserImageByIndex(requestParameters, options) {
|
|
5469
|
-
return ImageApiFp(this.configuration).getUserImageByIndex(requestParameters.userId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5637
|
+
return ImageApiFp(this.configuration).getUserImageByIndex(requestParameters.userId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5470
5638
|
}
|
|
5471
5639
|
/**
|
|
5472
5640
|
*
|
|
@@ -5477,7 +5645,7 @@ class ImageApi extends BaseAPI {
|
|
|
5477
5645
|
* @memberof ImageApi
|
|
5478
5646
|
*/
|
|
5479
5647
|
headArtistImage(requestParameters, options) {
|
|
5480
|
-
return ImageApiFp(this.configuration).headArtistImage(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5648
|
+
return ImageApiFp(this.configuration).headArtistImage(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5481
5649
|
}
|
|
5482
5650
|
/**
|
|
5483
5651
|
*
|
|
@@ -5488,7 +5656,7 @@ class ImageApi extends BaseAPI {
|
|
|
5488
5656
|
* @memberof ImageApi
|
|
5489
5657
|
*/
|
|
5490
5658
|
headGenreImage(requestParameters, options) {
|
|
5491
|
-
return ImageApiFp(this.configuration).headGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5659
|
+
return ImageApiFp(this.configuration).headGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5492
5660
|
}
|
|
5493
5661
|
/**
|
|
5494
5662
|
*
|
|
@@ -5499,7 +5667,7 @@ class ImageApi extends BaseAPI {
|
|
|
5499
5667
|
* @memberof ImageApi
|
|
5500
5668
|
*/
|
|
5501
5669
|
headGenreImageByIndex(requestParameters, options) {
|
|
5502
|
-
return ImageApiFp(this.configuration).headGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5670
|
+
return ImageApiFp(this.configuration).headGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5503
5671
|
}
|
|
5504
5672
|
/**
|
|
5505
5673
|
*
|
|
@@ -5510,7 +5678,7 @@ class ImageApi extends BaseAPI {
|
|
|
5510
5678
|
* @memberof ImageApi
|
|
5511
5679
|
*/
|
|
5512
5680
|
headItemImage(requestParameters, options) {
|
|
5513
|
-
return ImageApiFp(this.configuration).headItemImage(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5681
|
+
return ImageApiFp(this.configuration).headItemImage(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.addPlayedIndicator, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5514
5682
|
}
|
|
5515
5683
|
/**
|
|
5516
5684
|
*
|
|
@@ -5521,7 +5689,7 @@ class ImageApi extends BaseAPI {
|
|
|
5521
5689
|
* @memberof ImageApi
|
|
5522
5690
|
*/
|
|
5523
5691
|
headItemImage2(requestParameters, options) {
|
|
5524
|
-
return ImageApiFp(this.configuration).headItemImage2(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.tag, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.imageIndex, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5692
|
+
return ImageApiFp(this.configuration).headItemImage2(requestParameters.itemId, requestParameters.imageType, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.tag, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.imageIndex, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5525
5693
|
}
|
|
5526
5694
|
/**
|
|
5527
5695
|
*
|
|
@@ -5532,7 +5700,7 @@ class ImageApi extends BaseAPI {
|
|
|
5532
5700
|
* @memberof ImageApi
|
|
5533
5701
|
*/
|
|
5534
5702
|
headItemImageByIndex(requestParameters, options) {
|
|
5535
|
-
return ImageApiFp(this.configuration).headItemImageByIndex(requestParameters.itemId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5703
|
+
return ImageApiFp(this.configuration).headItemImageByIndex(requestParameters.itemId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.tag, requestParameters.cropWhitespace, requestParameters.format, requestParameters.addPlayedIndicator, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5536
5704
|
}
|
|
5537
5705
|
/**
|
|
5538
5706
|
*
|
|
@@ -5543,7 +5711,7 @@ class ImageApi extends BaseAPI {
|
|
|
5543
5711
|
* @memberof ImageApi
|
|
5544
5712
|
*/
|
|
5545
5713
|
headMusicGenreImage(requestParameters, options) {
|
|
5546
|
-
return ImageApiFp(this.configuration).headMusicGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5714
|
+
return ImageApiFp(this.configuration).headMusicGenreImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5547
5715
|
}
|
|
5548
5716
|
/**
|
|
5549
5717
|
*
|
|
@@ -5554,7 +5722,7 @@ class ImageApi extends BaseAPI {
|
|
|
5554
5722
|
* @memberof ImageApi
|
|
5555
5723
|
*/
|
|
5556
5724
|
headMusicGenreImageByIndex(requestParameters, options) {
|
|
5557
|
-
return ImageApiFp(this.configuration).headMusicGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5725
|
+
return ImageApiFp(this.configuration).headMusicGenreImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5558
5726
|
}
|
|
5559
5727
|
/**
|
|
5560
5728
|
*
|
|
@@ -5565,7 +5733,7 @@ class ImageApi extends BaseAPI {
|
|
|
5565
5733
|
* @memberof ImageApi
|
|
5566
5734
|
*/
|
|
5567
5735
|
headPersonImage(requestParameters, options) {
|
|
5568
|
-
return ImageApiFp(this.configuration).headPersonImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5736
|
+
return ImageApiFp(this.configuration).headPersonImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5569
5737
|
}
|
|
5570
5738
|
/**
|
|
5571
5739
|
*
|
|
@@ -5576,7 +5744,7 @@ class ImageApi extends BaseAPI {
|
|
|
5576
5744
|
* @memberof ImageApi
|
|
5577
5745
|
*/
|
|
5578
5746
|
headPersonImageByIndex(requestParameters, options) {
|
|
5579
|
-
return ImageApiFp(this.configuration).headPersonImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5747
|
+
return ImageApiFp(this.configuration).headPersonImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5580
5748
|
}
|
|
5581
5749
|
/**
|
|
5582
5750
|
*
|
|
@@ -5587,7 +5755,7 @@ class ImageApi extends BaseAPI {
|
|
|
5587
5755
|
* @memberof ImageApi
|
|
5588
5756
|
*/
|
|
5589
5757
|
headStudioImage(requestParameters, options) {
|
|
5590
|
-
return ImageApiFp(this.configuration).headStudioImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5758
|
+
return ImageApiFp(this.configuration).headStudioImage(requestParameters.name, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5591
5759
|
}
|
|
5592
5760
|
/**
|
|
5593
5761
|
*
|
|
@@ -5598,7 +5766,7 @@ class ImageApi extends BaseAPI {
|
|
|
5598
5766
|
* @memberof ImageApi
|
|
5599
5767
|
*/
|
|
5600
5768
|
headStudioImageByIndex(requestParameters, options) {
|
|
5601
|
-
return ImageApiFp(this.configuration).headStudioImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5769
|
+
return ImageApiFp(this.configuration).headStudioImageByIndex(requestParameters.name, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5602
5770
|
}
|
|
5603
5771
|
/**
|
|
5604
5772
|
*
|
|
@@ -5609,7 +5777,7 @@ class ImageApi extends BaseAPI {
|
|
|
5609
5777
|
* @memberof ImageApi
|
|
5610
5778
|
*/
|
|
5611
5779
|
headUserImage(requestParameters, options) {
|
|
5612
|
-
return ImageApiFp(this.configuration).headUserImage(requestParameters.userId, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5780
|
+
return ImageApiFp(this.configuration).headUserImage(requestParameters.userId, requestParameters.imageType, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, requestParameters.imageIndex, options).then((request) => request(this.axios, this.basePath));
|
|
5613
5781
|
}
|
|
5614
5782
|
/**
|
|
5615
5783
|
*
|
|
@@ -5620,7 +5788,7 @@ class ImageApi extends BaseAPI {
|
|
|
5620
5788
|
* @memberof ImageApi
|
|
5621
5789
|
*/
|
|
5622
5790
|
headUserImageByIndex(requestParameters, options) {
|
|
5623
|
-
return ImageApiFp(this.configuration).headUserImageByIndex(requestParameters.userId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5791
|
+
return ImageApiFp(this.configuration).headUserImageByIndex(requestParameters.userId, requestParameters.imageType, requestParameters.imageIndex, requestParameters.tag, requestParameters.format, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.percentPlayed, requestParameters.unplayedCount, requestParameters.width, requestParameters.height, requestParameters.quality, requestParameters.fillWidth, requestParameters.fillHeight, requestParameters.cropWhitespace, requestParameters.addPlayedIndicator, requestParameters.blur, requestParameters.backgroundColor, requestParameters.foregroundLayer, options).then((request) => request(this.axios, this.basePath));
|
|
5624
5792
|
}
|
|
5625
5793
|
/**
|
|
5626
5794
|
*
|