From eab26de85803111604cb02ecc7a03324442bb07d Mon Sep 17 00:00:00 2001 From: MrDemocracy Date: Tue, 6 Feb 2018 16:19:48 +0100 Subject: [PATCH] Updated "Files 2 Folder" link --- Create-a-Folder-for-Each-Movie.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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