Releases: SomeSourceCode/Kinote
Releases · SomeSourceCode/Kinote
Kinote 1.0.0
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,createordelete. Stuck? Usehelp <command>. - Edit: Use e to enter edit mode in text areas or use A, I, O/o etc. just like in Vim.
Getting Started
-
Download the latest
kinote-<version>.jarfile from the Assets section below. -
Open your terminal and navigate to the download folder.
-
Run the application using Java:
java -jar kinote-<version>.jar
Note that on Windows you'll have to use
javawinstead to open the CLI inside an emulator.