From d56d68356abe8b7dbe26335ed090ce1fc022fcc6 Mon Sep 17 00:00:00 2001 From: fiso64 <64778819+fiso64@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:12:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63c4502..469e7be 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ Set up a cron job (or scheduled task on windows) to periodically run sldl on eve ``` --skip-existing --skip-mode m3u --m3u index --m3u-path wishlist-archive.sldl ``` -You can also use m3u-cond and specify some preferred conditions to e.g only stop searching for an item once a lossless version is downloaded. +You can also use `--skip-mode m3u-cond` together with `--skip-existing-pref-cond` and specify some preferred conditions to (e.g) only stop searching for an item once a lossless version is downloaded. ## Notes - For macOS builds you can use publish.sh to build the app. Download dotnet from https://dotnet.microsoft.com/en-us/download/dotnet/6.0, then run `chmod +x publish.sh && sh publish.sh`. For intel macs, uncomment the x64 and comment the arm64 section in publish.sh. @@ -642,4 +642,4 @@ Example => Run `sldl` every Sunday at 1am, search for missing tracks from the sp 0 1 * * 0 sldl https://open.spotify.com/playlist/6sf1WR5grXGJ6dET -c /config -p /data --music-dir /data --skip-existing" ``` -[crontab.guru](https://crontab.guru/) could be used to help with the scheduling expression. \ No newline at end of file +[crontab.guru](https://crontab.guru/) could be used to help with the scheduling expression.