From 50292a33938016f410effcb8f0aca1c6263e8410 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 7 Oct 2014 19:21:08 -0700 Subject: Add setting for where to read replay gain tags from --- res/values/arrays.xml | 10 ++++++++++ res/values/strings.xml | 4 ++++ 2 files changed, 14 insertions(+) (limited to 'res/values') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index deb8fdf5..3e85c982 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -225,4 +225,14 @@ @string/settings.sync_interval_1440 + + 1 + 2 + 3 + + + @string/settings.replay_gain_type.smart + @string/settings.replay_gain_type.album + @string/settings.replay_gain_type.track + diff --git a/res/values/strings.xml b/res/values/strings.xml index bdc0c126..0fdb2361 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -431,6 +431,10 @@ Whether or not to display the admin listing in the pull out drawer Replay Gain Whether or not to scale playback volume by track and album replay gain tags + Read from tags + Smart detection + Album tags + Track tags Replay Gain Pre-amp Songs without Replay Gain -- cgit v1.2.3