Skip to content

Rokuto/anime-sort-linux-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anime-sort-linux-bash

A script that sorts an anime folder to the year and season it was release.

Character restrictions

According to the naming convention of windows on files and directories the following characters:

  • < (less than)
  • > (greater than)
  • : (colon)
  • " (double quote)
  • / (forward slash)
  • \ (backslash)
  • | (vertical bar or pipe)
  • ? (question mark)
  • * (asterisk) are reserved. To avoid losing data when files and folders are scanned in window these characters and the space next to it will be replaced by _-. Additionally to avoid lengthy titles when these restricted characters are used multiple times and are right next to each other, the whole chunck will only be replaced by one instance of _-. Lastly when these restricted characters are at the end of the title instead of replacing them with _- these characters will be omitted.

About

A script that sorts an anime folder to the year and season it was release.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages