Package Details: jellyfin-mpv-shim 2.7.0-3

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: 23
Popularity: 1.92
First Submitted: 2020-04-01 14:52 (UTC)
Last Updated: 2024-05-14 19:21 (UTC)

Dependencies (17)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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.

anonfunc commented on 2022-08-28 17:33 (UTC)

@kruzah No problem, life comes always first. Thanks for making this so uncomplicated and your previous years of maintainership.

kruzah commented on 2022-08-28 17:27 (UTC)

@anonfunc Sorry, I haven't been able to spend much time on AUR lately. I've disowned the package, you're free to adopt them.

anonfunc commented on 2022-08-28 17:13 (UTC)

@chrisqq Well, that's still owned by @kruzah. I flagged it out of date, maybe he'll notice. Otherwise we got to wait some time until I can submit an orphan request for it.

chrisqq commented on 2022-08-26 19:59 (UTC)

looks like you need to update python-jellyfin-apiclient as well anonfunc, as it appears to be throwing errors: Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/websocket/_app.py", line 354, in setSock dispatcher.read(self.sock.sock, read, check) File "/usr/lib/python3.10/site-packages/websocket/_app.py", line 70, in read r = self.select() File "/usr/lib/python3.10/site-packages/websocket/_app.py", line 78, in select if sock.pending(): AttributeError: 'socket' object has no attribute 'pending'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/site-packages/jellyfin_apiclient_python/ws_client.py", line 77, in run self.wsc.run_forever(ping_interval=10, sslopt={"ca_certs": certifi.where()}) File "/usr/lib/python3.10/site-packages/websocket/_app.py", line 420, in run_forever setSock() File "/usr/lib/python3.10/site-packages/websocket/_app.py", line 356, in setSock handleDisconnect(e) File "/usr/lib/python3.10/site-packages/websocket/_app.py", line 407, in handleDisconnect dispatcher.timeout(reconnect, setSock) AttributeError: 'SSLDispatcher' object has no attribute 'timeout'

kekonn commented on 2022-06-24 20:51 (UTC)

This is actually out of date now: https://github.com/jellyfin/jellyfin-mpv-shim/releases/tag/v2.2.0

kruzah commented on 2021-12-20 18:03 (UTC)

Another tip you might want in that case, if you use yay, is pacman -Qqo /usr/lib/python3.9 | yay -S -. The q flag in Qqo prints only the package names and nothing else, and you can pipe that list into yay and make yay install packages from stdin. Now you don't have to type out all of the names of the packages either :-)

l4kr commented on 2021-12-18 14:58 (UTC)

@kruzah this magic worked, thanks!