Package Details: jellyfin-mpv-shim 2.6.0-2

Git Clone URL: https://aur.archlinux.org/jellyfin-mpv-shim.git (read-only, click to copy)
Package Base: jellyfin-mpv-shim
Description: Cast media from Jellyfin Mobile and Web apps to MPV
Upstream URL: https://github.com/jellyfin/jellyfin-mpv-shim
Licenses: MIT
Submitter: kruzah
Maintainer: anonfunc
Last Packager: anonfunc
Votes: 20
Popularity: 0.087163
First Submitted: 2020-04-01 14:52 (UTC)
Last Updated: 2024-03-23 19:22 (UTC)

Dependencies (17)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

gudvinr commented on 2023-05-10 15:31 (UTC)

That did the trick. Thanks!

compiler1413 commented on 2023-05-07 01:47 (UTC) (edited on 2023-05-07 01:48 (UTC) by compiler1413)

You also need to rebuild these packages against python 3.11:

python-mpv-jsonipc

python-jellyfin-apiclient

As dependencies for jellyfin-mpv-shim, if your AUR manager does not do that.

anonfunc commented on 2023-05-05 19:06 (UTC)

@gudvinr You have to rebuild it against python 3.11. You can check if your package still links against 3.10 with

pacman -Qo /usr/lib/python3.10

gudvinr commented on 2023-05-05 14:01 (UTC)

Doesn't work now even after reinstall:

$ jellyfin-mpv-shim 
Traceback (most recent call last):
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/jellyfin-mpv-shim", line 33, in <module>
    sys.exit(load_entry_point('jellyfin-mpv-shim==2.6.0', 'console_scripts', 'jellyfin-mpv-shim')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/jellyfin-mpv-shim", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 981, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 565, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for jellyfin-mpv-shim

anonfunc commented on 2023-02-13 23:46 (UTC)

@n194 Thanks, I incorporated your changes.

n194 commented on 2023-02-12 11:17 (UTC)

@anonfunc Hi, could you install the included .desktop file so that this program can be launched from desktop environment's app launchers? I've already made the changes to do so, here's the PKGBUILD: https://bin.disroot.org/?407fa91d11855d39#Deg814tHv3PwaHGMxNuX2kCkbfQQ9Y7jnmxotQr12kpc

cmays90 commented on 2022-08-31 15:58 (UTC)

@anonfunc I did have ssl/tls disabled for my local network and saw the exact same error as @chrisqq. I switched over to ssl/tls and the error disappeared. Seems like that is a good suspicion.

chrisqq commented on 2022-08-31 14:04 (UTC)

@anonfunc I dunno. I just used default settings. It also compiled for me after you updated the api aur package, although it doesn't appear to be working now that I've fired it up again.. still getting the socked attribute error.

anonfunc commented on 2022-08-31 13:43 (UTC) (edited on 2022-08-31 13:43 (UTC) by anonfunc)

@vodka @chrisqq do you guys have ssl/tls disabled?

vodka commented on 2022-08-31 11:50 (UTC)

The issue mentioned by @chrisqq seems to still be a problem, despite python-jellyfin-apiclient being updated.