Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 17, 2019 00:24
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 ryantm/27520950e168cf257a76dbe3f3a837c1 to your computer and use it in GitHub Desktop.
Save ryantm/27520950e168cf257a76dbe3f3a837c1 to your computer and use it in GitHub Desktop.
/nix/store/wl7dcx9srvi7wiyps9lnlmv7q4nbvr4r-syncplay-1.6.4
├── bin
│   ├── syncplay
│   └── syncplay-server
├── lib
│   └── syncplay
│   ├── syncplay
│   │   ├── clientManager.py
│   │   ├── client.py
│   │   ├── constants.py
│   │   ├── ep_client.py
│   │   ├── ep_server.py
│   │   ├── __init__.py
│   │   ├── messages_de.py
│   │   ├── messages_en.py
│   │   ├── messages_es.py
│   │   ├── messages_it.py
│   │   ├── messages.py
│   │   ├── messages_ru.py
│   │   ├── players
│   │   │   ├── basePlayer.py
│   │   │   ├── __init__.py
│   │   │   ├── mpcbe.py
│   │   │   ├── mpc.py
│   │   │   ├── mplayer.py
│   │   │   ├── mpv.py
│   │   │   ├── playerFactory.py
│   │   │   └── vlc.py
│   │   ├── protocols.py
│   │   ├── resources
│   │   │   ├── accept.png
│   │   │   ├── application_get.png
│   │   │   ├── arrow_refresh.png
│   │   │   ├── arrow_switch.png
│   │   │   ├── arrow_undo.png
│   │   │   ├── bullet_right_grey.png
│   │   │   ├── chevrons_right.png
│   │   │   ├── clock_go.png
│   │   │   ├── cog_delete.png
│   │   │   ├── cog.png
│   │   │   ├── comments.png
│   │   │   ├── control_pause_blue.png
│   │   │   ├── control_play_blue.png
│   │   │   ├── cross_checkbox.png
│   │   │   ├── cross.png
│   │   │   ├── delete.png
│   │   │   ├── door_in.png
│   │   │   ├── email_go.png
│   │   │   ├── empty_checkbox.png
│   │   │   ├── error.png
│   │   │   ├── eye.png
│   │   │   ├── film_add.png
│   │   │   ├── film_edit.png
│   │   │   ├── film_folder_edit.png
│   │   │   ├── film_go.png
│   │   │   ├── film_link.png
│   │   │   ├── folder_explore.png
│   │   │   ├── folder_film.png
│   │   │   ├── help.png
│   │   │   ├── hicolor
│   │   │   │   ├── 128x128
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   ├── 16x16
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   ├── 24x24
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   ├── 256x256
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   ├── 32x32
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   ├── 48x48
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   ├── 64x64
│   │   │   │   │   └── apps
│   │   │   │   │   └── syncplay.png
│   │   │   │   └── 96x96
│   │   │   │   └── apps
│   │   │   │   └── syncplay.png
│   │   │   ├── house.png
│   │   │   ├── icon.icns
│   │   │   ├── icon.ico
│   │   │   ├── key_go.png
│   │   │   ├── license.rtf
│   │   │   ├── lock_green_dialog@2x.png
│   │   │   ├── lock_green_dialog.png
│   │   │   ├── lock_green.png
│   │   │   ├── lock_open.png
│   │   │   ├── lock.png
│   │   │   ├── lua
│   │   │   │   └── intf
│   │   │   │   └── syncplay.lua
│   │   │   ├── macOS_dmg_bkg.tiff
│   │   │   ├── macOS_readme.pdf
│   │   │   ├── man
│   │   │   │   └── changelog.md
│   │   │   ├── mpc-be.png
│   │   │   ├── mpc-hc64.png
│   │   │   ├── mpc-hc.png
│   │   │   ├── mplayer.png
│   │   │   ├── mpv.png
│   │   │   ├── page_white_key.png
│   │   │   ├── shield_add.png
│   │   │   ├── shield_edit.png
│   │   │   ├── spinner.mng
│   │   │   ├── syncplayAbout@2x.png
│   │   │   ├── syncplayAbout.png
│   │   │   ├── syncplay.desktop
│   │   │   ├── syncplayintf.lua
│   │   │   ├── syncplay.png
│   │   │   ├── syncplay-server.desktop
│   │   │   ├── table_refresh.png
│   │   │   ├── third-party-notices.rtf
│   │   │   ├── tick_checkbox.png
│   │   │   ├── tick.png
│   │   │   ├── timeline_marker.png
│   │   │   ├── user_comment.png
│   │   │   ├── user_key.png
│   │   │   ├── vlc.png
│   │   │   ├── world_add.png
│   │   │   ├── world_explore.png
│   │   │   └── world_go.png
│   │   ├── server.py
│   │   ├── ui
│   │   │   ├── ConfigurationGetter.py
│   │   │   ├── consoleUI.py
│   │   │   ├── GuiConfiguration.py
│   │   │   ├── gui.py
│   │   │   └── __init__.py
│   │   ├── utils.py
│   │   └── vendor
│   │   ├── darkdetect
│   │   │   ├── _detect.py
│   │   │   ├── _dummy.py
│   │   │   └── __init__.py
│   │   ├── __init__.py
│   │   ├── qt5reactor.py
│   │   └── Qt.py
│   ├── syncplayClient.py
│   └── syncplayServer.py
├── nix-support
│   └── propagated-build-inputs
└── share
├── app-install
│   └── icons
│   └── syncplay.png
├── applications
│   ├── syncplay.desktop
│   └── syncplay-server.desktop
├── icons
│   ├── 128x128
│   │   └── apps
│   │   └── syncplay.png
│   ├── 16x16
│   │   └── apps
│   │   └── syncplay.png
│   ├── 24x24
│   │   └── apps
│   │   └── syncplay.png
│   ├── 256x256
│   │   └── apps
│   │   └── syncplay.png
│   ├── 32x32
│   │   └── apps
│   │   └── syncplay.png
│   ├── 48x48
│   │   └── apps
│   │   └── syncplay.png
│   ├── 64x64
│   │   └── apps
│   │   └── syncplay.png
│   ├── 96x96
│   │   └── apps
│   │   └── syncplay.png
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── syncplay.png
│   ├── 16x16
│   │   └── apps
│   │   └── syncplay.png
│   ├── 24x24
│   │   └── apps
│   │   └── syncplay.png
│   ├── 256x256
│   │   └── apps
│   │   └── syncplay.png
│   ├── 32x32
│   │   └── apps
│   │   └── syncplay.png
│   ├── 48x48
│   │   └── apps
│   │   └── syncplay.png
│   ├── 64x64
│   │   └── apps
│   │   └── syncplay.png
│   └── 96x96
│   └── apps
│   └── syncplay.png
└── pixmaps
└── syncplay.png
69 directories, 136 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment