Project:
DeaDBeeF
Code Location:
git://deadbeef.git.sourceforge.net/gitroot/deadbeef/deadbeefmaster
/
Outline
-
>
E
?
- Cn DDB_IS_SUBTRACK
- Cn DDB_IS_READONLY
- Cn DDB_HAS_EMBEDDED_CUESHEET
- Cn DDB_TAG_ID3V1
- Cn DDB_TAG_ID3V22
- Cn DDB_TAG_ID3V23
- Cn DDB_TAG_ID3V24
- Cn DDB_TAG_APEV2
- Cn DDB_TAG_VORBISCOMMENTS
- Cn DDB_TAG_CUESHEET
- Cn DDB_TAG_ICY
- Cn DDB_TAG_ITUNES
- Cn DDB_TAG_MASK
- > T ddb_playItem_t
- > S ?
- > T ddb_playlist_t
- > S DB_metaInfo_s
- > T DB_metaInfo_t
- > S DB_id3v2_frame_s
- > T DB_id3v2_frame_t
- > T DB_id3v2_tag_t
- > S DB_apev2_frame_s
- > T DB_apev2_frame_t
- > T DB_apev2_tag_t
-
>
E
?
- Cn DB_PLUGIN_DECODER
- Cn DB_PLUGIN_OUTPUT
- Cn DB_PLUGIN_DSP
- Cn DB_PLUGIN_MISC
- Cn DB_PLUGIN_VFS
- Cn DB_PLUGIN_PLAYLIST
- > E playback_order_t
- > T ddb_event_t
- > S ?
- > S ?
- > S ?
- > S DB_conf_item_s
- > T DB_conf_item_t
-
>
E
?
- Cn DB_EV_NEXT
- Cn DB_EV_PREV
- Cn DB_EV_PLAY_CURRENT
- Cn DB_EV_PLAY_NUM
- Cn DB_EV_STOP
- Cn DB_EV_PAUSE
- Cn DB_EV_PLAY_RANDOM
- Cn DB_EV_TERMINATE
- Cn DB_EV_PLAYLIST_REFRESH
- Cn DB_EV_REINIT_SOUND
- Cn DB_EV_CONFIGCHANGED
- Cn DB_EV_TOGGLE_PAUSE
- Cn DB_EV_ACTIVATED
- Cn DB_EV_PAUSED
- Cn DB_EV_PLAYLISTCHANGED
- Cn DB_EV_VOLUMECHANGED
- Cn DB_EV_OUTPUTCHANGED
- Cn DB_EV_PLAYLISTSWITCHED
- Cn DB_EV_SEEK
- Cn DB_EV_ACTIONSCHANGED
- Cn DB_EV_DSPCHAINCHANGED
- Cn DB_EV_FIRST
- Cn DB_EV_SONGCHANGED
- Cn DB_EV_SONGSTARTED
- Cn DB_EV_SONGFINISHED
- Cn DB_EV_TRACKINFOCHANGED
- Cn DB_EV_SEEKED
- Cn DB_EV_MAX
- > E ?
- > S ?
- > T DB_FILE
- > T DB_md5_t
- > S ?
- > T ddb_waveformat_t
- > S DB_plugin_s
-
>
S
?
- V int vmajor
- V int vminor
- Fn md5(uint8_t*,char*,int)
- Fn void md5_to_str(char*,uint8_t*)
- Fn void md5_init()
- Fn md5_append(DB_md5_t*,uint8_t*,int)
- Fn md5_finish(DB_md5_t*,uint8_t)
- Fn DB_output_s get_output(void)
- Fn float playback_get_pos(void)
- Fn void playback_set_pos(float)
- Fn DB_playItem_t streamer_get_playing_track(void)
- Fn DB_playItem_t streamer_get_streaming_track(void)
- Fn float streamer_get_playpos(void)
- Fn int streamer_ok_to_read(int)
- Fn void streamer_reset(int)
- Fn int streamer_read(char*,int)
- Fn void streamer_set_bitrate(int)
- Fn int streamer_get_apx_bitrate(void)
- Fn DB_fileinfo_s streamer_get_current_fileinfo(void)
- Fn int streamer_get_current_playlist(void)
- Fn ddb_dsp_context_s streamer_get_dsp_chain(void)
- Fn void streamer_set_dsp_chain(ddb_dsp_context_s*)
- Fn void streamer_dsp_refresh(void)
- Fn char get_config_dir(void)
- Fn char get_prefix(void)
- Fn char get_doc_dir(void)
- Fn char get_plugin_dir(void)
- Fn char get_pixmap_dir(void)
- Fn void quit(void)
- Fn intptr_t thread_start(void*)
- Fn intptr_t thread_start_low_priority(void*)
- Fn thread_join(intptr_t*)
- Fn thread_detach(intptr_t*)
- Fn void thread_exit(void*)
- Fn uintptr_t mutex_create(void)
- Fn uintptr_t mutex_create_nonrecursive(void)
- Fn mutex_free(uintptr_t*)
- Fn mutex_lock(uintptr_t*)
- Fn mutex_unlock(uintptr_t*)
- Fn uintptr_t cond_create(void)
- Fn cond_free(uintptr_t*)
- Fn cond_wait(uintptr_t*,uintptr_t)
- Fn cond_signal(uintptr_t*)
- Fn cond_broadcast(uintptr_t*)
- Fn void plt_ref()
- Fn void plt_unref()
- Fn int plt_get_count(void)
- Fn DB_playItem_t plt_get_head(int)
- Fn int plt_get_sel_count(int)
- Fn int plt_add(int,char*)
- Fn void plt_remove(int)
- Fn void plt_clear()
- Fn void pl_clear(void)
- Fn void plt_set_curr()
- Fn void plt_set_curr_idx(int)
- Fn ddb_playlist_t plt_get_curr(void)
- Fn int plt_get_curr_idx(void)
- Fn void plt_move(int,int)
- Fn ddb_playlist_t plt_get_for_idx(int)
- Fn plt_get_title(ddb_playlist_t*,char*,int)
- Fn plt_set_title(ddb_playlist_t*,char*)
- Fn void plt_modified()
- Fn int plt_get_modification_idx()
- Fn plt_get_item_idx(ddb_playlist_t*,DB_playItem_t*,int)
- Fn plt_add_meta(ddb_playlist_t*,char*,char*)
- Fn plt_replace_meta(ddb_playlist_t*,char*,char*)
- Fn plt_append_meta(ddb_playlist_t*,char*,char*)
- Fn plt_set_meta_int(ddb_playlist_t*,char*,int)
- Fn plt_set_meta_float(ddb_playlist_t*,char*,float)
- Fn plt_find_meta(ddb_playlist_t*,char*)
- Fn DB_metaInfo_t plt_get_metadata_head()
- Fn void plt_delete_metadata()
- Fn plt_find_meta_int(ddb_playlist_t*,char*,int)
- Fn plt_find_meta_float(ddb_playlist_t*,char*,float)
- Fn void plt_delete_all_meta()
- Fn DB_playItem_t plt_insert_item()
- Fn plt_set_item_duration(ddb_playlist_t*,DB_playItem_t*,float)
- Fn int plt_remove_item()
- Fn int plt_getselcount()
- Fn float plt_get_totaltime()
- Fn plt_get_item_count(ddb_playlist_t*,int)
- Fn int plt_delete_selected()
- Fn plt_set_cursor(ddb_playlist_t*,int,int)
- Fn plt_get_cursor(ddb_playlist_t*,int)
- Fn void plt_select_all()
- Fn void plt_crop_selected()
- Fn plt_get_first(ddb_playlist_t*,int)
- Fn plt_get_last(ddb_playlist_t*,int)
- Fn plt_get_item_for_idx(ddb_playlist_t*,int,int)
- Fn plt_move_items(ddb_playlist_t*,int,ddb_playlist_t*,DB_playItem_t*,uint32_t*,int)
- Fn plt_copy_items(ddb_playlist_t*,int,ddb_playlist_t*,DB_playItem_t*,uint32_t*,int)
- Fn void plt_search_reset()
- Fn plt_search_process(ddb_playlist_t*,char*)
- Fn plt_sort(ddb_playlist_t*,int,int,char*,int)
- Fn plt_insert_cue_from_buffer(ddb_playlist_t*,DB_playItem_t*,DB_playItem_t*,uint8_t*,int,int,int)
- Fn plt_insert_cue(ddb_playlist_t*,DB_playItem_t*,DB_playItem_t*,int,int)
- Fn void pl_lock(void)
- Fn void pl_unlock(void)
- Fn DB_playItem_t pl_item_alloc(void)
- Fn DB_playItem_t pl_item_alloc_init(char*,char*)
- Fn void pl_item_ref()
- Fn void pl_item_unref()
- Fn void pl_item_copy()
- Fn int pl_add_files_begin()
- Fn void pl_add_files_end(void)
- Fn int pl_get_idx_of()
- Fn pl_get_idx_of_iter(DB_playItem_t*,int)
- Fn DB_playItem_t pl_get_for_idx(int)
- Fn DB_playItem_t pl_get_for_idx_and_iter(int,int)
- Fn float pl_get_totaltime(void)
- Fn int pl_getcount(int)
- Fn int pl_delete_selected(void)
- Fn void pl_set_cursor(int,int)
- Fn int pl_get_cursor(int)
- Fn void pl_crop_selected(void)
- Fn int pl_getselcount(void)
- Fn DB_playItem_t pl_get_first(int)
- Fn DB_playItem_t pl_get_last(int)
- Fn pl_set_selected(DB_playItem_t*,int)
- Fn int pl_is_selected()
- Fn int pl_save_current(void)
- Fn int pl_save_all(void)
- Fn void pl_select_all(void)
- Fn pl_get_next(DB_playItem_t*,int)
- Fn pl_get_prev(DB_playItem_t*,int)
- Fn pl_format_title(DB_playItem_t*,int,char*,int,int,char*)
- Fn pl_format_title_escaped(DB_playItem_t*,int,char*,int,int,char*)
- Fn void pl_format_time(float,char*,int)
- Fn ddb_playlist_t pl_get_playlist()
- Fn DB_metaInfo_t pl_get_metadata_head()
- Fn void pl_delete_metadata()
- Fn pl_add_meta(DB_playItem_t*,char*,char*)
- Fn pl_append_meta(DB_playItem_t*,char*,char*)
- Fn pl_set_meta_int(DB_playItem_t*,char*,int)
- Fn pl_set_meta_float(DB_playItem_t*,char*,float)
- Fn pl_delete_meta(DB_playItem_t*,char*)
- Fn pl_find_meta(DB_playItem_t*,char*)
- Fn pl_find_meta_int(DB_playItem_t*,char*,int)
- Fn pl_find_meta_float(DB_playItem_t*,char*,float)
- Fn pl_replace_meta(DB_playItem_t*,char*,char*)
- Fn void pl_delete_all_meta()
- Fn float pl_get_item_duration()
- Fn uint32_t pl_get_item_flags()
- Fn pl_set_item_flags(DB_playItem_t*,uint32_t)
- Fn void pl_items_copy_junk()
- Fn pl_set_item_replaygain(DB_playItem_t*,int,float)
- Fn pl_get_item_replaygain(DB_playItem_t*,int)
- Fn int pl_playqueue_push()
- Fn void pl_playqueue_clear(void)
- Fn void pl_playqueue_pop(void)
- Fn void pl_playqueue_remove()
- Fn int pl_playqueue_test()
- Fn void volume_set_db(float)
- Fn float volume_get_db(void)
- Fn void volume_set_amp(float)
- Fn float volume_get_amp(void)
- Fn float volume_get_min_db(void)
- Fn int junk_id3v1_read()
- Fn int junk_id3v1_find()
- Fn junk_id3v1_write(FILE*,DB_playItem_t*,char*)
- Fn junk_id3v2_find(DB_FILE*,int*)
- Fn int junk_id3v2_read()
- Fn int junk_id3v2_read_full()
- Fn int junk_id3v2_convert_24_to_23()
- Fn int junk_id3v2_convert_23_to_24()
- Fn int junk_id3v2_convert_22_to_24()
- Fn void junk_id3v2_free()
- Fn int junk_id3v2_write()
- Fn junk_id3v2_add_text_frame(DB_id3v2_tag_t*,char*,char*)
- Fn junk_id3v2_remove_frames(DB_id3v2_tag_t*,char*)
- Fn int junk_apev2_read()
- Fn junk_apev2_read_mem(DB_playItem_t*,char*,int)
- Fn int junk_apev2_read_full()
- Fn junk_apev2_read_full_mem(DB_playItem_t*,DB_apev2_tag_t*,char*,int)
- Fn int junk_apev2_find()
- Fn junk_apev2_remove_frames(DB_apev2_tag_t*,char*)
- Fn junk_apev2_add_text_frame(DB_apev2_tag_t*,char*,char*)
- Fn void junk_apev2_free()
- Fn junk_apev2_write(FILE*,DB_apev2_tag_t*,int,int)
- Fn int junk_get_leading_size()
- Fn int junk_get_leading_size_stdio()
- Fn void junk_copy()
- Fn char junk_detect_charset(char*)
- Fn int junk_recode(char*,int,char*,int,char*)
- Fn int junk_iconv(char*,int,char*,int,char*,char*)
- Fn junk_rewrite_tags(DB_playItem_t*,uint32_t,int,char*)
- Fn DB_FILE fopen(char*)
- Fn void fclose()
- Fn size_t fread(void*,size_t,size_t,DB_FILE*)
- Fn fseek(DB_FILE*,int64_t,int)
- Fn int64_t ftell()
- Fn void rewind()
- Fn int64_t fgetlength()
- Fn char fget_content_type()
- Fn void fset_track()
- Fn void fabort()
- Fn sendmessage(uint32_t*,uintptr_t,uint32_t,uint32_t)
- Fn event_alloc(uint32_t*)
- Fn void event_free()
- Fn event_send(ddb_event_t*,uint32_t,uint32_t)
- Fn void conf_lock(void)
- Fn void conf_unlock(void)
- Fn char conf_get_str_fast(char*,char*)
- Fn void conf_get_str(char*,char*,char*,int)
- Fn float conf_get_float(char*,float)
- Fn int conf_get_int(char*,int)
- Fn int64_t conf_get_int64(char*,int64_t)
- Fn void conf_set_str(char*,char*)
- Fn void conf_set_int(char*,int)
- Fn void conf_set_int64(char*,int64_t)
- Fn void conf_set_float(char*,float)
- Fn DB_conf_item_t conf_find(char*,DB_conf_item_t*)
- Fn void conf_remove_items(char*)
- Fn int conf_save(void)
- Fn DB_decoder_s plug_get_decoder_list(void)
- Fn DB_vfs_s plug_get_vfs_list(void)
- Fn DB_output_s plug_get_output_list(void)
- Fn DB_dsp_s plug_get_dsp_list(void)
- Fn DB_playlist_s plug_get_playlist_list(void)
- Fn DB_plugin_s plug_get_list(void)
- Fn char plug_get_gui_names(void)
- Fn char plug_get_decoder_id(char*)
- Fn void plug_remove_decoder_id(char*)
- Fn DB_plugin_s plug_get_for_id(char*)
- Fn int is_local_file(char*)
- Fn int pcm_convert(ddb_waveformat_t*,char*,ddb_waveformat_t*,char*,int)
- Fn int dsp_preset_load(char*,ddb_dsp_context_s*)
- Fn int dsp_preset_save(char*,ddb_dsp_context_s*)
- Fn void dsp_preset_free(ddb_dsp_context_s*)
- Fn ddb_playlist_t plt_alloc(char*)
- Fn void plt_free()
- Fn plt_set_fast_mode(ddb_playlist_t*,int)
- Fn int plt_is_fast_mode()
- Fn char metacache_add_string(char*)
- Fn void metacache_remove_string(char*)
- Fn void metacache_ref(char*)
- Fn void metacache_unref(char*)
- Fn pl_find_meta_raw(DB_playItem_t*,char*)
- Fn int streamer_dsp_chain_save(void)
- Fn pl_get_meta(DB_playItem_t*,char*,char*,int)
- Fn pl_get_meta_raw(DB_playItem_t*,char*,char*,int)
- Fn plt_get_meta(ddb_playlist_t*,char*,char*,int)
- Fn pl_meta_exists(DB_playItem_t*,char*)
- > T DB_functions_t
- > E ?
-
>
S
DB_plugin_s
- V int32_t type
- V int16_t api_vmajor
- V int16_t api_vminor
- V int16_t version_major
- V int16_t version_minor
- V uint32_t flags
- V uint32_t reserved1
- V uint32_t reserved2
- V uint32_t reserved3
- V char id
- V char name
- V char descr
- V char copyright
- V char website
- Fn int command(int)
- Fn int start(void)
- Fn int stop(void)
- Fn int connect(void)
- Fn int disconnect(void)
- Fn int exec_cmdline(char*,int)
- Fn DB_plugin_action_t get_actions()
- Fn message(uint32_t*,uintptr_t,uint32_t,uint32_t)
- V char configdialog
- > T DB_plugin_t
-
>
E
?
- Cn DDB_SPEAKER_FRONT_LEFT
- Cn DDB_SPEAKER_FRONT_RIGHT
- Cn DDB_SPEAKER_FRONT_CENTER
- Cn DDB_SPEAKER_LOW_FREQUENCY
- Cn DDB_SPEAKER_BACK_LEFT
- Cn DDB_SPEAKER_BACK_RIGHT
- Cn DDB_SPEAKER_FRONT_LEFT_OF_CENTER
- Cn DDB_SPEAKER_FRONT_RIGHT_OF_CENTER
- Cn DDB_SPEAKER_BACK_CENTER
- Cn DDB_SPEAKER_SIDE_LEFT
- Cn DDB_SPEAKER_SIDE_RIGHT
- Cn DDB_SPEAKER_TOP_CENTER
- Cn DDB_SPEAKER_TOP_FRONT_LEFT
- Cn DDB_SPEAKER_TOP_FRONT_CENTER
- Cn DDB_SPEAKER_TOP_FRONT_RIGHT
- Cn DDB_SPEAKER_TOP_BACK_LEFT
- Cn DDB_SPEAKER_TOP_BACK_CENTER
- Cn DDB_SPEAKER_TOP_BACK_RIGHT
- > T DB_fileinfo_t
- > E ?
-
>
S
DB_decoder_s
- V DB_plugin_t plugin
- Fn open(uint32_t*)
- Fn int init()
- Fn void free()
- Fn read(DB_fileinfo_t*,char*,int)
- Fn seek(DB_fileinfo_t*,float)
- Fn seek_sample(DB_fileinfo_t*,int)
- Fn insert(ddb_playlist_t*,DB_playItem_t*,char*)
- Fn int numvoices()
- Fn mutevoice(DB_fileinfo_t*,int,int)
- Fn int read_metadata()
- Fn int write_metadata()
- V char exts
- V char prefixes
- > T DB_decoder_t
- > S DB_output_s
- > T DB_output_t
-
>
S
DB_dsp_s
- V DB_plugin_t plugin
- Fn ddb_dsp_context_t open(void)
- Fn void close()
- Fn process(ddb_dsp_context_t*,float*,int,int,ddb_waveformat_t*,float*)
- Fn void reset()
- Fn int num_params(void)
- Fn char get_param_name(int)
- Fn set_param(ddb_dsp_context_t*,int,char*)
- Fn get_param(ddb_dsp_context_t*,int,char*,int)
- V char configdialog
- Fn int can_bypass()
- > T DB_dsp_t
- > S ?
- > T DB_misc_t
-
>
S
DB_vfs_s
- V DB_plugin_t plugin
- Fn char get_schemes(void)
- Fn int is_streaming(void)
- Fn int is_container(char*)
- Fn void abort()
- Fn DB_FILE open(char*)
- Fn void close()
- Fn size_t read(void*,size_t,size_t,DB_FILE*)
- Fn seek(DB_FILE*,int64_t,int)
- Fn int64_t tell()
- Fn void rewind()
- Fn int64_t getlength()
- Fn char get_content_type()
- Fn void set_track()
- Fn int scandir(char*,dirent*,,)
- > T DB_vfs_t
- > S ?
- > T ddb_dialog_t
-
>
E
?
- Cn ddb_button_ok
- Cn ddb_button_cancel
- Cn ddb_button_close
- Cn ddb_button_apply
- Cn ddb_button_yes
- Cn ddb_button_no
- Cn ddb_button_max
- > T DB_gui_t
- > S DB_playlist_s
- > T DB_playlist_t
deadbeef.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
/* deadbeef.h -- plugin API of the DeaDBeeF audio player http://deadbeef.sourceforge.net Copyright (C) 2009-2012 Alexey Yakovenko This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Note: DeaDBeeF player itself uses different license */ #ifndef __DEADBEEF_H #define __DEADBEEF_H #include <stdint.h> #include <time.h> #include <stdio.h> #include <dirent.h> #ifdef __cplusplus extern "C" { #endif // every plugin must define following entry-point: // extern "C" DB_plugin_t* $MODULENAME_load (DB_functions_t *api); // where $MODULENAME is a name of module // e.g. if your plugin is called "myplugin.so", $MODULENAME is "myplugin" // this function should return pointer to DB_plugin_t structure // that is enough for both static and dynamic modules // add DDB_REQUIRE_API_VERSION(x,y) macro when you define plugin structure // like this: // static DB_decoder_t plugin = { // DDB_REQUIRE_API_VERSION(1,0) // ............ // } // this is required for versioning // if you don't do it -- no version checking will be done (useful for // debugging/development) // your plugin will be accepted in all releases with API major version 'x', // and minor version 'y' and up. // increments in major version number mean that there are API breaks, and // plugins must be recompiled to be compatible // // please DON'T release plugins without version requirement // api version history: // 9.9 -- devel // 1.4 -- deadbeef-0.5.5 // 1.3 -- deadbeef-0.5.3 // 1.2 -- deadbeef-0.5.2 // 1.1 -- deadbeef-0.5.1 // adds pass_through method to dsp plugins for optimization purposes // 1.0 -- deadbeef-0.5.0 // 0.10 -- deadbeef-0.4.4-portable-r1 (note: 0.4.4 uses api v0.9) // 0.9 -- deadbeef-0.4.3-portable-build3 // 0.8 -- deadbeef-0.4.2 // 0.7 -- deabdeef-0.4.0 // 0.6 -- deadbeef-0.3.3 // 0.5 -- deadbeef-0.3.2 // 0.4 -- deadbeef-0.3.0 // 0.3 -- deadbeef-0.2.3.2 // 0.2 -- deadbeef-0.2.3 // 0.1 -- deadbeef-0.2.0 #define DB_API_VERSION_MAJOR 1 #define DB_API_VERSION_MINOR 4 #define DDB_PLUGIN_SET_API_VERSION\ .plugin.api_vmajor = DB_API_VERSION_MAJOR,\ .plugin.api_vminor = DB_API_VERSION_MINOR, // backwards compat macro #define DB_PLUGIN_SET_API_VERSION DDB_PLUGIN_SET_API_VERSION #define DDB_REQUIRE_API_VERSION(x,y)\ .plugin.api_vmajor = x,\ .plugin.api_vminor = y, #define MAX_DECODER_PLUGINS 50 //////////////////////////// // playlist structures // that's a good candidate for redesign // short explanation: PL_MAIN and PL_SEARCH are used as "iter" argument in // playlist functions, to reference main or search playlist, respectively #define PL_MAIN 0 #define PL_SEARCH 1 enum { DDB_IS_SUBTRACK = (1<<0), // file is not single-track, might have metainfo in external file DDB_IS_READONLY = (1<<1), // check this flag to block tag writing (e.g. in iso.wv) DDB_HAS_EMBEDDED_CUESHEET = (1<<2), DDB_TAG_ID3V1 = (1<<8), DDB_TAG_ID3V22 = (1<<9), DDB_TAG_ID3V23 = (1<<10), DDB_TAG_ID3V24 = (1<<11), DDB_TAG_APEV2 = (1<<12), DDB_TAG_VORBISCOMMENTS = (1<<13), DDB_TAG_CUESHEET = (1<<14), DDB_TAG_ICY = (1<<15), DDB_TAG_ITUNES = (1<<16), DDB_TAG_MASK = 0x000fff00 }; // playlist item // these are "public" fields, available to plugins typedef struct DB_playItem_s { int startsample; // start sample of track, or -1 for auto int endsample; // end sample of track, or -1 for auto int shufflerating; // sort order for shuffle mode } ddb_playItem_t; typedef ddb_playItem_t DB_playItem_t; typedef struct { } ddb_playlist_t; typedef struct DB_metaInfo_s { struct DB_metaInfo_s *next; const char *key; const char *value; } DB_metaInfo_t; // FIXME: that needs to be in separate plugin #define JUNK_STRIP_ID3V2 1 #define JUNK_STRIP_APEV2 2 #define JUNK_STRIP_ID3V1 4 #define JUNK_WRITE_ID3V2 8 #define JUNK_WRITE_APEV2 16 #define JUNK_WRITE_ID3V1 32 typedef struct DB_id3v2_frame_s { struct DB_id3v2_frame_s *next; char id[5]; uint32_t size; uint8_t flags[2]; uint8_t data[0]; } DB_id3v2_frame_t; typedef struct DB_id3v2_tag_s { uint8_t version[2]; uint8_t flags; DB_id3v2_frame_t *frames; } DB_id3v2_tag_t; typedef struct DB_apev2_frame_s { struct DB_apev2_frame_s *next; uint32_t flags; char key[256]; uint32_t size; // size of data uint8_t data[0]; } DB_apev2_frame_t; typedef struct DB_apev2_tag_s { uint32_t version; uint32_t flags; DB_apev2_frame_t *frames; } DB_apev2_tag_t; // plugin types enum { DB_PLUGIN_DECODER = 1, DB_PLUGIN_OUTPUT = 2, DB_PLUGIN_DSP = 3, DB_PLUGIN_MISC = 4, DB_PLUGIN_VFS = 5, DB_PLUGIN_PLAYLIST = 6, }; // output plugin states enum output_state_t { OUTPUT_STATE_STOPPED = 0, OUTPUT_STATE_PLAYING = 1, OUTPUT_STATE_PAUSED = 2, }; // playback order enum playback_order_t { PLAYBACK_ORDER_LINEAR = 0, PLAYBACK_ORDER_SHUFFLE_TRACKS = 1, PLAYBACK_ORDER_RANDOM = 2, PLAYBACK_ORDER_SHUFFLE_ALBUMS = 3, }; // playback modes enum playback_mode_t { PLAYBACK_MODE_LOOP_ALL = 0, // loop playlist PLAYBACK_MODE_NOLOOP = 1, // don't loop PLAYBACK_MODE_LOOP_SINGLE = 2, // loop single track }; typedef struct { int event; int size; } ddb_event_t; typedef struct { ddb_event_t ev; DB_playItem_t *track; float playtime; // for SONGFINISHED event -- for how many seconds track was playing time_t started_timestamp; // time when "track" started playing } ddb_event_track_t; typedef struct { ddb_event_t ev; DB_playItem_t *from; DB_playItem_t *to; float playtime; // for SONGCHANGED event -- for how many seconds prev track was playing time_t started_timestamp; // time when "from" started playing } ddb_event_trackchange_t; typedef struct { ddb_event_t ev; int state; } ddb_event_state_t; typedef struct { ddb_event_t ev; DB_playItem_t *track; float playpos; } ddb_event_playpos_t; typedef struct DB_conf_item_s { char *key; char *value; struct DB_conf_item_s *next; } DB_conf_item_t; // event callback type typedef int (*DB_callback_t)(ddb_event_t *, uintptr_t data); // events enum { DB_EV_NEXT = 1, // switch to next track DB_EV_PREV = 2, // switch to prev track DB_EV_PLAY_CURRENT = 3, // play current track (will start/unpause if stopped or paused) DB_EV_PLAY_NUM = 4, // play track nr. p1 DB_EV_STOP = 5, // stop current track DB_EV_PAUSE = 6, // pause playback DB_EV_PLAY_RANDOM = 7, // play random track DB_EV_TERMINATE = 8, // must be sent to player thread to terminate DB_EV_PLAYLIST_REFRESH = 9, // save and redraw current playlist DB_EV_REINIT_SOUND = 10, // reinitialize sound output with current output_plugin config value DB_EV_CONFIGCHANGED = 11, // one or more config options were changed DB_EV_TOGGLE_PAUSE = 12, DB_EV_ACTIVATED = 13, // will be fired every time player is activated DB_EV_PAUSED = 14, // player was paused or unpaused DB_EV_PLAYLISTCHANGED = 15, // playlist contents were changed DB_EV_VOLUMECHANGED = 16, // volume was changed DB_EV_OUTPUTCHANGED = 17, // sound output plugin changed DB_EV_PLAYLISTSWITCHED = 18, // playlist switch occured DB_EV_SEEK = 19, // seek current track to position p1 (ms) DB_EV_ACTIONSCHANGED = 20, // plugin actions were changed, e.g. for reinitializing gui DB_EV_DSPCHAINCHANGED = 21, // emitted when any parameter of the main dsp chain has been changed DB_EV_FIRST = 1000, DB_EV_SONGCHANGED = 1000, // current song changed from one to another, ctx=ddb_event_trackchange_t DB_EV_SONGSTARTED = 1001, // song started playing, ctx=ddb_event_track_t DB_EV_SONGFINISHED = 1002, // song finished playing, ctx=ddb_event_track_t DB_EV_TRACKINFOCHANGED = 1004, // trackinfo was changed (included medatata and playback status), ctx=ddb_event_track_t DB_EV_SEEKED = 1005, // seek happened, ctx=ddb_event_playpos_t DB_EV_MAX }; // preset columns, working using IDs // DON'T add new ids in range 2-7, they are reserved for backwards compatibility enum pl_column_t { DB_COLUMN_FILENUMBER = 0, DB_COLUMN_PLAYING = 1, DB_COLUMN_ALBUM_ART = 8, }; // replaygain constants enum { DDB_REPLAYGAIN_ALBUMGAIN, DDB_REPLAYGAIN_ALBUMPEAK, DDB_REPLAYGAIN_TRACKGAIN, DDB_REPLAYGAIN_TRACKPEAK, }; // sort order constants enum ddb_sort_order_t { DDB_SORT_DESCENDING, DDB_SORT_ASCENDING, DDB_SORT_RANDOM, // available since API 1.3 }; // typecasting macros #define DB_PLUGIN(x) ((DB_plugin_t *)(x)) #define DB_CALLBACK(x) ((DB_callback_t)(x)) #define DB_EVENT(x) ((ddb_event_t *)(x)) #define DB_PLAYITEM(x) ((DB_playItem_t *)(x)) // FILE object wrapper for vfs access typedef struct { struct DB_vfs_s *vfs; } DB_FILE; // md5 calc control structure (see md5/md5.h) typedef struct DB_md5_s { char data[88]; } DB_md5_t; typedef struct { int bps; int channels; int samplerate; uint32_t channelmask; int is_float; // bps must be 32 if this is true int is_bigendian; } ddb_waveformat_t; // forward decl for plugin struct struct DB_plugin_s; // player api definition typedef struct { // versioning int vmajor; int vminor; // md5sum calc void (*md5) (uint8_t sig[16], const char *in, int len); void (*md5_to_str) (char *str, const uint8_t sig[16]); void (*md5_init)(DB_md5_t *s); void (*md5_append)(DB_md5_t *s, const uint8_t *data, int nbytes); void (*md5_finish)(DB_md5_t *s, uint8_t digest[16]); // playback control struct DB_output_s* (*get_output) (void); float (*playback_get_pos) (void); // [0..100] void (*playback_set_pos) (float pos); // [0..100] // streamer access DB_playItem_t *(*streamer_get_playing_track) (void); DB_playItem_t *(*streamer_get_streaming_track) (void); float (*streamer_get_playpos) (void); int (*streamer_ok_to_read) (int len); void (*streamer_reset) (int full); int (*streamer_read) (char *bytes, int size); void (*streamer_set_bitrate) (int bitrate); int (*streamer_get_apx_bitrate) (void); struct DB_fileinfo_s *(*streamer_get_current_fileinfo) (void); int (*streamer_get_current_playlist) (void); struct ddb_dsp_context_s * (*streamer_get_dsp_chain) (void); void (*streamer_set_dsp_chain) (struct ddb_dsp_context_s *chain); void (*streamer_dsp_refresh) (void); // call after changing parameters // system folders // normally functions will return standard folders derived from --prefix // portable version will return pathes specified in comments below const char *(*get_config_dir) (void); // installdir/config | $XDG_CONFIG_HOME/.config/deadbeef const char *(*get_prefix) (void); // installdir | PREFIX const char *(*get_doc_dir) (void); // installdir/doc | DOCDIR const char *(*get_plugin_dir) (void); // installdir/plugins | LIBDIR/deadbeef const char *(*get_pixmap_dir) (void); // installdir/pixmaps | PREFIX "/share/deadbeef/pixmaps" // process control void (*quit) (void); // threading intptr_t (*thread_start) (void (*fn)(void *ctx), void *ctx); intptr_t (*thread_start_low_priority) (void (*fn)(void *ctx), void *ctx); int (*thread_join) (intptr_t tid); int (*thread_detach) (intptr_t tid); void (*thread_exit) (void *retval); uintptr_t (*mutex_create) (void); uintptr_t (*mutex_create_nonrecursive) (void); void (*mutex_free) (uintptr_t mtx); int (*mutex_lock) (uintptr_t mtx); int (*mutex_unlock) (uintptr_t mtx); uintptr_t (*cond_create) (void); void (*cond_free) (uintptr_t cond); int (*cond_wait) (uintptr_t cond, uintptr_t mutex); int (*cond_signal) (uintptr_t cond); int (*cond_broadcast) (uintptr_t cond); /////// playlist management ////// void (*plt_ref) (ddb_playlist_t *plt); void (*plt_unref) (ddb_playlist_t *plt); // total number of playlists int (*plt_get_count) (void); // 1st item in playlist nr. 'plt' DB_playItem_t * (*plt_get_head) (int plt); // nr. of selected items in playlist nr. 'plt' int (*plt_get_sel_count) (int plt); // add new playlist into position before nr. 'before', with title='title' // returns index of new playlist int (*plt_add) (int before, const char *title); // remove playlist nr. plt void (*plt_remove) (int plt); // clear playlist void (*plt_clear) (ddb_playlist_t *plt); void (*pl_clear) (void); // set current playlist void (*plt_set_curr) (ddb_playlist_t *plt); void (*plt_set_curr_idx) (int plt); // get current playlist // note: caller is responsible to call plt_unref after using pointer // returned by plt_get_curr ddb_playlist_t *(*plt_get_curr) (void); int (*plt_get_curr_idx) (void); // move playlist nr. 'from' into position before nr. 'before', where // before=-1 means last position void (*plt_move) (int from, int before); // playlist saving and loading DB_playItem_t * (*plt_load) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); int (*plt_save) (ddb_playlist_t *plt, DB_playItem_t *first, DB_playItem_t *last, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); ddb_playlist_t *(*plt_get_for_idx) (int idx); int (*plt_get_title) (ddb_playlist_t *plt, char *buffer, int bufsize); int (*plt_set_title) (ddb_playlist_t *plt, const char *title); // increments modification index void (*plt_modified) (ddb_playlist_t *handle); // returns modication index // the index is incremented by 1 every time playlist changes int (*plt_get_modification_idx) (ddb_playlist_t *handle); // return index of an item in specified playlist, or -1 if not found int (*plt_get_item_idx) (ddb_playlist_t *plt, DB_playItem_t *it, int iter); // playlist metadata // this kind of metadata is stored in playlist (dbpl) files void (*plt_add_meta) (ddb_playlist_t *handle, const char *key, const char *value); void (*plt_replace_meta) (ddb_playlist_t *handle, const char *key, const char *value); void (*plt_append_meta) (ddb_playlist_t *handle, const char *key, const char *value); void (*plt_set_meta_int) (ddb_playlist_t *handle, const char *key, int value); void (*plt_set_meta_float) (ddb_playlist_t *handle, const char *key, float value); // plt_find_meta must always be used in the pl_lock/unlock block const char *(*plt_find_meta) (ddb_playlist_t *handle, const char *key); DB_metaInfo_t * (*plt_get_metadata_head) (ddb_playlist_t *handle); // returns head of metadata linked list void (*plt_delete_metadata) (ddb_playlist_t *handle, DB_metaInfo_t *meta); int (*plt_find_meta_int) (ddb_playlist_t *handle, const char *key, int def); float (*plt_find_meta_float) (ddb_playlist_t *handle, const char *key, float def); void (*plt_delete_all_meta) (ddb_playlist_t *handle); // operating on playlist items DB_playItem_t * (*plt_insert_item) (ddb_playlist_t *playlist, DB_playItem_t *after, DB_playItem_t *it); DB_playItem_t * (*plt_insert_file) (ddb_playlist_t *playlist, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); DB_playItem_t *(*plt_insert_dir) (ddb_playlist_t *plt, DB_playItem_t *after, const char *dirname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); void (*plt_set_item_duration) (ddb_playlist_t *plt, DB_playItem_t *it, float duration); int (*plt_remove_item) (ddb_playlist_t *playlist, DB_playItem_t *it); int (*plt_getselcount) (ddb_playlist_t *playlist); float (*plt_get_totaltime) (ddb_playlist_t *plt); int (*plt_get_item_count) (ddb_playlist_t *plt, int iter); int (*plt_delete_selected) (ddb_playlist_t *plt); void (*plt_set_cursor) (ddb_playlist_t *plt, int iter, int cursor); int (*plt_get_cursor) (ddb_playlist_t *plt, int iter); void (*plt_select_all) (ddb_playlist_t *plt); void (*plt_crop_selected) (ddb_playlist_t *plt); DB_playItem_t *(*plt_get_first) (ddb_playlist_t *plt, int iter); DB_playItem_t *(*plt_get_last) (ddb_playlist_t *plt, int iter); DB_playItem_t * (*plt_get_item_for_idx) (ddb_playlist_t *playlist, int idx, int iter); void (*plt_move_items) (ddb_playlist_t *to, int iter, ddb_playlist_t *from, DB_playItem_t *drop_before, uint32_t *indexes, int count); void (*plt_copy_items) (ddb_playlist_t *to, int iter, ddb_playlist_t * from, DB_playItem_t *before, uint32_t *indices, int cnt); void (*plt_search_reset) (ddb_playlist_t *plt); void (*plt_search_process) (ddb_playlist_t *plt, const char *text); void (*plt_sort) (ddb_playlist_t *plt, int iter, int id, const char *format, int order); // add files and folders to current playlist int (*plt_add_file) (ddb_playlist_t *plt, const char *fname, int (*cb)(DB_playItem_t *it, void *data), void *user_data); int (*plt_add_dir) (ddb_playlist_t *plt, const char *dirname, int (*cb)(DB_playItem_t *it, void *data), void *user_data); // cuesheet support DB_playItem_t *(*plt_insert_cue_from_buffer) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate); DB_playItem_t * (*plt_insert_cue) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, int numsamples, int samplerate); // playlist locking void (*pl_lock) (void); void (*pl_unlock) (void); // playlist tracks access DB_playItem_t * (*pl_item_alloc) (void); DB_playItem_t * (*pl_item_alloc_init) (const char *fname, const char *decoder_id); void (*pl_item_ref) (DB_playItem_t *it); void (*pl_item_unref) (DB_playItem_t *it); void (*pl_item_copy) (DB_playItem_t *out, DB_playItem_t *in); // this function may return -1 if it is not possible to add files right now. // caller must cancel operation in this case, or wait until previous add // finishes int (*pl_add_files_begin) (ddb_playlist_t *plt); // end must be called when add files operation is finished void (*pl_add_files_end) (void); // most of this functions are self explanatory // if you don't get what they do -- look in the code // NOTE: many of pl_* functions, especially the ones that operate on current // playlist, are going to be nuked somewhere around 0.6 release, in favor of // more explicit plt_* family. // they are marked with DEPRECATED comment // DEPRECATED: please use plt_get_item_idx int (*pl_get_idx_of) (DB_playItem_t *it); int (*pl_get_idx_of_iter) (DB_playItem_t *it, int iter); // DEPRECATED: please use plt_get_item_for_idx DB_playItem_t * (*pl_get_for_idx) (int idx); DB_playItem_t * (*pl_get_for_idx_and_iter) (int idx, int iter); // DEPRECATED: please use plt_get_totaltime float (*pl_get_totaltime) (void); // DEPRECATED: please use plt_get_item_count int (*pl_getcount) (int iter); // DEPRECATED: please use plt_delete_selected int (*pl_delete_selected) (void); // DEPRECATED: please use plt_set_cursor void (*pl_set_cursor) (int iter, int cursor); // DEPRECATED: please use plt_get_cursor int (*pl_get_cursor) (int iter); // DEPRECATED: please use plt_crop_selected void (*pl_crop_selected) (void); // DEPRECATED: please use plt_getselcount int (*pl_getselcount) (void); // DEPRECATED: please use plt_get_first DB_playItem_t *(*pl_get_first) (int iter); // DEPRECATED: please use plt_get_last DB_playItem_t *(*pl_get_last) (int iter); void (*pl_set_selected) (DB_playItem_t *it, int sel); int (*pl_is_selected) (DB_playItem_t *it); int (*pl_save_current) (void); int (*pl_save_all) (void); void (*pl_select_all) (void); DB_playItem_t *(*pl_get_next) (DB_playItem_t *it, int iter); DB_playItem_t *(*pl_get_prev) (DB_playItem_t *it, int iter); /* this function formats line for display in playlist @it pointer to playlist item @idx number of that item in playlist (or -1) @s output buffer @size size of output buffer @id one of IDs defined in pl_column_id_t enum, can be -1 @fmt format string, used if id is -1 format is printf-alike. specification: %a artist %t title %b album %B band / album artist %n track %l length (duration) %y year %g genre %c comment %r copyright %T tags %f filename without path %F full pathname/uri %d directory without path (e.g. /home/user/file.mp3 -> user) %D directory name with full path (e.g. /home/user/file.mp3 -> /home/user) more to come */ int (*pl_format_title) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt); // _escaped version wraps all conversions with '' and replaces every ' in conversions with \' int (*pl_format_title_escaped) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt); void (*pl_format_time) (float t, char *dur, int size); // find which playlist the specified item belongs to, returns NULL if none ddb_playlist_t * (*pl_get_playlist) (DB_playItem_t *it); // direct access to metadata structures // not thread-safe, make sure to wrap with pl_lock/pl_unlock DB_metaInfo_t * (*pl_get_metadata_head) (DB_playItem_t *it); // returns head of metadata linked list void (*pl_delete_metadata) (DB_playItem_t *it, DB_metaInfo_t *meta); // high-level access to metadata void (*pl_add_meta) (DB_playItem_t *it, const char *key, const char *value); void (*pl_append_meta) (DB_playItem_t *it, const char *key, const char *value); void (*pl_set_meta_int) (DB_playItem_t *it, const char *key, int value); void (*pl_set_meta_float) (DB_playItem_t *it, const char *key, float value); void (*pl_delete_meta) (DB_playItem_t *it, const char *key); // this function is not thread-safe // make sure to wrap it with pl_lock/pl_unlock block const char *(*pl_find_meta) (DB_playItem_t *it, const char *key); // following functions are thread-safe int (*pl_find_meta_int) (DB_playItem_t *it, const char *key, int def); float (*pl_find_meta_float) (DB_playItem_t *it, const char *key, float def); void (*pl_replace_meta) (DB_playItem_t *it, const char *key, const char *value); void (*pl_delete_all_meta) (DB_playItem_t *it); float (*pl_get_item_duration) (DB_playItem_t *it); uint32_t (*pl_get_item_flags) (DB_playItem_t *it); void (*pl_set_item_flags) (DB_playItem_t *it, uint32_t flags); void (*pl_items_copy_junk)(DB_playItem_t *from, DB_playItem_t *first, DB_playItem_t *last); // idx is one of DDB_REPLAYGAIN_* constants void (*pl_set_item_replaygain) (DB_playItem_t *it, int idx, float value); float (*pl_get_item_replaygain) (DB_playItem_t *it, int idx); // playqueue support int (*pl_playqueue_push) (DB_playItem_t *it); void (*pl_playqueue_clear) (void); void (*pl_playqueue_pop) (void); void (*pl_playqueue_remove) (DB_playItem_t *it); int (*pl_playqueue_test) (DB_playItem_t *it); // volume control void (*volume_set_db) (float dB); float (*volume_get_db) (void); void (*volume_set_amp) (float amp); float (*volume_get_amp) (void); float (*volume_get_min_db) (void); // junk reading/writing int (*junk_id3v1_read) (DB_playItem_t *it, DB_FILE *fp); int (*junk_id3v1_find) (DB_FILE *fp); int (*junk_id3v1_write) (FILE *fp, DB_playItem_t *it, const char *enc); int (*junk_id3v2_find) (DB_FILE *fp, int *psize); int (*junk_id3v2_read) (DB_playItem_t *it, DB_FILE *fp); int (*junk_id3v2_read_full) (DB_playItem_t *it, DB_id3v2_tag_t *tag, DB_FILE *fp); int (*junk_id3v2_convert_24_to_23) (DB_id3v2_tag_t *tag24, DB_id3v2_tag_t *tag23); int (*junk_id3v2_convert_23_to_24) (DB_id3v2_tag_t *tag23, DB_id3v2_tag_t *tag24); int (*junk_id3v2_convert_22_to_24) (DB_id3v2_tag_t *tag22, DB_id3v2_tag_t *tag24); void (*junk_id3v2_free) (DB_id3v2_tag_t *tag); int (*junk_id3v2_write) (FILE *file, DB_id3v2_tag_t *tag); DB_id3v2_frame_t *(*junk_id3v2_add_text_frame) (DB_id3v2_tag_t *tag, const char *frame_id, const char *value); int (*junk_id3v2_remove_frames) (DB_id3v2_tag_t *tag, const char *frame_id); int (*junk_apev2_read) (DB_playItem_t *it, DB_FILE *fp); int (*junk_apev2_read_mem) (DB_playItem_t *it, char *mem, int size); int (*junk_apev2_read_full) (DB_playItem_t *it, DB_apev2_tag_t *tag_store, DB_FILE *fp); int (*junk_apev2_read_full_mem) (DB_playItem_t *it, DB_apev2_tag_t *tag_store, char *mem, int memsize); int (*junk_apev2_find) (DB_FILE *fp, int32_t *psize, uint32_t *pflags, uint32_t *pnumitems); int (*junk_apev2_remove_frames) (DB_apev2_tag_t *tag, const char *frame_id); DB_apev2_frame_t * (*junk_apev2_add_text_frame) (DB_apev2_tag_t *tag, const char *frame_id, const char *value); void (*junk_apev2_free) (DB_apev2_tag_t *tag); int (*junk_apev2_write) (FILE *fp, DB_apev2_tag_t *tag, int write_header, int write_footer); int (*junk_get_leading_size) (DB_FILE *fp); int (*junk_get_leading_size_stdio) (FILE *fp); void (*junk_copy) (DB_playItem_t *from, DB_playItem_t *first, DB_playItem_t *last); const char * (*junk_detect_charset) (const char *s); int (*junk_recode) (const char *in, int inlen, char *out, int outlen, const char *cs); int (*junk_iconv) (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out); int (*junk_rewrite_tags) (DB_playItem_t *it, uint32_t flags, int id3v2_version, const char *id3v1_encoding); // vfs DB_FILE* (*fopen) (const char *fname); void (*fclose) (DB_FILE *f); size_t (*fread) (void *ptr, size_t size, size_t nmemb, DB_FILE *stream); int (*fseek) (DB_FILE *stream, int64_t offset, int whence); int64_t (*ftell) (DB_FILE *stream); void (*rewind) (DB_FILE *stream); int64_t (*fgetlength) (DB_FILE *stream); const char *(*fget_content_type) (DB_FILE *stream); void (*fset_track) (DB_FILE *stream, DB_playItem_t *it); void (*fabort) (DB_FILE *stream); // message passing int (*sendmessage) (uint32_t id, uintptr_t ctx, uint32_t p1, uint32_t p2); // convenience functions to send events, uses sendmessage internally ddb_event_t *(*event_alloc) (uint32_t id); void (*event_free) (ddb_event_t *ev); int (*event_send) (ddb_event_t *ev, uint32_t p1, uint32_t p2); // configuration access // // conf_get_str_fast is not thread-safe, and // must only be used from within conf_lock/conf_unlock block // it should be preferred for fast non-blocking lookups // // all the other config access functions are thread safe void (*conf_lock) (void); void (*conf_unlock) (void); const char * (*conf_get_str_fast) (const char *key, const char *def); void (*conf_get_str) (const char *key, const char *def, char *buffer, int buffer_size); float (*conf_get_float) (const char *key, float def); int (*conf_get_int) (const char *key, int def); int64_t (*conf_get_int64) (const char *key, int64_t def); void (*conf_set_str) (const char *key, const char *val); void (*conf_set_int) (const char *key, int val); void (*conf_set_int64) (const char *key, int64_t val); void (*conf_set_float) (const char *key, float val); DB_conf_item_t * (*conf_find) (const char *group, DB_conf_item_t *prev); void (*conf_remove_items) (const char *key); int (*conf_save) (void); // plugin communication struct DB_decoder_s **(*plug_get_decoder_list) (void); struct DB_vfs_s **(*plug_get_vfs_list) (void); struct DB_output_s **(*plug_get_output_list) (void); struct DB_dsp_s **(*plug_get_dsp_list) (void); struct DB_playlist_s **(*plug_get_playlist_list) (void); struct DB_plugin_s **(*plug_get_list) (void); const char **(*plug_get_gui_names) (void); const char * (*plug_get_decoder_id) (const char *id); void (*plug_remove_decoder_id) (const char *id); struct DB_plugin_s *(*plug_get_for_id) (const char *id); // misc utilities int (*is_local_file) (const char *fname); // returns 1 for local filename, 0 otherwise // pcm utilities int (*pcm_convert) (const ddb_waveformat_t * inputfmt, const char *input, const ddb_waveformat_t *outputfmt, char *output, int inputsize); // dsp preset management int (*dsp_preset_load) (const char *fname, struct ddb_dsp_context_s **head); int (*dsp_preset_save) (const char *fname, struct ddb_dsp_context_s *head); void (*dsp_preset_free) (struct ddb_dsp_context_s *head); // ******* new 1.2 APIs ******** ddb_playlist_t *(*plt_alloc) (const char *title); void (*plt_free) (ddb_playlist_t *plt); void (*plt_set_fast_mode) (ddb_playlist_t *plt, int fast); int (*plt_is_fast_mode) (ddb_playlist_t *plt); const char * (*metacache_add_string) (const char *str); void (*metacache_remove_string) (const char *str); void (*metacache_ref) (const char *str); void (*metacache_unref) (const char *str); // this function must return original un-overriden value (ignoring the keys prefixed with '!') // it's not thread-safe, and must be used under the same conditions as the // pl_find_meta const char *(*pl_find_meta_raw) (DB_playItem_t *it, const char *key); // ******* new 1.3 APIs ******** int (*streamer_dsp_chain_save) (void); // ******* new 1.4 APIs ******** int (*pl_get_meta) (DB_playItem_t *it, const char *key, char *val, int size); int (*pl_get_meta_raw) (DB_playItem_t *it, const char *key, char *val, int size); int (*plt_get_meta) (ddb_playlist_t *handle, const char *key, char *val, int size); // fast way to test if a field exists in playitem int (*pl_meta_exists) (DB_playItem_t *it, const char *key); } DB_functions_t; // NOTE: an item placement must be selected like this // if (flags & DB_ACTION_COMMON) -> main menu, or nowhere, or where GUI plugin wants // basically, to put it into main menu, prefix the item title with the menu name // e.g. title = "File/MyItem" --> this will add the item under File menu // // if (flags & PLAYLIST) -> playlist (tab) context menu // // if (none of the above) -> track context menu enum { /* Action in main menu (or whereever ui prefers) */ DB_ACTION_COMMON = 1 << 0, /* Action allowed for single track */ DB_ACTION_SINGLE_TRACK = 1 << 1, /* Action allowed for multiple tracks at once */ DB_ACTION_ALLOW_MULTIPLE_TRACKS = 1 << 2, /* Action can (and prefer) traverse multiple tracks by itself */ DB_ACTION_CAN_MULTIPLE_TRACKS = 1 << 3, /* Action is inactive */ DB_ACTION_DISABLED = 1 << 4, /* Action for the playlist (tab) */ /* this is new in 0.5.2 (API v1.2) */ DB_ACTION_PLAYLIST = 1 << 5, }; struct DB_plugin_action_s; // userdata type depends on type of action // it must be NULL for DB_ACTION_COMMON // or ddb_playlist_t * for DB_ACTION_PLAYLIST // or ddb_playItem_t * for none of the above (track context menu) typedef int (*DB_plugin_action_callback_t) (struct DB_plugin_action_s *action, void *userdata); #define DDB_ACTION_CALLBACK(x)((int (*)(struct DB_plugin_action_s *action, void *userdata))x) typedef struct DB_plugin_action_s { const char *title; const char *name; uint32_t flags; /** * Function called when user activates menu item * @action pointer to action struct itself * @it pointer to selected playitem for single-track action, * to first playitem for multiple-track action, * or NULL for common action * @returns unused */ DB_plugin_action_callback_t callback; //we have linked list here struct DB_plugin_action_s *next; } DB_plugin_action_t; // base plugin interface typedef struct DB_plugin_s { // type must be one of DB_PLUGIN_ types int32_t type; // api version int16_t api_vmajor; int16_t api_vminor; // plugin version int16_t version_major; int16_t version_minor; uint32_t flags; // currently unused uint32_t reserved1; uint32_t reserved2; uint32_t reserved3; // any of those can be left NULL // though it's much better to fill them with something useful const char *id; // id used for serialization and runtime binding const char *name; // short name const char *descr; // short description (what the plugin is doing) const char *copyright; // copyright notice(s), list of developers, links to original works, etc const char *website; // plugin website // plugin-specific command interface; can be NULL int (*command) (int cmd, ...); // start is called to start plugin; can be NULL int (*start) (void); // stop is called to deinit plugin; can be NULL int (*stop) (void); // connect is called to setup connections between different plugins // it is called after all plugin's start method was executed // can be NULL int (*connect) (void); // opposite of connect, will be called before stop, while all plugins are still // in "started" state int (*disconnect) (void); // exec_cmdline may be called at any moment when user sends commandline to player // can be NULL if plugin doesn't support commandline processing // cmdline is 0-separated list of strings, guaranteed to have 0 at the end // cmdline_size is number of bytes pointed by cmdline int (*exec_cmdline) (const char *cmdline, int cmdline_size); // @returns linked list of actions for the specified track // when it is NULL -- the plugin must return list of all actions DB_plugin_action_t* (*get_actions) (DB_playItem_t *it); // mainloop will call this function for every plugin // so that plugins may handle all events; // can be NULL int (*message) (uint32_t id, uintptr_t ctx, uint32_t p1, uint32_t p2); // plugin configuration dialog is constructed from this data // can be NULL const char *configdialog; } DB_plugin_t; // file format stuff // channel mask - combine following flags to tell streamer which channels are // present in input/output streams enum { DDB_SPEAKER_FRONT_LEFT = 0x1, DDB_SPEAKER_FRONT_RIGHT = 0x2, DDB_SPEAKER_FRONT_CENTER = 0x4, DDB_SPEAKER_LOW_FREQUENCY = 0x8, DDB_SPEAKER_BACK_LEFT = 0x10, DDB_SPEAKER_BACK_RIGHT = 0x20, DDB_SPEAKER_FRONT_LEFT_OF_CENTER = 0x40, DDB_SPEAKER_FRONT_RIGHT_OF_CENTER = 0x80, DDB_SPEAKER_BACK_CENTER = 0x100, DDB_SPEAKER_SIDE_LEFT = 0x200, DDB_SPEAKER_SIDE_RIGHT = 0x400, DDB_SPEAKER_TOP_CENTER = 0x800, DDB_SPEAKER_TOP_FRONT_LEFT = 0x1000, DDB_SPEAKER_TOP_FRONT_CENTER = 0x2000, DDB_SPEAKER_TOP_FRONT_RIGHT = 0x4000, DDB_SPEAKER_TOP_BACK_LEFT = 0x8000, DDB_SPEAKER_TOP_BACK_CENTER = 0x10000, DDB_SPEAKER_TOP_BACK_RIGHT = 0x20000 }; typedef struct DB_fileinfo_s { struct DB_decoder_s *plugin; // these parameters should be set in decoder->open ddb_waveformat_t fmt; // readpos should be updated to current decoder time (in seconds) float readpos; // this is the (optional) file handle, that can be used by streamer to // request interruption of current read operation DB_FILE *file; } DB_fileinfo_t; enum { DDB_DECODER_HINT_16BIT = 0x1, // that flag means streamer prefers 16 bit streams for performance reasons }; // decoder plugin typedef struct DB_decoder_s { DB_plugin_t plugin; DB_fileinfo_t *(*open) (uint32_t hints); // init is called to prepare song to be started int (*init) (DB_fileinfo_t *info, DB_playItem_t *it); // free is called after decoding is finished void (*free) (DB_fileinfo_t *info); // read is called by streamer to decode specified number of bytes // must return number of bytes that were successfully decoded (sample aligned) int (*read) (DB_fileinfo_t *info, char *buffer, int nbytes); int (*seek) (DB_fileinfo_t *info, float seconds); // perform seeking in samples (if possible) // return -1 if failed, or 0 on success // if -1 is returned, that will mean that streamer must skip that song int (*seek_sample) (DB_fileinfo_t *info, int sample); // 'insert' is called to insert new item to playlist // decoder is responsible to calculate duration, split it into subsongs, load cuesheet, etc // after==NULL means "prepend before 1st item in playlist" DB_playItem_t * (*insert) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname); int (*numvoices) (DB_fileinfo_t *info); void (*mutevoice) (DB_fileinfo_t *info, int voice, int mute); int (*read_metadata) (DB_playItem_t *it); int (*write_metadata) (DB_playItem_t *it); // NULL terminated array of all supported extensions const char **exts; // NULL terminated array of all supported prefixes (UADE support needs that) // e.g. "mod.song_title" const char **prefixes; } DB_decoder_t; // output plugin typedef struct DB_output_s { DB_plugin_t plugin; // init is called once at plugin activation int (*init) (void); // free is called if output plugin was changed to another, or unload is about to happen int (*free) (void); // reconfigure output to another format int (*setformat) (ddb_waveformat_t *fmt); // play, stop, pause, unpause are called by deadbeef in response to user // events, or as part of streaming process int (*play) (void); int (*stop) (void); int (*pause) (void); int (*unpause) (void); // one of output_state_t enum values int (*state) (void); // soundcard enumeration (can be NULL) void (*enum_soundcards) (void (*callback)(const char *name, const char *desc, void*), void *userdata); // parameters of current output ddb_waveformat_t fmt; // set to 1 if volume control is done internally by plugin int has_volume; } DB_output_t; // dsp plugin // see also: examples/dsp_template.c in git #define DDB_INIT_DSP_CONTEXT(var,type,plug) {\ memset(var,0,sizeof(type));\ var->ctx.plugin=plug;\ var->ctx.enabled=1;\ } typedef struct ddb_dsp_context_s { // pointer to DSP plugin which created this context struct DB_dsp_s *plugin; // pointer to the next DSP plugin context in the chain struct ddb_dsp_context_s *next; // read only flag; set by DB_dsp_t::enable unsigned enabled : 1; } ddb_dsp_context_t; typedef struct DB_dsp_s { DB_plugin_t plugin; ddb_dsp_context_t* (*open) (void); void (*close) (ddb_dsp_context_t *ctx); // samples are always interleaved floating point // returned value is number of output frames (multichannel samples) // plugins are allowed to modify channels, samplerate, channelmask in the fmt structure // buffer size can fit up to maxframes frames // by default ratio=1, and plugins don't need to touch it unless they have to int (*process) (ddb_dsp_context_t *ctx, float *samples, int frames, int maxframes, ddb_waveformat_t *fmt, float *ratio); void (*reset) (ddb_dsp_context_t *ctx); // num_params can be NULL, to indicate that plugin doesn't expose any params // // if num_params is non-NULL -- get_param_name, set_param and get_param must // all be implemented // // param names are for display-only, and are allowed to contain spaces int (*num_params) (void); const char *(*get_param_name) (int p); void (*set_param) (ddb_dsp_context_t *ctx, int p, const char *val); void (*get_param) (ddb_dsp_context_t *ctx, int p, char *str, int len); // config dialog implementation uses set/get param, so they must be // implemented if this is nonzero const char *configdialog; // can_bypass is available since 1.1 api // can be NULL // should return 1 if the DSP plugin will not touch data with the current parameters; // 0 otherwise int (*can_bypass) (ddb_dsp_context_t *ctx, ddb_waveformat_t *fmt); } DB_dsp_t; // misc plugin // purpose is to provide extra services // e.g. scrobbling, converting, tagging, custom gui, etc. // misc plugins should be mostly event driven, so no special entry points in them typedef struct { DB_plugin_t plugin; } DB_misc_t; // vfs plugin // provides means for reading, seeking, etc // api is based on stdio typedef struct DB_vfs_s { DB_plugin_t plugin; // capabilities const char **(*get_schemes) (void); // NULL-terminated list of supported schemes, e.g. {"http://", "ftp://", NULL}; can be NULL int (*is_streaming) (void); // return 1 if the plugin streaming data over slow connection, e.g. http; plugins will avoid scanning entire files if this is the case int (*is_container) (const char *fname); // should return 1 if this plugin can parse specified file // this is an evil hack to interrupt frozen vfs_curl streams // FIXME: pass it through command API void (*abort) (DB_FILE *stream); // file access, follows stdio API with few extension DB_FILE* (*open) (const char *fname); void (*close) (DB_FILE *f); size_t (*read) (void *ptr, size_t size, size_t nmemb, DB_FILE *stream); int (*seek) (DB_FILE *stream, int64_t offset, int whence); int64_t (*tell) (DB_FILE *stream); void (*rewind) (DB_FILE *stream); int64_t (*getlength) (DB_FILE *stream); // should return mime-type of a stream, if known; can be NULL const char * (*get_content_type) (DB_FILE *stream); // associates stream with a track, to allow dynamic metadata updating, like // in icy protocol void (*set_track) (DB_FILE *f, DB_playItem_t *it); // folder access, follows dirent API, and uses dirent data structures int (*scandir) (const char *dir, struct dirent ***namelist, int (*selector) (const struct dirent *), int (*cmp) (const struct dirent **, const struct dirent **)); } DB_vfs_t; // gui plugin // only one gui plugin can be running at the same time // should provide GUI services to other plugins // this structure represents a gui dialog with callbacks to set/get params // documentation should be available here: // https://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Development:Gui_Script typedef struct { const char *title; const char *layout; void (*set_param) (const char *key, const char *value); void (*get_param) (const char *key, char *value, int len, const char *def); // parent was added in 1.4 API void *parent; } ddb_dialog_t; enum { ddb_button_ok, ddb_button_cancel, ddb_button_close, ddb_button_apply, ddb_button_yes, ddb_button_no, ddb_button_max, }; typedef struct DB_gui_s { DB_plugin_t plugin; // returns response code (ddb_button_*) // buttons is a bitset, e.g. (1<<ddb_button_ok)|(1<<ddb_button_cancel) int (*run_dialog) (ddb_dialog_t *dlg, uint32_t buttons, int (*callback)(int button, void *ctx), void *ctx); } DB_gui_t; // playlist plugin typedef struct DB_playlist_s { DB_plugin_t plugin; DB_playItem_t * (*load) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data); // will save items from first to last (inclusive) // format is determined by extension // playlist is protected from changes during the call int (*save) (ddb_playlist_t *plt, const char *fname, DB_playItem_t *first, DB_playItem_t *last); const char **extensions; // NULL-terminated list of supported file extensions, e.g. {"m3u", "pls", NULL} } DB_playlist_t; #ifdef __cplusplus } #endif #endif // __DEADBEEF_H
