Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/881023ce1b890237e45c187ed5dbb2aa to your computer and use it in GitHub Desktop.
Save r-ryantm/881023ce1b890237e45c187ed5dbb2aa to your computer and use it in GitHub Desktop.
/nix/store/0nv1dp4ipglhy3g04gq908fxd1165sxl-plex-mpv-shim-1.9.0
├── bin
│   └── plex-mpv-shim
├── lib
│   └── python3.8
│   └── site-packages
│   ├── plex_mpv_shim
│   │   ├── action_thread.py
│   │   ├── bulk_subtitle.py
│   │   ├── client.py
│   │   ├── cli_mgr.py
│   │   ├── conffile.py
│   │   ├── conf.py
│   │   ├── gdm.py
│   │   ├── gui_mgr.py
│   │   ├── media.py
│   │   ├── menu.py
│   │   ├── mpv_shim.py
│   │   ├── player.py
│   │   ├── __pycache__
│   │   │   ├── action_thread.cpython-38.pyc
│   │   │   ├── bulk_subtitle.cpython-38.pyc
│   │   │   ├── client.cpython-38.pyc
│   │   │   ├── cli_mgr.cpython-38.pyc
│   │   │   ├── conf.cpython-38.pyc
│   │   │   ├── conffile.cpython-38.pyc
│   │   │   ├── gdm.cpython-38.pyc
│   │   │   ├── gui_mgr.cpython-38.pyc
│   │   │   ├── media.cpython-38.pyc
│   │   │   ├── menu.cpython-38.pyc
│   │   │   ├── mpv_shim.cpython-38.pyc
│   │   │   ├── player.cpython-38.pyc
│   │   │   ├── subscribers.cpython-38.pyc
│   │   │   ├── svp_integration.cpython-38.pyc
│   │   │   ├── timeline.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   ├── video_profile.cpython-38.pyc
│   │   │   └── win_utils.cpython-38.pyc
│   │   ├── subscribers.py
│   │   ├── svp_integration.py
│   │   ├── systray.png
│   │   ├── timeline.py
│   │   ├── utils.py
│   │   ├── video_profile.py
│   │   └── win_utils.py
│   └── plex_mpv_shim-1.9.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment