An open API service indexing awesome lists of open source software.

https://github.com/ofek/anime-tools

scripts for various common anime content-related tasks
https://github.com/ofek/anime-tools

anime files scripts subtitles

Last synced: about 1 year ago
JSON representation

scripts for various common anime content-related tasks

Awesome Lists containing this project

README

          

anime-tools
===========

Installation
------------

With Python installed do:

pip install https://github.com/ofek/anime-tools/archive/master.zip

subshift
--------

Apply a time shift or FPS change to SRT or ASS/SSA subtitle files.

Examples:

.. code-block:: bash

$ subshift input output --shift milliseconds
$ subshift input output --fps original_fps new_fps
$ subshift input output (it will prompt you)

epirename
---------

Rename media files in a given directory to a certain format. Useful for
downloaded series with weird naming. It will prompt you. You can also
copy path to clipboard first to save time.

Examples:

.. code-block:: bash

$ epirename

I'll write more tools when requested...