- Status Closed
- Percent Complete
- Task Type Bugs
- Category Playlists
-
Assigned To
Bilgus - Operating System Sansa Clip Zip
- Severity Low
- Priority Very Low
- Reported Version Release 3.15
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#13197 - 'playlist buffer full' but playlist size is smaller than 'max playlist size'
With playback active, opening a large playlist from “Playlist Catalogue” results in ‘playlist buffer full’ message and truncated playlist length. It works fine with playback stopped or by opening the playlist through the file browser.
Player is Sansa Clip Zip with 256GB SD
Playlist has ~21k entries.
‘Max playlist size’ set to 30k.
Playlist gets truncated at 16384.
2020-05-20 16:41
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
G#2376
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Notes:
limiting occurs here:
https://github.com/Rockbox/rockbox/blob/master/apps/playlist_viewer.c#L363
Max files in playlist enforced here:
https://github.com/Rockbox/rockbox/blob/master/apps/playlist.c#L2896
If tracks were already playing (dynamic playlist or otherwise)
The original code only gave half the plugin buffer to a playlist loaded from file
On some targets half the plugin buffer is not enough to load all entries…
Now we attempt to get as many entries possible while at least leaving a small buffer (MAX_PATH) for the name buffer
I've already done quite a bit of testing on my clipzip with no ill effect but more testing is warranted
http://gerrit.rockbox.org/r/#/c/2376/