miniphonic 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +23 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +34 -0
  5. data/LICENSE +20 -0
  6. data/README.md +145 -0
  7. data/Rakefile +19 -0
  8. data/lib/miniphonic/api_object.rb +96 -0
  9. data/lib/miniphonic/helpers.rb +51 -0
  10. data/lib/miniphonic/info.rb +68 -0
  11. data/lib/miniphonic/preset.rb +17 -0
  12. data/lib/miniphonic/preset_attributes.rb +53 -0
  13. data/lib/miniphonic/production.rb +33 -0
  14. data/lib/miniphonic/production_attributes.rb +66 -0
  15. data/lib/miniphonic/response.rb +5 -0
  16. data/lib/miniphonic/version.rb +3 -0
  17. data/lib/miniphonic.rb +40 -0
  18. data/miniphonic.gemspec +29 -0
  19. data/test/spec/api_object_spec.rb +164 -0
  20. data/test/spec/cassettes/info/algorithms.yml +170 -0
  21. data/test/spec/cassettes/info/info.yml +740 -0
  22. data/test/spec/cassettes/info/output_files.yml +343 -0
  23. data/test/spec/cassettes/info/service_types.yml +263 -0
  24. data/test/spec/cassettes/info/services.yml +125 -0
  25. data/test/spec/cassettes/info/status_codes.yml +70 -0
  26. data/test/spec/cassettes/info/user_info.yml +63 -0
  27. data/test/spec/cassettes/preset/all.yml +795 -0
  28. data/test/spec/cassettes/preset/create.yml +97 -0
  29. data/test/spec/cassettes/preset/delete.yml +142 -0
  30. data/test/spec/cassettes/preset/upload_cover.yml +484 -0
  31. data/test/spec/cassettes/production/all.yml +6764 -0
  32. data/test/spec/cassettes/production/create.yml +118 -0
  33. data/test/spec/cassettes/production/delete.yml +163 -0
  34. data/test/spec/cassettes/production/start.yml +164 -0
  35. data/test/spec/cassettes/production/upload_audio.yml +20047 -0
  36. data/test/spec/cassettes/production/upload_audio_from_service.yml +233 -0
  37. data/test/spec/cassettes/production/upload_cover.yml +526 -0
  38. data/test/spec/data/test.jpg +0 -0
  39. data/test/spec/data/test.m4a +0 -0
  40. data/test/spec/helper.rb +32 -0
  41. data/test/spec/info_spec.rb +137 -0
  42. data/test/spec/preset_spec.rb +115 -0
  43. data/test/spec/production_spec.rb +181 -0
  44. metadata +223 -0
@@ -0,0 +1,795 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://auphonic.com/api/presets.json
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.8.8
12
+ Authorization:
13
+ - Basic c2lybWFyY2VsOm5hYy1kaWQtY2lkLXlvZC1qYS1zaGxlai15dWwteQ==
14
+ response:
15
+ status:
16
+ code: 200
17
+ message:
18
+ headers:
19
+ server:
20
+ - nginx/1.2.0
21
+ date:
22
+ - Fri, 18 Oct 2013 22:58:49 GMT
23
+ content-type:
24
+ - application/json; charset=utf-8
25
+ transfer-encoding:
26
+ - chunked
27
+ connection:
28
+ - close
29
+ cache-control:
30
+ - max-age=0
31
+ vary:
32
+ - Authorization
33
+ expires:
34
+ - Fri, 18 Oct 2013 22:58:49 GMT
35
+ last-modified:
36
+ - Fri, 18 Oct 2013 22:58:49 GMT
37
+ access-control-allow-origin:
38
+ - '*'
39
+ access-control-allow-credentials:
40
+ - 'true'
41
+ access-control-allow-headers:
42
+ - Authorization,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type
43
+ body:
44
+ encoding: UTF-8
45
+ string: |-
46
+ {
47
+ "status_code": 200,
48
+ "form_errors": {},
49
+ "error_code": null,
50
+ "error_message": "",
51
+ "data": [
52
+ {
53
+ "outgoing_services": [],
54
+ "uuid": "Jt7Zw5XxHVCurrN5zrh4AG",
55
+ "output_files": [],
56
+ "preset_name": "Test Upload Cover Preset",
57
+ "creation_time": "2013-10-18T22:58:47.706Z",
58
+ "metadata": {
59
+ "album": "",
60
+ "publisher": "",
61
+ "subtitle": "",
62
+ "license": "",
63
+ "artist": "",
64
+ "track": "",
65
+ "title": "",
66
+ "summary": "",
67
+ "append_chapters": false,
68
+ "url": "",
69
+ "license_url": "",
70
+ "location": {
71
+ "latitude": null,
72
+ "longitude": null
73
+ },
74
+ "year": "",
75
+ "genre": "",
76
+ "tags": [
77
+ ""
78
+ ]
79
+ },
80
+ "algorithms": {
81
+ "normloudness": true,
82
+ "loudnesstarget": -16,
83
+ "denoise": false,
84
+ "denoiseamount": 0,
85
+ "hipfilter": true,
86
+ "leveler": true
87
+ },
88
+ "image": "https://auphonic.com/api/download/preset/Jt7Zw5XxHVCurrN5zrh4AG/test.jpg",
89
+ "multi_input_files": [],
90
+ "thumbnail": "https://auphonic.com/api/download/preset/Jt7Zw5XxHVCurrN5zrh4AG/thumbnail.jpg",
91
+ "output_basename": ""
92
+ },
93
+ {
94
+ "outgoing_services": [],
95
+ "uuid": "gAqurE7JpDkB858ZBysnER",
96
+ "output_files": [],
97
+ "preset_name": "Test Preset",
98
+ "creation_time": "2013-10-18T22:58:45.596Z",
99
+ "metadata": {
100
+ "album": "",
101
+ "publisher": "",
102
+ "subtitle": "",
103
+ "license": "",
104
+ "artist": "",
105
+ "track": "",
106
+ "title": "",
107
+ "summary": "",
108
+ "append_chapters": false,
109
+ "url": "",
110
+ "license_url": "",
111
+ "location": {
112
+ "latitude": null,
113
+ "longitude": null
114
+ },
115
+ "year": "",
116
+ "genre": "",
117
+ "tags": [
118
+ ""
119
+ ]
120
+ },
121
+ "algorithms": {
122
+ "normloudness": true,
123
+ "loudnesstarget": -16,
124
+ "denoise": false,
125
+ "denoiseamount": 0,
126
+ "hipfilter": true,
127
+ "leveler": true
128
+ },
129
+ "image": null,
130
+ "multi_input_files": [],
131
+ "thumbnail": null,
132
+ "output_basename": ""
133
+ },
134
+ {
135
+ "outgoing_services": [],
136
+ "uuid": "3f9AVo8iZGFvD94XVrdRrE",
137
+ "output_files": [],
138
+ "preset_name": "Test Upload Cover Preset",
139
+ "creation_time": "2013-10-18T22:40:00.424Z",
140
+ "metadata": {
141
+ "album": "",
142
+ "publisher": "",
143
+ "subtitle": "",
144
+ "license": "",
145
+ "artist": "",
146
+ "track": "",
147
+ "title": "",
148
+ "summary": "",
149
+ "append_chapters": false,
150
+ "url": "",
151
+ "license_url": "",
152
+ "location": {
153
+ "latitude": null,
154
+ "longitude": null
155
+ },
156
+ "year": "",
157
+ "genre": "",
158
+ "tags": [
159
+ ""
160
+ ]
161
+ },
162
+ "algorithms": {
163
+ "normloudness": true,
164
+ "loudnesstarget": -16,
165
+ "denoise": false,
166
+ "denoiseamount": 0,
167
+ "hipfilter": true,
168
+ "leveler": true
169
+ },
170
+ "image": "https://auphonic.com/api/download/preset/3f9AVo8iZGFvD94XVrdRrE/test.jpg",
171
+ "multi_input_files": [],
172
+ "thumbnail": "https://auphonic.com/api/download/preset/3f9AVo8iZGFvD94XVrdRrE/thumbnail.jpg",
173
+ "output_basename": ""
174
+ },
175
+ {
176
+ "outgoing_services": [],
177
+ "uuid": "HxLKKfwConQ5dzMb2h6Ekd",
178
+ "output_files": [],
179
+ "preset_name": "Test Preset",
180
+ "creation_time": "2013-10-18T22:39:59.465Z",
181
+ "metadata": {
182
+ "album": "",
183
+ "publisher": "",
184
+ "subtitle": "",
185
+ "license": "",
186
+ "artist": "",
187
+ "track": "",
188
+ "title": "",
189
+ "summary": "",
190
+ "append_chapters": false,
191
+ "url": "",
192
+ "license_url": "",
193
+ "location": {
194
+ "latitude": null,
195
+ "longitude": null
196
+ },
197
+ "year": "",
198
+ "genre": "",
199
+ "tags": [
200
+ ""
201
+ ]
202
+ },
203
+ "algorithms": {
204
+ "normloudness": true,
205
+ "loudnesstarget": -16,
206
+ "denoise": false,
207
+ "denoiseamount": 0,
208
+ "hipfilter": true,
209
+ "leveler": true
210
+ },
211
+ "image": null,
212
+ "multi_input_files": [],
213
+ "thumbnail": null,
214
+ "output_basename": ""
215
+ },
216
+ {
217
+ "outgoing_services": [],
218
+ "uuid": "eUAuHsjw6RjXKeNTTwJUSJ",
219
+ "output_files": [],
220
+ "preset_name": "Test Upload Cover Preset",
221
+ "creation_time": "2013-10-18T22:20:45.735Z",
222
+ "metadata": {
223
+ "album": "",
224
+ "publisher": "",
225
+ "subtitle": "",
226
+ "license": "",
227
+ "artist": "",
228
+ "track": "",
229
+ "title": "",
230
+ "summary": "",
231
+ "append_chapters": false,
232
+ "url": "",
233
+ "license_url": "",
234
+ "location": {
235
+ "latitude": null,
236
+ "longitude": null
237
+ },
238
+ "year": "",
239
+ "genre": "",
240
+ "tags": [
241
+ ""
242
+ ]
243
+ },
244
+ "algorithms": {
245
+ "normloudness": true,
246
+ "loudnesstarget": -16,
247
+ "denoise": false,
248
+ "denoiseamount": 0,
249
+ "hipfilter": true,
250
+ "leveler": true
251
+ },
252
+ "image": "https://auphonic.com/api/download/preset/eUAuHsjw6RjXKeNTTwJUSJ/test.jpg",
253
+ "multi_input_files": [],
254
+ "thumbnail": "https://auphonic.com/api/download/preset/eUAuHsjw6RjXKeNTTwJUSJ/thumbnail.jpg",
255
+ "output_basename": ""
256
+ },
257
+ {
258
+ "outgoing_services": [],
259
+ "uuid": "NFAjzpd4Vk6GvBFty6JtoU",
260
+ "output_files": [],
261
+ "preset_name": "Test Preset",
262
+ "creation_time": "2013-10-18T22:20:45.019Z",
263
+ "metadata": {
264
+ "album": "",
265
+ "publisher": "",
266
+ "subtitle": "",
267
+ "license": "",
268
+ "artist": "",
269
+ "track": "",
270
+ "title": "",
271
+ "summary": "",
272
+ "append_chapters": false,
273
+ "url": "",
274
+ "license_url": "",
275
+ "location": {
276
+ "latitude": null,
277
+ "longitude": null
278
+ },
279
+ "year": "",
280
+ "genre": "",
281
+ "tags": [
282
+ ""
283
+ ]
284
+ },
285
+ "algorithms": {
286
+ "normloudness": true,
287
+ "loudnesstarget": -16,
288
+ "denoise": false,
289
+ "denoiseamount": 0,
290
+ "hipfilter": true,
291
+ "leveler": true
292
+ },
293
+ "image": null,
294
+ "multi_input_files": [],
295
+ "thumbnail": null,
296
+ "output_basename": ""
297
+ },
298
+ {
299
+ "outgoing_services": [],
300
+ "uuid": "nSyXePi4C4Gph4Ki2rzhjY",
301
+ "output_files": [],
302
+ "preset_name": "Test Upload Cover Preset",
303
+ "creation_time": "2013-10-18T22:18:57.607Z",
304
+ "metadata": {
305
+ "album": "",
306
+ "publisher": "",
307
+ "subtitle": "",
308
+ "license": "",
309
+ "artist": "",
310
+ "track": "",
311
+ "title": "",
312
+ "summary": "",
313
+ "append_chapters": false,
314
+ "url": "",
315
+ "license_url": "",
316
+ "location": {
317
+ "latitude": null,
318
+ "longitude": null
319
+ },
320
+ "year": "",
321
+ "genre": "",
322
+ "tags": [
323
+ ""
324
+ ]
325
+ },
326
+ "algorithms": {
327
+ "normloudness": true,
328
+ "loudnesstarget": -16,
329
+ "denoise": false,
330
+ "denoiseamount": 0,
331
+ "hipfilter": true,
332
+ "leveler": true
333
+ },
334
+ "image": "https://auphonic.com/api/download/preset/nSyXePi4C4Gph4Ki2rzhjY/test.jpg",
335
+ "multi_input_files": [],
336
+ "thumbnail": "https://auphonic.com/api/download/preset/nSyXePi4C4Gph4Ki2rzhjY/thumbnail.jpg",
337
+ "output_basename": ""
338
+ },
339
+ {
340
+ "outgoing_services": [],
341
+ "uuid": "c2fM6TvdDrZ8rUoeisQmwT",
342
+ "output_files": [],
343
+ "preset_name": "Test Preset",
344
+ "creation_time": "2013-10-18T22:18:56.674Z",
345
+ "metadata": {
346
+ "album": "",
347
+ "publisher": "",
348
+ "subtitle": "",
349
+ "license": "",
350
+ "artist": "",
351
+ "track": "",
352
+ "title": "",
353
+ "summary": "",
354
+ "append_chapters": false,
355
+ "url": "",
356
+ "license_url": "",
357
+ "location": {
358
+ "latitude": null,
359
+ "longitude": null
360
+ },
361
+ "year": "",
362
+ "genre": "",
363
+ "tags": [
364
+ ""
365
+ ]
366
+ },
367
+ "algorithms": {
368
+ "normloudness": true,
369
+ "loudnesstarget": -16,
370
+ "denoise": false,
371
+ "denoiseamount": 0,
372
+ "hipfilter": true,
373
+ "leveler": true
374
+ },
375
+ "image": null,
376
+ "multi_input_files": [],
377
+ "thumbnail": null,
378
+ "output_basename": ""
379
+ },
380
+ {
381
+ "outgoing_services": [],
382
+ "uuid": "rTVFxTqmCoJ6BoB2ch6hNd",
383
+ "output_files": [],
384
+ "preset_name": "Test Upload Cover Preset",
385
+ "creation_time": "2013-10-18T22:10:51.933Z",
386
+ "metadata": {
387
+ "album": "",
388
+ "publisher": "",
389
+ "subtitle": "",
390
+ "license": "",
391
+ "artist": "",
392
+ "track": "",
393
+ "title": "",
394
+ "summary": "",
395
+ "append_chapters": false,
396
+ "url": "",
397
+ "license_url": "",
398
+ "location": {
399
+ "latitude": null,
400
+ "longitude": null
401
+ },
402
+ "year": "",
403
+ "genre": "",
404
+ "tags": [
405
+ ""
406
+ ]
407
+ },
408
+ "algorithms": {
409
+ "normloudness": true,
410
+ "loudnesstarget": -16,
411
+ "denoise": false,
412
+ "denoiseamount": 0,
413
+ "hipfilter": true,
414
+ "leveler": true
415
+ },
416
+ "image": "https://auphonic.com/api/download/preset/rTVFxTqmCoJ6BoB2ch6hNd/test.jpg",
417
+ "multi_input_files": [],
418
+ "thumbnail": "https://auphonic.com/api/download/preset/rTVFxTqmCoJ6BoB2ch6hNd/thumbnail.jpg",
419
+ "output_basename": ""
420
+ },
421
+ {
422
+ "outgoing_services": [],
423
+ "uuid": "R8N98rGNSEjBY6BaUiqXaf",
424
+ "output_files": [],
425
+ "preset_name": "Test Preset",
426
+ "creation_time": "2013-10-18T22:10:51.124Z",
427
+ "metadata": {
428
+ "album": "",
429
+ "publisher": "",
430
+ "subtitle": "",
431
+ "license": "",
432
+ "artist": "",
433
+ "track": "",
434
+ "title": "",
435
+ "summary": "",
436
+ "append_chapters": false,
437
+ "url": "",
438
+ "license_url": "",
439
+ "location": {
440
+ "latitude": null,
441
+ "longitude": null
442
+ },
443
+ "year": "",
444
+ "genre": "",
445
+ "tags": [
446
+ ""
447
+ ]
448
+ },
449
+ "algorithms": {
450
+ "normloudness": true,
451
+ "loudnesstarget": -16,
452
+ "denoise": false,
453
+ "denoiseamount": 0,
454
+ "hipfilter": true,
455
+ "leveler": true
456
+ },
457
+ "image": null,
458
+ "multi_input_files": [],
459
+ "thumbnail": null,
460
+ "output_basename": ""
461
+ },
462
+ {
463
+ "outgoing_services": [],
464
+ "uuid": "Wbp95cM7ueKjojLXrXtuNZ",
465
+ "output_files": [],
466
+ "preset_name": "Test Upload Cover Preset",
467
+ "creation_time": "2013-10-18T22:08:00.742Z",
468
+ "metadata": {
469
+ "album": "",
470
+ "publisher": "",
471
+ "subtitle": "",
472
+ "license": "",
473
+ "artist": "",
474
+ "track": "",
475
+ "title": "",
476
+ "summary": "",
477
+ "append_chapters": false,
478
+ "url": "",
479
+ "license_url": "",
480
+ "location": {
481
+ "latitude": null,
482
+ "longitude": null
483
+ },
484
+ "year": "",
485
+ "genre": "",
486
+ "tags": [
487
+ ""
488
+ ]
489
+ },
490
+ "algorithms": {
491
+ "normloudness": true,
492
+ "loudnesstarget": -16,
493
+ "denoise": false,
494
+ "denoiseamount": 0,
495
+ "hipfilter": true,
496
+ "leveler": true
497
+ },
498
+ "image": "https://auphonic.com/api/download/preset/Wbp95cM7ueKjojLXrXtuNZ/test.jpg",
499
+ "multi_input_files": [],
500
+ "thumbnail": "https://auphonic.com/api/download/preset/Wbp95cM7ueKjojLXrXtuNZ/thumbnail.jpg",
501
+ "output_basename": ""
502
+ },
503
+ {
504
+ "outgoing_services": [],
505
+ "uuid": "wNpg8zJaQZGWuT7bkuxR4i",
506
+ "output_files": [],
507
+ "preset_name": "Test Preset",
508
+ "creation_time": "2013-10-18T22:08:00.029Z",
509
+ "metadata": {
510
+ "album": "",
511
+ "publisher": "",
512
+ "subtitle": "",
513
+ "license": "",
514
+ "artist": "",
515
+ "track": "",
516
+ "title": "",
517
+ "summary": "",
518
+ "append_chapters": false,
519
+ "url": "",
520
+ "license_url": "",
521
+ "location": {
522
+ "latitude": null,
523
+ "longitude": null
524
+ },
525
+ "year": "",
526
+ "genre": "",
527
+ "tags": [
528
+ ""
529
+ ]
530
+ },
531
+ "algorithms": {
532
+ "normloudness": true,
533
+ "loudnesstarget": -16,
534
+ "denoise": false,
535
+ "denoiseamount": 0,
536
+ "hipfilter": true,
537
+ "leveler": true
538
+ },
539
+ "image": null,
540
+ "multi_input_files": [],
541
+ "thumbnail": null,
542
+ "output_basename": ""
543
+ },
544
+ {
545
+ "outgoing_services": [],
546
+ "uuid": "k9EGhShJFtxyjw7vDDDgH6",
547
+ "output_files": [],
548
+ "preset_name": "Test Upload Cover Preset",
549
+ "creation_time": "2013-10-18T22:04:51.259Z",
550
+ "metadata": {
551
+ "album": "",
552
+ "publisher": "",
553
+ "subtitle": "",
554
+ "license": "",
555
+ "artist": "",
556
+ "track": "",
557
+ "title": "",
558
+ "summary": "",
559
+ "append_chapters": false,
560
+ "url": "",
561
+ "license_url": "",
562
+ "location": {
563
+ "latitude": null,
564
+ "longitude": null
565
+ },
566
+ "year": "",
567
+ "genre": "",
568
+ "tags": [
569
+ ""
570
+ ]
571
+ },
572
+ "algorithms": {
573
+ "normloudness": true,
574
+ "loudnesstarget": -16,
575
+ "denoise": false,
576
+ "denoiseamount": 0,
577
+ "hipfilter": true,
578
+ "leveler": true
579
+ },
580
+ "image": "https://auphonic.com/api/download/preset/k9EGhShJFtxyjw7vDDDgH6/test.jpg",
581
+ "multi_input_files": [],
582
+ "thumbnail": "https://auphonic.com/api/download/preset/k9EGhShJFtxyjw7vDDDgH6/thumbnail.jpg",
583
+ "output_basename": ""
584
+ },
585
+ {
586
+ "outgoing_services": [],
587
+ "uuid": "g4ucHLM88qLmqRTRHnmivW",
588
+ "output_files": [],
589
+ "preset_name": "Test Preset",
590
+ "creation_time": "2013-10-18T22:04:50.382Z",
591
+ "metadata": {
592
+ "album": "",
593
+ "publisher": "",
594
+ "subtitle": "",
595
+ "license": "",
596
+ "artist": "",
597
+ "track": "",
598
+ "title": "",
599
+ "summary": "",
600
+ "append_chapters": false,
601
+ "url": "",
602
+ "license_url": "",
603
+ "location": {
604
+ "latitude": null,
605
+ "longitude": null
606
+ },
607
+ "year": "",
608
+ "genre": "",
609
+ "tags": [
610
+ ""
611
+ ]
612
+ },
613
+ "algorithms": {
614
+ "normloudness": true,
615
+ "loudnesstarget": -16,
616
+ "denoise": false,
617
+ "denoiseamount": 0,
618
+ "hipfilter": true,
619
+ "leveler": true
620
+ },
621
+ "image": null,
622
+ "multi_input_files": [],
623
+ "thumbnail": null,
624
+ "output_basename": ""
625
+ },
626
+ {
627
+ "outgoing_services": [],
628
+ "uuid": "uji3RFqNiSuFepBcadZUXV",
629
+ "output_files": [],
630
+ "preset_name": "Test Upload Cover Preset",
631
+ "creation_time": "2013-10-17T22:08:50.404Z",
632
+ "metadata": {
633
+ "album": "",
634
+ "publisher": "",
635
+ "subtitle": "",
636
+ "license": "",
637
+ "artist": "",
638
+ "track": "",
639
+ "title": "",
640
+ "summary": "",
641
+ "append_chapters": false,
642
+ "url": "",
643
+ "license_url": "",
644
+ "location": {
645
+ "latitude": null,
646
+ "longitude": null
647
+ },
648
+ "year": "",
649
+ "genre": "",
650
+ "tags": [
651
+ ""
652
+ ]
653
+ },
654
+ "algorithms": {
655
+ "normloudness": true,
656
+ "loudnesstarget": -16,
657
+ "denoise": false,
658
+ "denoiseamount": 0,
659
+ "hipfilter": true,
660
+ "leveler": true
661
+ },
662
+ "image": "https://auphonic.com/api/download/preset/uji3RFqNiSuFepBcadZUXV/test.jpg",
663
+ "multi_input_files": [],
664
+ "thumbnail": "https://auphonic.com/api/download/preset/uji3RFqNiSuFepBcadZUXV/thumbnail.jpg",
665
+ "output_basename": ""
666
+ },
667
+ {
668
+ "outgoing_services": [],
669
+ "uuid": "RQSWVCGqsKwic3Ga2HEKrD",
670
+ "output_files": [],
671
+ "preset_name": "Test Preset",
672
+ "creation_time": "2013-10-17T22:08:49.519Z",
673
+ "metadata": {
674
+ "album": "",
675
+ "publisher": "",
676
+ "subtitle": "",
677
+ "license": "",
678
+ "artist": "",
679
+ "track": "",
680
+ "title": "",
681
+ "summary": "",
682
+ "append_chapters": false,
683
+ "url": "",
684
+ "license_url": "",
685
+ "location": {
686
+ "latitude": null,
687
+ "longitude": null
688
+ },
689
+ "year": "",
690
+ "genre": "",
691
+ "tags": [
692
+ ""
693
+ ]
694
+ },
695
+ "algorithms": {
696
+ "normloudness": true,
697
+ "loudnesstarget": -16,
698
+ "denoise": false,
699
+ "denoiseamount": 0,
700
+ "hipfilter": true,
701
+ "leveler": true
702
+ },
703
+ "image": null,
704
+ "multi_input_files": [],
705
+ "thumbnail": null,
706
+ "output_basename": ""
707
+ },
708
+ {
709
+ "outgoing_services": [
710
+ {
711
+ "outgoing": true,
712
+ "display_name": "Marcel Langer",
713
+ "transfer_success": false,
714
+ "error_message": "",
715
+ "result_urls": [],
716
+ "result_page": null,
717
+ "incoming": true,
718
+ "type": "dropbox",
719
+ "email": "me@lumenpage.com",
720
+ "uuid": "h8DesucEK6mepmyxtW83MY"
721
+ }
722
+ ],
723
+ "uuid": "QbZ5ycWHJnkd2j9Bp6k98i",
724
+ "output_files": [
725
+ {
726
+ "outgoing_services": [],
727
+ "suffix": "",
728
+ "format": "mp3",
729
+ "checksum": "",
730
+ "size_string": "",
731
+ "download_url": null,
732
+ "ending": "mp3",
733
+ "split_on_chapters": false,
734
+ "filename": "",
735
+ "bitrate": 96,
736
+ "mono_mixdown": false,
737
+ "size": 0
738
+ },
739
+ {
740
+ "outgoing_services": [],
741
+ "suffix": "",
742
+ "format": "aac",
743
+ "checksum": "",
744
+ "size_string": "",
745
+ "download_url": null,
746
+ "ending": "m4a",
747
+ "split_on_chapters": false,
748
+ "filename": "",
749
+ "bitrate": 64,
750
+ "mono_mixdown": false,
751
+ "size": 0
752
+ }
753
+ ],
754
+ "preset_name": "Retinacast",
755
+ "creation_time": "2012-08-03T17:46:15.932Z",
756
+ "metadata": {
757
+ "album": "Retinacast",
758
+ "publisher": "",
759
+ "subtitle": "",
760
+ "license": "",
761
+ "artist": "Retncast Crew",
762
+ "track": "",
763
+ "title": "Sommerpause",
764
+ "summary": "",
765
+ "append_chapters": false,
766
+ "url": "",
767
+ "license_url": "",
768
+ "location": {
769
+ "latitude": null,
770
+ "longitude": null
771
+ },
772
+ "year": "2012",
773
+ "genre": "Podcast",
774
+ "tags": [
775
+ ""
776
+ ]
777
+ },
778
+ "algorithms": {
779
+ "normloudness": true,
780
+ "loudnesstarget": -18,
781
+ "denoise": false,
782
+ "denoiseamount": 0,
783
+ "hipfilter": true,
784
+ "leveler": true
785
+ },
786
+ "image": "https://auphonic.com/api/download/preset/QbZ5ycWHJnkd2j9Bp6k98i/retinacast_logo_1400px.png",
787
+ "multi_input_files": [],
788
+ "thumbnail": "https://auphonic.com/api/download/preset/QbZ5ycWHJnkd2j9Bp6k98i/thumbnail.jpg",
789
+ "output_basename": "Retinacast_"
790
+ }
791
+ ]
792
+ }
793
+ http_version:
794
+ recorded_at: Fri, 18 Oct 2013 22:58:58 GMT
795
+ recorded_with: VCR 2.6.0