comparison src/audacious/main.c @ 3959:a575c29cee05

- revive on-demand metadata retrieving. in the combination with "Detect file formats on demand", now audacious can load large directory in a few seconds. - revise ext_hash to have lists of input plugins which associated with each extension. - now input_check_file() makes use of ext_hash for file format probing to avoid full scan in the input list. - make "detect file formats on demand" default. - change tooltip text for on demand {detect|metadata}. - move update request for playlist from idle function to event queue.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 17 Nov 2007 17:07:46 +0900
parents 6aaf5476b765
children aea8b763b134
comparison
equal deleted inserted replaced
3958:ad14a25a31fa 3959:a575c29cee05
205 FALSE, /* resume playback on startup */ 205 FALSE, /* resume playback on startup */
206 -1, /* resume playback on startup time */ 206 -1, /* resume playback on startup time */
207 TRUE, /* show seperators in pl */ 207 TRUE, /* show seperators in pl */
208 NULL, /* chardet_detector */ 208 NULL, /* chardet_detector */
209 NULL, /* chardet_fallback */ 209 NULL, /* chardet_fallback */
210 500, /* audio buffer size */ 210 500, /* audio buffer size */
211 FALSE, /* whether or not to postpone format detection on initial add */ 211 TRUE, /* whether or not to postpone format detection on initial add */
212 TRUE, /* show filepopup for tuple */ 212 TRUE, /* show filepopup for tuple */
213 NULL, /* words identifying covers */ 213 NULL, /* words identifying covers */
214 NULL, /* words that might not show up in cover names */ 214 NULL, /* words that might not show up in cover names */
215 FALSE, 215 FALSE,
216 0, 216 0,