<div dir="ltr"><div dir="ltr">On Sat, Feb 1, 2025 at 5:13 PM Robby Stephenson <<a href="mailto:robby@periapsis.org">robby@periapsis.org</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 1, 2025 at 12:22 PM Jared Breland <<a href="mailto:jbreland@legroom.net" target="_blank">jbreland@legroom.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
1. You introduced a change to split discs into different tracklists,
as reported in bug 479503. This is a neat feature, and something I
struggled with as I began cataloging, but at this point I have over
1300 albums cataloged the "old" way, with all tracks in a single
list (I use a comment field to note which tracks belong to which
discs). Converting all of my old albums to the new format is
infeasible at this point, and I'd really prefer not to change the
format for newer albums, resulting in the extra disc tracklists that
are present but empty on all of my other albums (including all of my
old multi-disc albums).<br>
<br>
This is definitely a useful feature and one I would've used if I was
just starting, but would it be possible to add an option to choose
whether you <i>want</i> to split your albums into separate track
lists or continue using the old single-list format? That way anyone
getting started can leverage the new capability, and users with
large existing collections can continue maintaining them without a
significant change.<br></div></blockquote><div><br></div><div>Thanks for that feedback. I hadn't thought about existing collections all that much. I don't think it would be too hard to add an option to do as you suggest. I'll see what I can do.<br></div></div></div></blockquote><div><br></div>OK, I've added an option to revert to the previous behavior, but I'm not going to expose it in the UI to avoid clutter. Instead, you'll need to edit the config file directly and add a line to the Discogs group<br> Split Tracks By Disc=false</div><div class="gmail_quote gmail_quote_container"><br></div><div class="gmail_quote gmail_quote_container">This can be done via the command-line like so:</div>1. Note how many data sources you have<br>$ kreadconfig6 --file tellicorc --key "Sources Count" --group "Data Sources"<br>2. Then loop over all of them to find the Discogs group (replace X with the number of sources)<br>$ for i in $(seq 0 X); do echo -n "$i: "; kreadconfig6 --file tellicorc --key Name --group "Data Source $i"; done<br>3. Then find the number of the Discogs group (replace X with the number), and update the setting<br><div>$ kwriteconfig6 --file tellicorc --group "Data Source X" --key "Split Tracks By Disc" false</div><div><br></div>Replace kreadconfig6 with kreadconfig5, if you're still using Qt5. If you're not comfortable with the command line, I apologize, but I just didn't want to add another checkbox in the graphical settings. This setting can be used for Discogs, Musicbrainz, or iTunes. Let me know if any of that is unclear or you have questions. <br><div><br></div><div>This will be in version 4.1.1 that I hope to have released within a week or so. Tracked via Bus 499401</div><div><a href="https://bugs.kde.org/show_bug.cgi?id=499401">https://bugs.kde.org/show_bug.cgi?id=499401</a></div><div class="gmail_quote gmail_quote_container"><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)"><br></span></span></div><div class="gmail_quote gmail_quote_container">Robby</div></div>