MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

Add rescan command #19

Closed Holzhaus closed 6 years ago

Holzhaus commented 6 years ago

Currently, only the update command is available to mpc. In case the user wants to rescan the whole database including unchanged files the rescan command exists, but cannot be used using mpc. This fixes the issue. Most code is shared with the update command implementation.