mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated "Files 2 Folder" link
parent
43a6c59812
commit
eab26de858
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Note: You can replace the spaces above with `.` or `_` if you prefer that naming
|
||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
## Files 2 Folder
|
## 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
|
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
|
```sh
|
||||||
cd /path/to/your/movies/files/
|
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
|
# Windows & Linux
|
||||||
|
|
Loading…
Reference in a new issue