rmpv
Ruby wrapper around mpv with trakt and myanimelist scrobble support.
Installation
Add this line to your application's Gemfile:
gem 'rmpv'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rmpv
Usage
Usage: rmpv [options]
-+, --vol=VOL increase volume by VOL
-l, --top-left play in top-left corner of the screen
-b, --bottom-right play in bottom-right corner of the screen
-x, --speed SPEED increase speed by SPEED
-s, --size STR set size of the player
-y, --youtube youtube mode
-a, --audio audio mode
-t, --trakt scrobble to trakt
TODO: Write usage instructions here
Todo
- Add myanimelist scrobble support
- Use trakt scrobble rather than trakt seen for scrobbling. (This requires that we add scrobble support to traktr).
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request