• Joined on 2026年03月04日
subz69 commented on issue edestcroix/Recordbox#224 2026年03月20日 16:41:28 +01:00
Database crash/connection timeout

The sync currently holds a DB connection for the entire duration of sync_library(), including during file parsing which doesn't need the DB. Since the pool is small, this leaves very few...

subz69 created pull request edestcroix/Recordbox#225 2026年03月20日 07:23:01 +01:00
Fix infinite recursion in select_album_tree
subz69 commented on issue edestcroix/Recordbox#208 2026年03月13日 15:50:17 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

Ok I think I found the exact reproduction steps:

subz69 commented on issue edestcroix/Recordbox#208 2026年03月13日 14:17:18 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

The recursive call on self seems intentional. item is a TreeListRow, not a LibraryList. The idea is to re-scan the full list after expanding the parent, to find the album now visible as a direct...

subz69 commented on issue edestcroix/Recordbox#208 2026年03月13日 13:43:42 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

Thanks for checking.

subz69 commented on issue edestcroix/Recordbox#208 2026年03月13日 12:48:56 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

@manan-gup Do you have the Restore to Library option disabled?

subz69 commented on issue edestcroix/Recordbox#208 2026年03月13日 10:21:58 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

Here's the stack trace I had:

subz69 commented on issue edestcroix/Recordbox#208 2026年03月12日 23:50:09 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

Anyone else getting a stack overflow crash when restarting Recordbox after playing a track?

subz69 commented on issue edestcroix/Recordbox#208 2026年03月12日 17:36:30 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

The pool only has 4 connections with a 5s timeout, so with a large library the concurrent loading in loader.rs can exhaust them all. Might be worth looking into.

subz69 created pull request edestcroix/Recordbox#221 2026年03月11日 05:10:22 +01:00
Fix FK violation during library sync caused by cleanup triggers
subz69 commented on issue edestcroix/Recordbox#219 2026年03月09日 18:51:56 +01:00
Compilation albums don't show up in library due to translation issues

Tested the fix on devel, works great. The album that was invisible due to the translated placeholder now shows up correctly. All placeholders are stored in English in the DB and translated...

subz69 commented on issue edestcroix/Recordbox#208 2026年03月09日 18:13:51 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

I hadn't noticed that the triggers already handled orphan cleanup... So I think it would make sense to remove delete_orphans and change the three functions to only delete entries that are actually...

subz69 commented on issue edestcroix/Recordbox#208 2026年03月09日 11:41:11 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

Yeah, not sure but the issue is probably that save_track_artists, save_album_artist, and save_album_genres in write.rs delete all entries then reinsert them. This fires the cleanup triggers (from...

subz69 commented on issue edestcroix/Recordbox#208 2026年03月09日 06:33:23 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

I suspect this is caused by commit 0af3a1d

subz69 created pull request edestcroix/Recordbox#218 2026年03月07日 22:53:04 +01:00
Clean orphaned genres and artists during sync
subz69 opened issue edestcroix/Recordbox#217 2026年03月07日 22:01:52 +01:00
Orphaned genres and artists remain in database after re-tagging
subz69 commented on issue edestcroix/Recordbox#188 2026年03月06日 10:15:33 +01:00
Some Music will fail to show up in Albums

Hi, I have a compilation album with different artists per track and no AlbumArtist tag. The album is in the database but doesn't show up anywhere.

subz69 commented on issue edestcroix/Recordbox#208 2026年03月05日 20:07:37 +01:00
0.11.0 Beta General Issue Tracker (Report 0.11.0-beta issues here)

Hello :) I've been looking for a music player like this for a long time and I feel like I've finally found it, great work!

subz69 created pull request edestcroix/Recordbox#216 2026年03月05日 19:30:48 +01:00
Fix covers disappearing with animations disabled