Skip to content

ltsdw/Asts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asts

Asts (Another subs to srs) is a simple tool used to create Anki cards inspired by subs2srs. It doesn't work on Windows yet.

Installing FFmpeg

Before using Asts ffmpeg must be installed and accessible at $PATH environment variable. It can be installed from the official site Download FFmpeg. Or it can be installed from via package manager from your distro.

  • Arch Linux:

    sudo pacman -S ffmpeg
    
  • Debian/Ubuntu

    sudo apt install ffmpeg
    

Usage

  • 1 - Clone this repository:

    git clone https://github.com/ltsdw/Asts.git
    
  • 2 - Change directory:

    cd Asts
    
  • 3 - Install the dependencies:

    pip install -r requirements.txt
    
  • 4 - Run the run-asts:

    ./run-asts
    
  • 5 - Select the files needed:

    • A deck will be created if there is no deck with the name specified.
    • Generally the collection.anki2 file is under ~/.local/share/Anki2/

    img-1

  • 6 - Select and edit the cards that you want add:

    • Before adding cards certify that your anki is closed, it's not possible to add new cards while anki still open.
    • It's possible edit both sides (front and back) before adding a card.

    img-2

Anki Card Example (Front & Back)

img-3

Libraries

Related Projects

Projects similar to subs2srs:

About

Asts (Another subs to srs) is a simple tool used to create Anki cards inspired by subs2srs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages