1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 06:07:19 +02:00

Updated "Files 2 Folder" link

MrDemocracy 2018-02-06 16:19:48 +01:00
parent 43a6c59812
commit eab26de858

@ -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