Sync the song with all available media info against the database.
public sync ( array $tags, boolean $force = false ) : boolean | |
||
$tags | array | The (selective) tags to sync (if the song exists) |
$force | boolean | Whether to force syncing, even if the file is unchanged |
return | boolean | |
A Song object on success, true if file exists but is unmodified, or false on an error. |