diff options
Diffstat (limited to 'rc.ini')
-rw-r--r-- | rc.ini | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,8 +11,9 @@ target_playlist_dir = /mnt/player/Playlists # include = folders to include/** # don't copy existing files -# lazy = only check file size -# full = compare sha1 hash # none = blindly overwrite files -# existing = lazy +# lazy = only overwrite if a file doesn't exists +# size = only overwrite if file size doesn't match +# hash = only overwrite if sha1 hash doesn't match +existing = lazy |