This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Folder where existing artist folders are located (source) | |
source_dir="/media/old" | |
# The Lidarr root folder path to add new artists under | |
lidarr_root="/media/new" | |
## Note: You can use this script with the source_dir and lidarr_root dir are the same - I did and nothing broke. |