{"id":13834996,"url":"https://github.com/u8sand/Baka-MPlayer","last_synced_at":"2025-07-10T07:31:12.414Z","repository":{"id":18373185,"uuid":"21553713","full_name":"u8sand/Baka-MPlayer","owner":"u8sand","description":"The libmpv based media player","archived":false,"fork":false,"pushed_at":"2024-08-01T23:54:47.000Z","size":10405,"stargazers_count":441,"open_issues_count":91,"forks_count":92,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-24T07:05:44.639Z","etag":null,"topics":["mpv","mpv-player","video-player"],"latest_commit_sha":null,"homepage":"https://u8sand.github.io/Baka-MPlayer/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/u8sand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["u8sand","godly-devotion"]}},"created_at":"2014-07-07T02:33:55.000Z","updated_at":"2025-04-27T07:39:42.000Z","dependencies_parsed_at":"2024-01-15T18:47:12.622Z","dependency_job_id":"5d58248e-4ba3-4880-9739-87cf1aec5aea","html_url":"https://github.com/u8sand/Baka-MPlayer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/u8sand/Baka-MPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8sand%2FBaka-MPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8sand%2FBaka-MPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8sand%2FBaka-MPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8sand%2FBaka-MPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/u8sand","download_url":"https://codeload.github.com/u8sand/Baka-MPlayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8sand%2FBaka-MPlayer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545158,"owners_count":23625403,"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":["mpv","mpv-player","video-player"],"created_at":"2024-08-04T14:00:54.685Z","updated_at":"2025-07-10T07:31:07.398Z","avatar_url":"https://github.com/u8sand.png","language":"C++","funding_links":["https://github.com/sponsors/u8sand","https://github.com/sponsors/godly-devotion"],"categories":["Cross-platform"],"sub_categories":[],"readme":"# [Baka MPlayer](https://u8sand.github.io/Baka-MPlayer/)\n\n![](https://github.com/u8sand/Baka-MPlayer/raw/master/website/screenshots/img-2.png \"Main Screenshot\")\n\n[![Build Status](https://travis-ci.org/u8sand/Baka-MPlayer.svg?branch=master)](https://travis-ci.org/u8sand/Baka-MPlayer)\n\n\n## Overview\n\nBaka MPlayer is a free and open source, cross-platform, **libmpv** based multimedia player.\nIts simple design reflects the idea for an uncluttered, simple, and enjoyable environment for watching tv shows.\n\n\n## Requirements\n\n* gcc\n* pkg-config\n* libmpv-dev\n* qtbase5-dev (\u003e= 5.2.0)\n  * qt5-qmake\n  * qttools5-dev-tools\n  * qtdeclarative5-dev\n  * libqt5svg5-dev\n  * libqt5x11extras5-dev\n  * libqt5network5\n* youtube-dl (optional, for streaming youtube videos)\n\nNote: Packages may be named slightly different for each distro\n\n### Get the font\n\nBaka MPlayer was designed around the font called Noto Sans. Noto Sans was used because of its open source nature and its broad support for Unicode characters. Having the correct font installed insures that what you see is what was intended.\n\n[Get it here.](https://www.google.com/get/noto/#sans-lgc)\n\n\n## Compilation\n\n### Windows\n\nThese instructions are for cross-compiling for Windows on a Linux system (Note: the architecture can be either `x86_64` or `i686` depending on which platform you're compiling for).\n```\ngit clone -b release https://github.com/u8sand/Baka-MPlayer.git\ncd \"Baka-MPlayer\"\nmkdir build\ncp -r windows/cross-compilation/* build/\ncd build\narch=x86_64\n./baka-build.sh $arch\n```\nThis is a very long process because you'll need to build the mingw32 toolchain `mxe` and all dependent libraries, `libmpv.a`, and finally `baka-mplayer.exe`. If everything succeeded without error, you'll get `Baka-MPlayer.$arch.zip` which should contain everything you need.\n\nTo rebuild simply delete the directory (in build) or the .zip file of what you need to rebuild and re-run `./baka-build.sh $arch`.\n\nTo add custom patches, put them in `src/patches/` prefixed with the name of what you're patching.\n\n### Linux\n\nIf your distribution does not provide a package, you can compile it from source.\nHowever we've made scripts for some distributions. See `etc/sbin/linux/`.\n```\ngit clone -b release https://github.com/u8sand/Baka-MPlayer.git\ncd \"Baka-MPlayer\"\nmkdir build\ncp -r linux/* build/\ncd build\ndistro=debian_based\nchmod +x $distro.sh \n./$distro.sh\n```\nIf this doesn't work or the distro you use is not listed here, you'll need to build mpv and then Baka MPlayer (the dependencies above are for Baka MPlayer). For help building mpv see `https://github.com/mpv-player/mpv-build`. Compiling Baka MPlayer from source can be done like so:\n```\ngit clone -b release https://github.com/u8sand/Baka-MPlayer.git\ncd \"Baka-MPlayer\"\n./configure\nmake -j `grep -c ^processor /proc/cpuinfo`\nsudo make install\n```\nThe configuration file will be created on first run and will be written to `~/.config/bakamplayer.ini`.\n\n### macOS\n\nAs of right now you have to compile from source.\nYou require some more dependencies which you can get from homebrew:\n```\nbrew install youtube-dl\nbrew install mpv --with-libmpv\ngit clone -b release https://github.com/u8sand/Baka-MPlayer.git\ncd Baka-MPlayer\nexport PKG_CONFIG_PATH=/usr/local/lib/pkgconfig\nbrew install qt5\nexport QMAKE=/usr/local/Cellar/qt5/5*/bin/qmake\n./configure CONFIG+=install_translations\nmake\nopen build\n```\nThen drag the app to your Applications folder.\nIn the future there will be a brew formula to simplify this.\n\nSimilarly to Linux, the configuration file will be created on first run and will be written to `~/.config/bakamplayer.ini`.\n\n### Other languages\n\nBy default, Baka MPlayer will compile in English if no language is specified during compilation. To compile a multi-lingual version of baka-mplayer, configure it like so:\n\n    ./configure CONFIG+=install_translations\n\nFor more configuration options see the `configure` source file or read the manual.\n\nYou can check out which languages we currently support by checking out `Baka-MPlayer/src/translations/`.\n\n\n## Bug reports\n\nPlease use the [issues tracker](https://github.com/u8sand/Baka-MPlayer/issues) provided by GitHub to send us bug reports or feature requests.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu8sand%2FBaka-MPlayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu8sand%2FBaka-MPlayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu8sand%2FBaka-MPlayer/lists"}