Moving
The WebAOM renamer is capable of moving files to a new location based on the anime metadata provided by Shoko using one of two methods: without group aware sorting and with group aware sorting.
Without Group Aware Sorting (Default)
By default, this renamer will attempt to move files into a flat Anime Title / Filename
structure.
When determining the destination of a new file:
- If there exists other file(s) associated with the same anime, it will try to move the new file to the same folder as the first file (sorted by latest episode air date first) that meets these requirements:
- It is inside an import folder that is not a
Source
drop type. - There is enough disk space to accomodate the file.
- It is inside an import folder that is not a
- Otherwise, the import folder and subfolder are chosen:
- The first import folder (undefined order) found that meets these requirements is chosen:
- It is marked as a
Destination
- The file path exists
- There is enough disk space to accomodate the file
- It is marked as a
- The subfolder is set to the Shoko preferred language anime title.
- If the anime title has illegal characters, they will be replaced with unicode alternatives. See: the ReplaceInvalidFolderNameCharacters function.
- The first import folder (undefined order) found that meets these requirements is chosen:
Group Aware Sorting
When group aware sorting is enabled, anime will be moved into subfolders depending on whether they are part of a Shoko group with one or more other anime series.
The import folder is chosen:
- If the anime is marked as
Restricted
on AniDB, it will try to move it to the firstDestination
import folder with a path that contains the stringhentai
(case insensitive). - Otherwise, it will try to move to the first
Destination
import without the string.
- If the anime is marked as
The subfolder is chosen:
- If a file is part of a anime that is grouped with other anime series, it will be moved to
Group Name / Anime Title / Filename
. - Otherwise, it will be moved to
Anime Title / Filename
. - If the anime title has illegal characters, they will be replaced with unicode alternatives. See: the ReplaceInvalidFolderNameCharacters function.
- If a file is part of a anime that is grouped with other anime series, it will be moved to