Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnykaime/toolz
for the love of anime and waifu's <3
https://github.com/johnnykaime/toolz
Last synced: 13 days ago
JSON representation
for the love of anime and waifu's <3
- Host: GitHub
- URL: https://github.com/johnnykaime/toolz
- Owner: JohnnyKaime
- Created: 2018-11-11T20:02:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T07:43:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T11:23:35.654Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools
A collection of small tools that I coded
inspired by automate the boring stuff# AnimeFileOrganiser
for the love of anime and waifu's <3Takes in folder directories then loops through sub folders to organise them
Uses the following fan sub groups:
KTXP
JYFanSub
HorribleSubs
More to be added
Scans each file, extracts the anime name, uses the anime name as a key in the dictionary
The value of the dictionary is the full absolute path to the anime episode
Creates a folder in target with name of the anime
Moves all files in value of the dictionary into folder1. Other file format can be added under #conditions
2. Make use of regux to extract names from file format
(might have to manually adjust that)
3. Will add other useful functions and generic sort functions
3.1 Video type files move to Video
3.2 music type files move to Music
etc