<?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[Duplicate library entries created after organising.]]></title><description><![CDATA[<p dir="auto">Hi Folks,</p>
<p dir="auto">Doing a bit of consolidating of multiple music folders onto a new disk, using the organise files functionality. When I do this, multiple entries for each track appear in the library (all pointing at the same location (the new one).  Rescanning songs and rebuilding the library doesn't help. Any ideas?</p>
<p dir="auto"><img src="/assets/uploads/files/1589188831386-screenshot-from-2020-05-11-10-18-31.png" alt="Screenshot from 2020-05-11 10-18-31.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.strawberrymusicplayer.org/topic/20/duplicate-library-entries-created-after-organising</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 15:23:00 GMT</lastBuildDate><atom:link href="https://forum.strawberrymusicplayer.org/topic/20.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 May 2020 09:20:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Duplicate library entries created after organising. on Tue, 05 Jan 2021 21:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/19">@choobs</a><br />
There was a bug when organizing songs and moving between different collection directories, it was duplicating the songs in the database. It is fixed now.<br />
<a href="https://github.com/strawberrymusicplayer/strawberry/commit/fb634bc2d41d40e55ecfa23dc39094c007b8e621" rel="nofollow ugc">https://github.com/strawberrymusicplayer/strawberry/commit/fb634bc2d41d40e55ecfa23dc39094c007b8e621</a></p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/526</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/526</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Tue, 05 Jan 2021 21:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicate library entries created after organising. on Thu, 14 May 2020 12:59:14 GMT]]></title><description><![CDATA[<p dir="auto">There is an option in the organize dialog to delete or keep original files. Did you select delete original files?<br />
Doing a full rescan should normally fix this if there were just duplicates in the DB that are not actually on disk, but you can check it with the following queries in Tools / Console:</p>
<p dir="auto">Check if there are songs with identical URL in the DB:</p>
<pre><code>select url, title, album, artist, count(*) from songs group by url having count(*) &gt; 1 order by count(*) desc;
</code></pre>
<p dir="auto">Check if there are songs with the same artist, album and title in the DB:</p>
<pre><code>select title, album, artist, count(*) from songs group by title, album, artist having count(*) &gt; 1 order by count(*) desc;
</code></pre>
<p dir="auto">Deleting all the collection directories and readding will delete everything from songs table so if they still appear even when doing that they are probably duplicates on disk.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/33</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/33</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Thu, 14 May 2020 12:59:14 GMT</pubDate></item></channel></rss>