Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 3, 2019 08:48
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/15d333708e4b7b303fada66ca91c9a51 to your computer and use it in GitHub Desktop.
Save ryantm/15d333708e4b7b303fada66ca91c9a51 to your computer and use it in GitHub Desktop.
/nix/store/rmwiwyc9yi1nj57g381w80piabl5vp52-mopidy-2.2.2
├── bin
│   └── mopidy
├── lib
│   └── python2.7
│   └── site-packages
│   ├── mopidy
│   │   ├── audio
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── listener.py
│   │   │   ├── listener.pyc
│   │   │   ├── scan.py
│   │   │   ├── scan.pyc
│   │   │   ├── tags.py
│   │   │   ├── tags.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── backend.py
│   │   ├── backend.pyc
│   │   ├── commands.py
│   │   ├── commands.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── config
│   │   │   ├── default.conf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── keyring.py
│   │   │   ├── keyring.pyc
│   │   │   ├── schemas.py
│   │   │   ├── schemas.pyc
│   │   │   ├── types.py
│   │   │   ├── types.pyc
│   │   │   ├── validators.py
│   │   │   └── validators.pyc
│   │   ├── core
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── history.py
│   │   │   ├── history.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── library.py
│   │   │   ├── library.pyc
│   │   │   ├── listener.py
│   │   │   ├── listener.pyc
│   │   │   ├── mixer.py
│   │   │   ├── mixer.pyc
│   │   │   ├── playback.py
│   │   │   ├── playback.pyc
│   │   │   ├── playlists.py
│   │   │   ├── playlists.pyc
│   │   │   ├── tracklist.py
│   │   │   └── tracklist.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── ext.py
│   │   ├── ext.pyc
│   │   ├── file
│   │   │   ├── backend.py
│   │   │   ├── backend.pyc
│   │   │   ├── ext.conf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── library.py
│   │   │   └── library.pyc
│   │   ├── http
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── data
│   │   │   │   ├── clients.html
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── mopidy.css
│   │   │   │   ├── mopidy.js
│   │   │   │   └── mopidy.min.js
│   │   │   ├── ext.conf
│   │   │   ├── handlers.py
│   │   │   ├── handlers.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── httpclient.py
│   │   ├── httpclient.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── internal
│   │   │   ├── deprecation.py
│   │   │   ├── deprecation.pyc
│   │   │   ├── deps.py
│   │   │   ├── deps.pyc
│   │   │   ├── encoding.py
│   │   │   ├── encoding.pyc
│   │   │   ├── formatting.py
│   │   │   ├── formatting.pyc
│   │   │   ├── gi.py
│   │   │   ├── gi.pyc
│   │   │   ├── http.py
│   │   │   ├── http.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jsonrpc.py
│   │   │   ├── jsonrpc.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── models.py
│   │   │   ├── models.pyc
│   │   │   ├── network.py
│   │   │   ├── network.pyc
│   │   │   ├── path.py
│   │   │   ├── path.pyc
│   │   │   ├── playlists.py
│   │   │   ├── playlists.pyc
│   │   │   ├── process.py
│   │   │   ├── process.pyc
│   │   │   ├── storage.py
│   │   │   ├── storage.pyc
│   │   │   ├── timer.py
│   │   │   ├── timer.pyc
│   │   │   ├── validation.py
│   │   │   ├── validation.pyc
│   │   │   ├── versioning.py
│   │   │   ├── versioning.pyc
│   │   │   ├── xdg.py
│   │   │   └── xdg.pyc
│   │   ├── listener.py
│   │   ├── listener.pyc
│   │   ├── local
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── commands.py
│   │   │   ├── commands.pyc
│   │   │   ├── ext.conf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── json.py
│   │   │   ├── json.pyc
│   │   │   ├── library.py
│   │   │   ├── library.pyc
│   │   │   ├── playback.py
│   │   │   ├── playback.pyc
│   │   │   ├── search.py
│   │   │   ├── search.pyc
│   │   │   ├── storage.py
│   │   │   ├── storage.pyc
│   │   │   ├── translator.py
│   │   │   └── translator.pyc
│   │   ├── m3u
│   │   │   ├── backend.py
│   │   │   ├── backend.pyc
│   │   │   ├── ext.conf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── playlists.py
│   │   │   ├── playlists.pyc
│   │   │   ├── translator.py
│   │   │   └── translator.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── mixer.py
│   │   ├── mixer.pyc
│   │   ├── models
│   │   │   ├── fields.py
│   │   │   ├── fields.pyc
│   │   │   ├── immutable.py
│   │   │   ├── immutable.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── serialize.py
│   │   │   └── serialize.pyc
│   │   ├── mpd
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── dispatcher.py
│   │   │   ├── dispatcher.pyc
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyc
│   │   │   ├── ext.conf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── protocol
│   │   │   │   ├── audio_output.py
│   │   │   │   ├── audio_output.pyc
│   │   │   │   ├── channels.py
│   │   │   │   ├── channels.pyc
│   │   │   │   ├── command_list.py
│   │   │   │   ├── command_list.pyc
│   │   │   │   ├── connection.py
│   │   │   │   ├── connection.pyc
│   │   │   │   ├── current_playlist.py
│   │   │   │   ├── current_playlist.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mount.py
│   │   │   │   ├── mount.pyc
│   │   │   │   ├── music_db.py
│   │   │   │   ├── music_db.pyc
│   │   │   │   ├── playback.py
│   │   │   │   ├── playback.pyc
│   │   │   │   ├── reflection.py
│   │   │   │   ├── reflection.pyc
│   │   │   │   ├── status.py
│   │   │   │   ├── status.pyc
│   │   │   │   ├── stickers.py
│   │   │   │   ├── stickers.pyc
│   │   │   │   ├── stored_playlists.py
│   │   │   │   ├── stored_playlists.pyc
│   │   │   │   ├── tagtype_list.py
│   │   │   │   └── tagtype_list.pyc
│   │   │   ├── session.py
│   │   │   ├── session.pyc
│   │   │   ├── tokenize.py
│   │   │   ├── tokenize.pyc
│   │   │   ├── translator.py
│   │   │   ├── translator.pyc
│   │   │   ├── uri_mapper.py
│   │   │   └── uri_mapper.pyc
│   │   ├── softwaremixer
│   │   │   ├── ext.conf
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mixer.py
│   │   │   └── mixer.pyc
│   │   ├── stream
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── ext.conf
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── zeroconf.py
│   │   └── zeroconf.pyc
│   └── Mopidy-2.2.2.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
21 directories, 223 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment