Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 25, 2020 01:38
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/40bb48b9d4b1581146cd5eedae22618a to your computer and use it in GitHub Desktop.
Save r-ryantm/40bb48b9d4b1581146cd5eedae22618a to your computer and use it in GitHub Desktop.
/nix/store/w0qbfbm3wxn27rwd0ivxvikq3smrbhnm-plex-mpv-shim-1.8.0
├── bin
│   └── plex-mpv-shim
├── lib
│   └── python3.7
│   └── 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-37.pyc
│   │   │   ├── bulk_subtitle.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── cli_mgr.cpython-37.pyc
│   │   │   ├── conf.cpython-37.pyc
│   │   │   ├── conffile.cpython-37.pyc
│   │   │   ├── gdm.cpython-37.pyc
│   │   │   ├── gui_mgr.cpython-37.pyc
│   │   │   ├── media.cpython-37.pyc
│   │   │   ├── menu.cpython-37.pyc
│   │   │   ├── mpv_shim.cpython-37.pyc
│   │   │   ├── player.cpython-37.pyc
│   │   │   ├── subscribers.cpython-37.pyc
│   │   │   ├── timeline.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── win_utils.cpython-37.pyc
│   │   ├── subscribers.py
│   │   ├── systray.png
│   │   ├── timeline.py
│   │   ├── utils.py
│   │   └── win_utils.py
│   └── plex_mpv_shim-1.8.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment