Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BubbleUPnP and DMS #105

Open
adler99 opened this issue Nov 5, 2022 · 3 comments
Open

BubbleUPnP and DMS #105

adler99 opened this issue Nov 5, 2022 · 3 comments

Comments

@adler99
Copy link

adler99 commented Nov 5, 2022

Hi,

I've problems to browse large libraries with BubbleUPnP (Android Phone) and a DMS server. Talking about ~26k of mp3s.

  • DMS seems to start more ffprobe threads on each library reload, leading to high server loads
  • I never managed to reload the library or server search the library with BubbleUPnP

How many files can DMS manage? What are you experiences? Is there any tuning possible?

Thanks!

@anacrolix
Copy link
Owner

This might be related to #47. I suspect you need to ensure caching occurs across process restarts, and might be struggling to trigger metadata for the first use of your (very large) directory?

@adler99
Copy link
Author

adler99 commented Nov 7, 2022

yes, I guess you need a persistent cache for large directories. I've the feeling that even when one scan completes, the next request coming in is triggering another full scan. As if there would be no caching at all...
Could you share how many files you found to work well?
Thanks!

@anacrolix
Copy link
Owner

I've tested with a few 1000, but a few small fixes will make this scale to arbitrary levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants