PowerShell Script to Force Downloads #147
jasonpatrickellykrause
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
I have not tested this for every use case, which is why I left the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I move from Windows Lidarr to Docker Lidarr last week so I could use arr-scripts to pull from Tidal and Deezer. It was a great learning experience for sure.
The aar-script for Lidarr did a great job of downloading any missing music it could find. The only thing I could not figure out how to do was make the scripts upgrade albums I already downloaded. To address this, I cobbled together a couple of PowerShell scripts to make the magic happen.
Step One
Rename your mp3 files to mp3old.
Step Two
Refresh artists and wait for scripts to complete search. This will take hours or days depending on how many files you renamed.
Step Three
Search for any folders that now contain mp3old and flac. If there is flac, delete the mp3olds. If there is no flac, rename the mp3old back.
Beta Was this translation helpful? Give feedback.
All reactions