Package Details: play-with-mpv-git 0.1.0.post9+g07a9c1d-1

Git Clone URL: https://aur.archlinux.org/play-with-mpv-git.git (read-only, click to copy)
Package Base: play-with-mpv-git
Description: Chrome extension and python server that allows you to play videos in webpages with MPV instead.
Upstream URL: https://github.com/Thann/play-with-mpv
Keywords: chrome mpv video
Licenses: Unlicense
Conflicts: play-with-mpv
Provides: play-with-mpv
Submitter: thann
Maintainer: thann
Last Packager: thann
Votes: 12
Popularity: 0.000004
First Submitted: 2018-02-05 22:00 (UTC)
Last Updated: 2021-09-15 00:27 (UTC)

Pinned Comments

thann commented on 2021-08-07 05:08 (UTC) (edited on 2021-09-15 00:30 (UTC) by thann)

autostart: systemctl enable play-with-mpv --user --now

Latest Comments

1 2 Next › Last »

Dominik commented on 2023-10-31 18:25 (UTC)

Thank you Thann for this package. Could you please explain why we have to enable the service with systemctl enable play-with-mpv --user --now. As far as I am concerned the service seems to work with or without enabling it.

yochananmarqos commented on 2022-11-04 19:36 (UTC)

This should not be using Pip to download the install_freedesktop Python module. Please see Python package guidelines and Rebuild Todo List Remove python-pip from makedepends.

Improved PKGBUILD PKGBUILD for python-install-freedesktop

thann commented on 2021-08-07 05:08 (UTC) (edited on 2021-09-15 00:30 (UTC) by thann)

autostart: systemctl enable play-with-mpv --user --now

Bykow commented on 2021-08-04 15:54 (UTC) (edited on 2021-08-04 15:56 (UTC) by Bykow)

Misses python-pip to fully be built from fresh system.

Would also be nice to add a systemd unit file for easy start/stop/enable

yochananmarqos commented on 2020-01-15 17:59 (UTC) (edited on 2020-03-10 15:47 (UTC) by yochananmarqos)

@thann: python-wheel is also a runtime dependency, see the setup.py.

anonfunc commented on 2020-01-15 04:58 (UTC)

I think this needs a new dependency: python-wheel

$ play-with-mpv
Traceback (most recent call last):
  File "/usr/bin/play-with-mpv", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'wheel' distribution was not found and is required by play-with-mpv

thann commented on 2020-01-07 01:21 (UTC)

Awesome, thanks yochananmarqos =]

yochananmarqos commented on 2020-01-06 23:16 (UTC)

This also requires python-setuptools to build.

yochananmarqos commented on 2019-08-21 18:38 (UTC)

I see. I suppose either is fine, however what I posted adheres to VCS package guidelines.

thann commented on 2019-08-21 17:43 (UTC)

Versions like: 0.1.0.post1+g4480397 conform to PEP 440: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers

Whats better about that format? =]