Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 13, 2019 01:21
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/cf3258b292456b4fd6037c6a6a77e24b to your computer and use it in GitHub Desktop.
Save ryantm/cf3258b292456b4fd6037c6a6a77e24b to your computer and use it in GitHub Desktop.
/nix/store/2yi5vnnc35z740kfrv7pm61w92kl1979-qmmp-1.3.2
├── bin
│   └── qmmp
├── include
│   ├── qmmp
│   │   ├── abstractengine.h
│   │   ├── audioconverter.h
│   │   ├── audioparameters.h
│   │   ├── buffer.h
│   │   ├── channelmap.h
│   │   ├── decoderfactory.h
│   │   ├── decoder.h
│   │   ├── effectfactory.h
│   │   ├── effect.h
│   │   ├── enginefactory.h
│   │   ├── eqsettings.h
│   │   ├── inputsourcefactory.h
│   │   ├── inputsource.h
│   │   ├── metadatamanager.h
│   │   ├── metadatamodel.h
│   │   ├── outputfactory.h
│   │   ├── output.h
│   │   ├── qmmp_export.h
│   │   ├── qmmp.h
│   │   ├── qmmpsettings.h
│   │   ├── soundcore.h
│   │   ├── statehandler.h
│   │   ├── tagmodel.h
│   │   ├── trackinfo.h
│   │   ├── visualfactory.h
│   │   ├── visual.h
│   │   └── volume.h
│   └── qmmpui
│   ├── commandlinehandler.h
│   ├── commandlinemanager.h
│   ├── configdialog.h
│   ├── detailsdialog.h
│   ├── filedialogfactory.h
│   ├── filedialog.h
│   ├── generalfactory.h
│   ├── general.h
│   ├── mediaplayer.h
│   ├── metadataformatter.h
│   ├── metadataformattermenu.h
│   ├── playlistdownloader.h
│   ├── playlistformat.h
│   ├── playlistgroup.h
│   ├── playlistheadermodel.h
│   ├── playlistitem.h
│   ├── playlistmanager.h
│   ├── playlistmodel.h
│   ├── playlistparser.h
│   ├── playlisttrack.h
│   ├── qmmpui_export.h
│   ├── qmmpuisettings.h
│   ├── templateeditor.h
│   ├── uifactory.h
│   ├── uihelper.h
│   └── uiloader.h
├── lib
│   ├── libqmmp.so -> libqmmp.so.1
│   ├── libqmmp.so.1 -> libqmmp.so.1.3.2
│   ├── libqmmp.so.1.3.2
│   ├── libqmmpui.so -> libqmmpui.so.1
│   ├── libqmmpui.so.1 -> libqmmpui.so.1.3.2
│   ├── libqmmpui.so.1.3.2
│   ├── pkgconfig
│   │   ├── qmmp.pc
│   │   └── qmmpui.pc
│   └── qmmp-1.3
│   ├── CommandLineOptions
│   │   ├── libincdecvolumeoption.so
│   │   ├── libplaylistoption.so
│   │   ├── libseekoption.so
│   │   └── libstatusoption.so
│   ├── Effect
│   │   ├── libcrossfade.so
│   │   ├── libfilewriter.so
│   │   ├── libladspa.so
│   │   ├── libmonotostereo.so
│   │   └── libstereo.so
│   ├── Engines
│   │   └── libmplayer.so
│   ├── FileDialogs
│   │   ├── libqmmpfiledialog.so
│   │   └── libtwopanelfiledialog.so
│   ├── General
│   │   ├── libconverter.so
│   │   ├── libcopypaste.so
│   │   ├── libcovermanager.so
│   │   ├── libfileops.so
│   │   ├── libgnomehotkey.so
│   │   ├── libhal.so
│   │   ├── libhistory.so
│   │   ├── libhotkey.so
│   │   ├── libkdenotify.so
│   │   ├── liblyrics.so
│   │   ├── libmpris.so
│   │   ├── libnotifier.so
│   │   ├── librgscan.so
│   │   ├── libscrobbler.so
│   │   ├── libstatusicon.so
│   │   ├── libstreambrowser.so
│   │   ├── libtrackchange.so
│   │   └── libudisks2.so
│   ├── Input
│   │   ├── libaac.so
│   │   ├── libcue.so
│   │   ├── libffmpeg.so
│   │   ├── libflac.so
│   │   ├── libmodplug.so
│   │   ├── libmpeg.so
│   │   ├── libsndfile.so
│   │   ├── libvorbis.so
│   │   └── libwildmidi.so
│   ├── Output
│   │   ├── libalsa.so
│   │   ├── libnull.so
│   │   ├── libpulseaudio.so
│   │   └── libqtmultimedia.so
│   ├── PlayListFormats
│   │   ├── libm3uplaylistformat.so
│   │   ├── libplsplaylistformat.so
│   │   └── libxspfplaylistformat.so
│   ├── Transports
│   │   ├── libhttp.so
│   │   └── libmms.so
│   ├── Ui
│   │   ├── libqsui.so
│   │   └── libskinned.so
│   └── Visual
│   └── libanalyzer.so
├── nix-support
│   └── propagated-user-env-packages
└── share
├── applications
│   ├── qmmp.desktop
│   ├── qmmp-dir.desktop
│   └── qmmp-enqueue.desktop
├── icons
│   └── hicolor
│   ├── 16x16
│   │   └── apps
│   │   └── qmmp.png
│   ├── 32x32
│   │   └── apps
│   │   └── qmmp.png
│   ├── 48x48
│   │   └── apps
│   │   └── qmmp.png
│   └── scalable
│   └── apps
│   ├── qmmp-simple.svgz
│   └── qmmp.svgz
└── qmmp
├── images
│   ├── app_icon.png
│   └── empty_cover.png
└── scripts
└── kwin.sh
34 directories, 125 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment