@@ -670,19 +670,21 @@ To install the CLI version:
670
670
671
671
1 . Install brew. ([ Instructions] ( https://brew.sh/ ) )
672
672
2 . Install python3 and mpv. ` brew install python mpv `
673
- 3 . Install jellyfin-mpv-shim. ` pip3 install --upgrade jellyfin-mpv-shim `
674
- 4 . Run ` jellyfin-mpv-shim ` .
673
+ 3 . Install pipx. ` brew install pipx `
674
+ 4 . Set path ` pipx ensurepath `
675
+ 5 . Install jellyfin-mpv-shim. ` pipx install jellyfin-mpv-shim `
676
+ 6 . Run ` jellyfin-mpv-shim ` .
675
677
676
678
If you'd like to install the GUI version, you need a working copy of tkinter.
677
679
678
- 1 . Install pyenv. ( [ Instructions ] ( https://medium.com/ python-every-day/python-development-on-macos-with-pyenv-2509c694a808 ) )
679
- 2 . Install TK and mpv . ` brew install tcl-tk mpv `
680
- 3 . Install python3 with TK support . ` FLAGS="-I$( brew --prefix tcl-tk)/include" pyenv install 3.13.1 `
681
- 4 . Set this python3 as the default. ` pyenv global 3.13.1 `
682
- 5 . Install jellyfin-mpv-shim and pystray. ` pip3 install --upgrade 'jellyfin-mpv-shim[gui]'`
680
+ 1 . Install TK and mpv. ` brew install python-tk mpv `
681
+ 2 . Install python3 . ` brew install python `
682
+ 3 . Install pipx . ` brew install pipx `
683
+ 4 . Set path ` pipx ensurepath `
684
+ 5 . Install jellyfin-mpv-shim and pystray. ` pipx install 'jellyfin-mpv-shim[gui]'`
683
685
6 . Run ` jellyfin-mpv-shim ` .
684
686
685
- Display mirroring is not tested on macOS, but may be installable with 'pip3 install --upgrade 'jellyfin-mpv-shim[ mirror] '`.
687
+ Display mirroring is not tested on macOS, but may be installable with 'pipx install 'jellyfin-mpv-shim[ mirror] '`.
686
688
687
689
## Building on Windows
688
690
0 commit comments