MyAnimeList tracker for local anime files eki is a MyAnimeList tracker for your downloaded anime TV series and movies. Currently supports VLC Media Player for Windows only.
v0.0.7
- Renames your anime files to properly formatted episode titles (format:
[anime name] E[episode number] - [episode title]
)
pip install eki
To start using it, open command prompt in the folder which has the name of the anime and contains the episodes. This can be done by simply changing the path in the file explorer to cmd.
Run it by typing eki
in cmd and then follow along.
Automatic anime detection based on folder name.
Assigns all the files to their corresponding episodes.
Detects when there's an episode change and prompts the user to update their list which can be done through the console only.
Automatic updation on the basis of time elapsed. (Currently in progress. Have made the duration parser for every anime but haven't gotten close to implement it yet.)
You can simply help contribute by opening an issue whenever you find a bug. Also let me know if it doesn't work for your folder structure as it's very different for everyone. I've tried my best to implement measures for all the anime I had but I can expect everyone to find a bug or two.
You can also contribute by forking this repository and then opening a pull request.