Skip to content

Releases: SomeSourceCode/Kinote

Kinote 1.0.0

20 Feb 23:30
6027772

Choose a tag to compare

The first Kinote release!

Features

Media Management

  • Manage movies as well as series with seasons and episodes.
  • Add your own rating to keep track of your favorite movies and series.
  • Smart TMDb integration: Import media directly from TMDb or use it to fill the missing metadata and plot details in your existing library.

Vim-like CLI

  • Navigate the CLI with familiar j/k, h/l keybindings (or use standard arrow keys). Use SPACE or ENTER to select.
  • Switch between three different modes:
    • Navigation: Navigate the UI and view media
    • Command: Enter command mode by pressing : to gain access to a bunch of commands, such as search, filter, create or delete. Stuck? Use help <command>.
    • Edit: Use e to enter edit mode in text areas or use A, I, O/o etc. just like in Vim.

Getting Started

  1. Download the latest kinote-<version>.jar file from the Assets section below.

  2. Open your terminal and navigate to the download folder.

  3. Run the application using Java:

    java -jar kinote-<version>.jar

Note that on Windows you'll have to use javaw instead to open the CLI inside an emulator.