Thread: [SailfishOS] SMPC - MusicPD (MPD) Client
View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#34
@mjtorn

On updating MPD

I don't know the details of your setup, but I run MPD remote on a Raspberry Pi. My collection contains some 40+ Gb, basicallly all my music is on the rPi's SD card.

Updating the database takes some time with my setup, when I would simply issue something like:
Code:
mpc update
MPD will then rescan and update the complete database.

A faster method would be to tell it to update only specific directories like

Code:
mpc update MUSIC/ROCK
Even than, it still is slow. Just as a test I moved a new record over to the raspberry, and it showed up in the library list some 20 minutes later.

TLDR: MPD updating it's database really is slow in itself when your collection is large.