Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kmru

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmru

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Kmru

This gem install a command kmru, it's not a gem you can use in your software.

The goal is simple: Fix note and votes in kodi database from IMDB

Installation

$ gem install kmru

Then first launch will create the configuration file in ~/.config/kmru.conf

Configuration

Edit ~/.config/kmru.conf

  • host = kodi host
  • port = kodi api port
  • user = kodi api user
  • pass = kodi api pass
  • number = default number of movie in cron / random / last mode

Usage

Usage: kmru [options]
    -m, --mode MODE                  Choose which mode to use
                                       - last   : proceed most recent movies ( default)
                                       - random : Take N random movies
                                       - cron   : like random but with minimal output
                                       - all    : procees the entire library
    -n, --number NUM                 Check NUM movies
    -v, --verbose                    Verbose output (show nochange movies too)
    -h, --help                       Displays Help

Host options (you should use config file) :

    -H, --host HOST                  Kodi instance address
    -P, --port                       Kodi instance port
    -u, --user USERNAME              Kodi instance auth user
    -p, --pass PASSWORD              Kodi instance auth password

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Celedhrim/kmru.

FAQs

Package last updated on 23 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc