| Summary: | Elisa recreates it's database (using Baloo indexing) after restarting the pc | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Lorenz Hoffmann <hoffmann_lorenz> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, kde, nate, tagwerk19 |
| Priority: | NOR | ||
| Version First Reported In: | 20.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 24.02.0 | |
| Sentry Crash Report: | |||
|
Description
Lorenz Hoffmann
2021-03-11 21:42:05 UTC
Are you using native Baloo indexing or filesystem indexing? (In reply to Nate Graham from comment #1) > Are you using native Baloo indexing or filesystem indexing? I'm using the default values everywhere, 'force filesystem indexing' is not checked. Thanks. > I'm using the default values everywhere
That was actually not true, I had enabled to keep elisa running in the system tray when main window is closed.
I also disabled to show the progress in the window bar.
I have this problem too. Every time I start Elisa it tries to re-import all 9000 music files taking 30 minutes. It does not seem to remember the imported files. I am using "fast native indexer" with Elisa 21.08.2 (though have experienced this issue pretty much since Elisa existed) on the following system: Operating System: openSUSE Leap 15.3 KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2 Kernel Version: 5.3.18-59.27-preempt (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-7700HQ CPU @ 2.80GHz Memory: 31.2 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 630 (In reply to Paul McAuley from comment #5) > I have this problem too... > ... Operating System: openSUSE Leap 15.3 There's an issue with openSUSE and BTRFS and Baloo, see https://bugs.kde.org/show_bug.cgi?id=402154#c12 The device number used for the BTRFS partition is not always the same, can get a new (minor) device number on a reboot. When baloo sees a file with a 'new' device number/inode, it treats it a a new file and reindexes it. It can be that baloo has many index entries for one file, could that that this confuses Elisa. Fixed by removing the 'fast' indexer. https://invent.kde.org/multimedia/elisa/-/merge_requests/521 |