Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple, hackable gtk movie library browser with integrated vim motions

License

NotificationsYou must be signed in to change notification settings

ShiNoNeko47/reel_hub

Repository files navigation

This is a gtk movie library browser written in rust.

Features

  • Fetching data fromtmdb api
    • poster
    • backdrop
    • original title and language
    • overview
    • vote average and count
    • release date
  • Playing the selected movie inmpv
  • Tracking progress
  • Vim motions
  • Plugins

Installation

Arch linux

Use your favourite package manager to install from AUR

Manual

Clone this repository first:

git clone https://github.com/ShiNoNeko47/reel_hub

If you just want to run the app:

cd reel_hub&& cargo run -r

To make it accessible your from application menu, first compile binary using

cd reel_hub&& cargo build -r

then copy the desktop file toXDG_DATA_HOME/applications/reel_hub.desktopandeitherreplaceExec = reel_hubwithExec = FULL_PATH_TO_BINARY eg.Exec = /home/user/reel_hub/target/reel_huborplace the binary on path

Plugins

Plugins can be written in programming language that can read from and write to stdio.reel_hub communicates with plugins trough pipes, see examples in "examples" directory.

Demo:https://www.youtube.com/watch?v=Rnfb6jYbHtE

At startup every executable inXDG_DATA_HOME/reel_hub/.plugins/ is loaded as plugin

Usage

Usage: reel_hub [option] -v, --versionshow varsion and exit -h, --helpshow this help and exit -l, --listlist all movies in library and exit -c, --clear-cacheclear cache and exit (does not clear time positions)

Note: running without arguments runs the app

Screenshots

None: backdrop gets hidden when there isn't enough space

imageimage

About

A simple, hackable gtk movie library browser with integrated vim motions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp