<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Collection search not always working]]></title><description><![CDATA[<p dir="auto">I'm not sure when this started to happen but I'm seeing recently that, in some cases, context clicking on a track in a playlist and selecting 'show in collection' doesn't show the track, or others in the same album. Also if I then edit the search string to reduce it to a minimum the track still isn't shown. I do have "Show -&gt; Entire collection' enabled. It is as if the track has fallen out of the collection.<br />
If I select 'Show in file browser' the track is shown and I can drag into the playlist. Then 'edit track information' doesn't show anything untoward.<br />
An example 'show in collection' string is "artist:Francis Poulenc album:Les Mamelles de Tiresias, Lyon 11" I reduce it down to Lyon - without an album prefix and still nothing.<br />
strawberry Version 1.0.14</p>
]]></description><link>https://forum.strawberrymusicplayer.org/topic/963/collection-search-not-always-working</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 15:43:23 GMT</lastBuildDate><atom:link href="https://forum.strawberrymusicplayer.org/topic/963.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Jan 2023 13:34:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Collection search not always working on Sun, 19 Feb 2023 03:44:13 GMT]]></title><description><![CDATA[<p dir="auto">If this is the same issue as <a href="https://github.com/strawberrymusicplayer/strawberry/issues/1140" rel="nofollow ugc">https://github.com/strawberrymusicplayer/strawberry/issues/1140</a>, it should be fixed now. Test with the latest from <a href="https://builds.strawberrymusicplayer.org/" rel="nofollow ugc">https://builds.strawberrymusicplayer.org/</a></p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/2379</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/2379</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Sun, 19 Feb 2023 03:44:13 GMT</pubDate></item><item><title><![CDATA[Reply to Collection search not always working on Sat, 28 Jan 2023 13:48:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks - the database integrity check passed, shut down strawberry, and recreated songs_fts but on restarting I see the same problem. Full collection rescan?</p>
<p dir="auto">Maybe related after the restart I was trying various strings in the search bar and SMP crashed on me. Last line on .xsession-errors (<em>maybe</em> from SMP) was kf.i18n: "1 instead of 2 arguments to message {by %1 (%2)} supplied before conversion."</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/2302</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/2302</guid><dc:creator><![CDATA[rajm]]></dc:creator><pubDate>Sat, 28 Jan 2023 13:48:25 GMT</pubDate></item><item><title><![CDATA[Reply to Collection search not always working on Fri, 27 Jan 2023 16:49:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1293">@rajm</a><br />
Do a consistency check of the database:<br />
<a href="https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check" rel="nofollow ugc">https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check</a></p>
<p dir="auto">Try re-creating the songs_fts data, with the following commands:</p>
<p dir="auto">Remove all songs_fts data:</p>
<pre><code>delete from songs_fts;
</code></pre>
<p dir="auto">Re-create songs_fts data from songs:</p>
<pre><code>INSERT INTO songs_fts (ROWID, ftstitle, ftsalbum, ftsartist, ftsalbumartist, ftscomposer, ftsperformer, ftsgrouping, ftsgenre, ftscomment) SELECT ROWID, title, album, artist, albumartist, composer, performer, grouping, genre, comment FROM songs;
</code></pre>
]]></description><link>https://forum.strawberrymusicplayer.org/post/2299</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/2299</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Fri, 27 Jan 2023 16:49:05 GMT</pubDate></item></channel></rss>