Note: This script is compatible with python 3.8.x and above. If you need support for Python 2.x versions then you can get legacy version here.
This script moves files with specified extensions into another directory.
It offers flexible organization options:
- Flat Mode:** Files are moved into the specified
DestDirdirectory. - Parent Directory Mode:** Files are moved into the parent directory using
DestDir=..(flattening). - Category Subdirectory Mode:** Files are organized into subdirectories within
DestDirbased on the category usingUseCategoryDir. - NZB Parent Subdirectory Mode:** Files are organized into subdirectories within
DestDirbased on the NZB filename usingUseNzbParentDir
You can combine UseCategoryDir and UseNzbParentDir for further organization.
Additionally, there is an option to delete the source directory with all remaining files.
- Andrey Prygunkov hugbug@users.sourceforge.net
- Denis denis@nzbget.com