{"id":16705402,"url":"https://github.com/rejuvyesh/rmpv","last_synced_at":"2025-06-15T03:02:48.653Z","repository":{"id":12659249,"uuid":"15331044","full_name":"rejuvyesh/rmpv","owner":"rejuvyesh","description":"ruby wrapper around mpv with trakt and myanimelist scobble support","archived":false,"fork":false,"pushed_at":"2014-01-24T13:15:48.000Z","size":642,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-23T04:08:46.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rejuvyesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-20T05:53:42.000Z","updated_at":"2018-04-05T21:53:52.000Z","dependencies_parsed_at":"2022-09-10T06:10:41.995Z","dependency_job_id":null,"html_url":"https://github.com/rejuvyesh/rmpv","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/rejuvyesh/rmpv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejuvyesh%2Frmpv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejuvyesh%2Frmpv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejuvyesh%2Frmpv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejuvyesh%2Frmpv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rejuvyesh","download_url":"https://codeload.github.com/rejuvyesh/rmpv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejuvyesh%2Frmpv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259914867,"owners_count":22931323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T19:29:47.472Z","updated_at":"2025-06-15T03:02:48.629Z","avatar_url":"https://github.com/rejuvyesh.png","language":"Ruby","readme":"rmpv\n====\n\nRuby wrapper around [mpv](http://mpv.io/) with [trakt](http://trakt.tv) and [myanimelist](http://myanimelist.net) scrobble support.\n\n[![Gem Version](https://badge.fury.io/rb/rmpv.png)](http://badge.fury.io/rb/rmpv)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rmpv'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rmpv\n\n## Usage\n\nFirst create a `.rmpvrc` file (which BTW is just a yaml file) in your home directory and add the following content:\n\n```yaml\ntrakt:\n  username: TRAKT_USERNAME\n  password: SHA1_HASH_OF_YOUR_PASSWORD\nmyanimelist:\n  username: MYANIMELIST_USERNAME\n  password: MYANIMELIST_PASSWORD\n```\n\nYou can use the following command to generate the SHA1 hash of your password:\n\n```sh\necho -n trakt_password | sha1sum | awk '{print toupper($1)}'\n```\n\n     Usage: rmpv [options]\n\n     -+, --vol=VOL                    increase volume by VOL\n     -l, --top-left                   play in top-left corner of the screen\n     -b, --bottom-right               play in bottom-right corner of the screen\n     -x, --speed SPEED                increase speed by SPEED\n     -s, --size STR                   set size of the player\n     -y, --youtube                    youtube mode\n     -a, --audio                      audio mode\n     -c, --scrobble STR               scrobble 'movie' or 'show' to trakt or 'anime' to myanimelist\n     \n\n## Todo\n\n- Add myanimelist scrobble support\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frejuvyesh%2Frmpv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frejuvyesh%2Frmpv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frejuvyesh%2Frmpv/lists"}