Bug 2812 - Entries removed from genre_track during playlist rescan
: Entries removed from genre_track during playlist rescan
Status: RESOLVED DUPLICATE of bug 2811
Product: Logitech Media Server
Classification: Unclassified
Component: Database
: 6.2.1
: All Linux (other)
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-11 11:23 UTC by Erland Isaksson
Modified: 2006-04-18 01:04 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erland Isaksson 2006-01-11 11:23:29 UTC
When I have a single playlist in the playlist directory and perform a playlist rescan entries are removed from the genre_track table during the rescan.

I am running this with the mysql database, and verifies the result with the following SQL statements:
select distinct tracks.id from tracks where tracks.ct='flc';
select distinct genre_track.track from genre_track;

The SQL statements results in the same number of row before the playlist rescan, but after the playlist rescan there are to few entries in the genre_track table. The problem is the same even if the playlist has not been modified since the last full rescan.

My library contains .flac files only and many of them contains several genres in the GENRE tag separated with ;.

The problem also exists in "6.2.2 (2006-01-07)", I have also checked it in "6.5 (2006-01-06)" but there the playlist rescan seems to take forever so I can't verify if it works or not in 6.5.
Comment 1 KDF 2006-04-18 01:04:11 UTC

*** This bug has been marked as a duplicate of 2811 ***