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: 22
Popularity: 1.79
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

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

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!

chrisqq commented on 2021-12-18 14:52 (UTC)

@kruzah that is a nifty little trick I am going to be keeping in my back pocket going forward. Thanks, that sorted it.

kruzah commented on 2021-12-18 14:14 (UTC)

@chrisqq There may be other old Python packages that are out of date, or dependences of dependencies. Run pacman -Qo /usr/lib/python3.9 and do a clean build and reinstall of all the packages that show up.

chrisqq commented on 2021-12-17 22:13 (UTC)

@GGJamie I tried that then tried again with your example (and corrected hellyfin to jellyfin) and I still get the same error. I also did a cleanbuild of all the l isted dependencies