comparison src/xs_config.h @ 65:bf7b647b3239

The fabled 0.8-rewrite now works to some extent
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Jun 2003 22:16:04 +0000
parents d3bb914e3af3
children bf6a524cf7ca
comparison
equal deleted inserted replaced
64:d3bb914e3af3 65:bf7b647b3239
63 gint oversampleFactor; /* Factor of oversampling */ 63 gint oversampleFactor; /* Factor of oversampling */
64 64
65 /* Playing settings */ 65 /* Playing settings */
66 gboolean playMaxTimeEnable; 66 gboolean playMaxTimeEnable;
67 gint playMaxTime; /* MAX playtime in seconds */ 67 gint playMaxTime; /* MAX playtime in seconds */
68 gboolean playMaxTimeUnknown; /* Use max-time only when song-length is unknown */
68 gboolean songlenDBEnable; 69 gboolean songlenDBEnable;
69 gchar *songlenDBPath; /* Path to Songlengths.txt */ 70 gchar *songlenDBPath; /* Path to Songlengths.txt */
70 71
71 72
72 /* Miscellaneous settings */ 73 /* Miscellaneous settings */