https://bugs.kde.org/show_bug.cgi?id=499401
--- Comment #2 from Robby Stephenson <ro...@periapsis.org> --- This can be done via the command-line like so: 1. Note how many data sources you have $ kreadconfig6 --file tellicorc --key "Sources Count" --group "Data Sources" 2. Then loop over all of them to find the Discogs group (replace X with the number of sources) $ for i in $(seq 0 X); do echo -n "$i: "; kreadconfig6 --file tellicorc --key Name --group "Data Source $i"; done 3. Then find the number of the Discogs group (replace X with the number), and update the setting $ kwriteconfig6 --file tellicorc --group "Data Source X" --key "Split Tracks By Disc" false -- You are receiving this mail because: You are watching all bug changes.