diff --git a/Create-a-Folder-for-Each-Movie.md b/Create-a-Folder-for-Each-Movie.md index 74bda0a..862a425 100644 --- a/Create-a-Folder-for-Each-Movie.md +++ b/Create-a-Folder-for-Each-Movie.md @@ -17,7 +17,7 @@ Note: You can replace the spaces above with `.` or `_` if you prefer that naming # Windows ## Files 2 Folder -I used a program called [Files 2 Folder](http://skwire.dcmembers.com/fp/?page=files-2-folder) to make my movie library visible for import into Radarr, extract the zip to your computer and run the .exe as administrator, then click yes to add it to your right click menu. +I used a program called [Files 2 Folder](http://www.dcmembers.com/skwire/download/files-2-folder/) to make my movie library visible for import into Radarr, extract the zip to your computer and run the .exe as administrator, then click yes to add it to your right click menu. 1. Browse to your movie folder @@ -33,7 +33,7 @@ I used a program called [Files 2 Folder](http://skwire.dcmembers.com/fp/?page=fi ```sh cd /path/to/your/movies/files/ -find . -name "*.mkv" -exec sh -c 'mkdir "${1%.*}" ; mv "$1" "${1%.*}" ' _ {} \; +find . -name "*.mkv" -exec sh -c 'mkdir "${1%.*}" ; mv "" "${1%.*}" ' _ {} \; ``` # Windows & Linux