<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    thanks, Robby!  Me and the command line are old friends, so no
    worries there.  :-)<br>
    <br>
    I get wanting to avoid clutter for a feature that probably very few
    people need, so that makes sense.  I'd just suggest adding a note
    about this to the documentation somewhere as this would be be pretty
    much impossible to discover on your own.<br>
    <br>
    But seriously, thanks for both this and the image size fix.  Very
    much appreciated.  Looking forward to the next release.<br>
    <br>
    <pre class="moz-signature" cols="72">Jared Breland
<a class="moz-txt-link-abbreviated" href="mailto:jbreland@legroom.net">jbreland@legroom.net</a>
<a class="moz-txt-link-freetext" href="https://www.legroom.net/">https://www.legroom.net/</a></pre>
    <br>
    <br>
    <div class="moz-cite-prefix">On 2/8/25 4:09 PM, Robby Stephenson
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACFDV6778N=APrP7D6meP8iwZQs5y+TZV47oU9SOcoh6mdkypw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">On Sat, Feb 1, 2025 at 5:13 PM Robby Stephenson
          <<a href="mailto:robby@periapsis.org"
            moz-do-not-send="true" class="moz-txt-link-freetext">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"
                    moz-do-not-send="true" class="moz-txt-link-freetext">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"
            moz-do-not-send="true" class="moz-txt-link-freetext">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>
    </blockquote>
    <br>
  </body>
</html>