Posts: 1,538
Threads: 106
Joined: Mar 2018
Reputation:
73
07-24-2020, 07:05 PM
(This post was last modified: 07-24-2020, 07:07 PM by DRONE7.)
That all looks as it should. With a large playlist, once you reach the cache limit then tracks are removed from the first added onward as needed.
Then track 1 would show an increase in cache if it was replayed as it was removed by the caching management and needs to be re-added but any tracks currently cached won't change the cache size if they're replayed.
Interestingly, if you remove a number of recent tracks from the MoOde playlist in the UI this does not reduce the cached memory size...:-)
Mpd must still have them in cache ?
----------
bob
Posts: 13,415
Threads: 304
Joined: Mar 2018
Reputation:
543
07-24-2020, 07:45 PM
(This post was last modified: 07-24-2020, 07:46 PM by Tim Curtis.
Edit Reason: etc
)
To purge the cache send MPD a SIGHUP signal.
sudo kill -s SIGHUP `pidof mpd`
Posts: 397
Threads: 11
Joined: Sep 2018
Reputation:
31
Is there a link to MPD 0.22~git download? I can only find mpd-0.21.25 download. Is that it? Thanks.