Subsonic: Give user control over pagination size (#2665)
authorEric Munson <eric@munsonfam.org>
Tue, 25 Nov 2025 08:32:08 +0000 (03:32 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 08:32:08 +0000 (08:32 +0000)
commit18ad955af631656faa832ef68da9885958beaf0d
tree28cc20069088df55d9e0b75a32cde7346141fd01
parent9d7ddfdb1e4b4880afab5b817fccb68857eaff3a
Subsonic: Give user control over pagination size (#2665)

The selected value of 500 entries per invocation may not be ideal for
all users. Given that there isn't a single value that is ideal for all
users, let each configure their own. The default is shrinking to 200 as
a starting point.

Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/__init__.py
music_assistant/providers/opensubsonic/sonic_provider.py