GithubHelp home page GithubHelp logo

uvp's Introduction

uvp

uvp is mixed cli/tui podcatcher and player application intended to be used for video feeds.

So far it has special support for youtube channels and queries of the German public broadcasting multimedia library (via mediathekviewweb), but other feeds can also be added. For video playback uvp uses mpv which therefore must be installed on the system. All persistent data is stored in an sqlite-database.

Usage

All functionality of uvp is available via the command line interface.

$ uvp --help
uvp 0.1.0
ftilde <ftilde@REDACTED>
A video-focused cmdline/tui podcatcher

USAGE:
    uvp <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    add        Add a feed or video
    help       Prints this message or the help of the given subcommand(s)
    list       List feeds, available or active videos
    play       Play an (external) video
    refresh    Refresh the list of available videos
    remove     Remove an item from the list of available/active videos
    tui        Start an interactive tui for video selection

Additionally, a tui interface can be brought up using uvp tui which displays an overview of active (left) and available (right) videos and can be used to interactively select videos from either section for playing or removal.

Screenshot

Key bindings

  • j/k/Up/Down: navigate the list.
  • h/l/Left/Right: switch between active/available lists.
  • Enter: Play the selected video
  • d/Delete: Remove the selected video
  • u: Undo deletion
  • q: Quit

Building

uvp is written in Rust and needs a working installation of cargo to build.

$ git clone https://github.com/ftilde/uvp
$ cd uvp
$ cargo build --release
$ target/release/uvp

Additionally, working installations of both sqlite and mpv are required.

Configuration

uvp can be configured using a configuration file that can be placed in the usual locations (/etc or /usr/etc/, users configuration directory). An example configuration file can be found in this repository (uvp.toml.sample).

Licensing

uvp is released under the MIT license.

uvp's People

Contributors

ftilde avatar reedts avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.