Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 618:a7a28782c1b0 trunk
[svn] - revise input_id3_get_string() to take encoding of field into account.
- restore title_override options I accidentally dropped.
- remove unnecessary code.
| author | yaz |
|---|---|
| date | Wed, 07 Feb 2007 23:31:26 -0800 |
| parents | 85a70ace8c02 |
| children | ca4cd00ca0c8 |
line wrap: on
line diff
--- a/src/madplug/plugin.c Wed Feb 07 18:26:47 2007 -0800 +++ b/src/madplug/plugin.c Wed Feb 07 23:31:26 2007 -0800 @@ -127,6 +127,10 @@ &audmad_config.replaygain.track_mode); bmp_cfg_db_get_string(db, "MAD", "RG.default_db", &audmad_config.replaygain.default_db); + bmp_cfg_db_get_bool(db, "MAD", "title_override", + &audmad_config.title_override); + bmp_cfg_db_get_string(db, "MAD", "id3_format", + &audmad_config.id3_format); bmp_cfg_db_close(db); }
