Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 11, 2020 17:13
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/fbbf649ec10f93461a67d8e8b40a3a04 to your computer and use it in GitHub Desktop.
Save r-ryantm/fbbf649ec10f93461a67d8e8b40a3a04 to your computer and use it in GitHub Desktop.
/nix/store/74m5gpvvmy8b1jjc9fg3s7h39sfbp2jn-musikcube-0.94.0
├── bin
│   ├── musikcube
│   └── musikcubed
├── include
│   └── musikcube
│   └── musikcore
│   └── sdk
│   ├── constants.h
│   ├── DataBuffer.h
│   ├── Filesystem.h
│   ├── HttpClient.h
│   ├── IAllocator.h
│   ├── IAnalyzer.h
│   ├── IBlockingEncoder.h
│   ├── IBuffer.h
│   ├── IBufferProvider.h
│   ├── IDataStreamFactory.h
│   ├── IDataStream.h
│   ├── IDebug.h
│   ├── IDecoderFactory.h
│   ├── IDecoder.h
│   ├── IDevice.h
│   ├── IDSP.h
│   ├── IEncoderFactory.h
│   ├── IEncoder.h
│   ├── IEnvironment.h
│   ├── IIndexerNotifier.h
│   ├── IIndexerSource.h
│   ├── IIndexerWriter.h
│   ├── IMap.h
│   ├── IMapList.h
│   ├── IMetadataProxy.h
│   ├── IOutput.h
│   ├── IPcmVisualizer.h
│   ├── IPlaybackRemote.h
│   ├── IPlaybackService.h
│   ├── IPlugin.h
│   ├── IPreferences.h
│   ├── IResource.h
│   ├── ISchema.h
│   ├── ISpectrumVisualizer.h
│   ├── IStreamingEncoder.h
│   ├── ITagReader.h
│   ├── ITagStore.h
│   ├── ITrack.h
│   ├── ITrackListEditor.h
│   ├── ITrackList.h
│   ├── IValue.h
│   ├── IValueList.h
│   ├── IVisualizer.h
│   ├── ReplayGain.h
│   └── String.h
└── share
├── applications
│   └── musikcube.desktop
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── musikcube.png
│   ├── 48x48
│   │   └── apps
│   │   └── musikcube.png
│   └── 64x64
│   └── apps
│   └── musikcube.png
└── musikcube
├── libmusikcore.so
├── locales
│   ├── en_US.json
│   ├── fr_FR.json
│   ├── it_IT.json
│   ├── ja_JP.json
│   ├── ru_RU.json
│   └── zh_CN.json
├── musikcube
├── musikcubed
├── plugins
│   ├── libalsaout.so
│   ├── libffmpegdecoder.so
│   ├── libgmedecoder.so
│   ├── libhttpdatastream.so
│   ├── libmpris.so
│   ├── libnullout.so
│   ├── libpulseout.so
│   ├── libserver.so
│   ├── libstockencoders.so
│   ├── libsupereqdsp.so
│   └── libtaglibreader.so
└── themes
├── gruvbox_dark.json
├── solarized_dark.json
└── solarized_light.json
19 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment