Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 13:37
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/a93f420555a528404adee3b93c84e1b9 to your computer and use it in GitHub Desktop.
Save r-ryantm/a93f420555a528404adee3b93c84e1b9 to your computer and use it in GitHub Desktop.
/nix/store/ii1mp9s2bm363m088daxr10xxbr9z6jr-smplayer-20.4.2
├── bin
│   ├── simple_web_server
│   └── smplayer
└── share
├── applications
│   ├── smplayer.desktop
│   └── smplayer_enqueue.desktop
├── doc
│   └── packages
│   └── smplayer
│   ├── Changelog
│   ├── Copying_BSD.txt
│   ├── Copying_libmaia.txt
│   ├── Copying_openssl.txt
│   ├── Copying.txt
│   ├── cs
│   │   └── gpl.html
│   ├── de
│   │   └── gpl.html
│   ├── dvdmenus.txt
│   ├── en
│   │   └── gpl.html
│   ├── es
│   │   └── gpl.html
│   ├── Finding_subtitles.txt
│   ├── fr
│   │   └── gpl.html
│   ├── hu
│   │   └── gpl.html
│   ├── Install.txt
│   ├── it
│   │   └── gpl.html
│   ├── ja
│   │   └── gpl.html
│   ├── nl
│   │   └── gpl.html
│   ├── Not_so_obvious_things.txt
│   ├── Portable_Edition.txt
│   ├── Readme.txt
│   ├── Release_notes.txt
│   ├── ro
│   │   └── gpl.html
│   ├── ru
│   │   └── gpl.html
│   ├── Watching_TV.txt
│   └── zh_CN
│   └── gpl.html
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── smplayer.png
│   ├── 16x16
│   │   └── apps
│   │   └── smplayer.png
│   ├── 192x192
│   │   └── apps
│   │   └── smplayer.png
│   ├── 22x22
│   │   └── apps
│   │   └── smplayer.png
│   ├── 256x256
│   │   └── apps
│   │   └── smplayer.png
│   ├── 32x32
│   │   └── apps
│   │   └── smplayer.png
│   ├── 512x512
│   │   └── apps
│   │   └── smplayer.png
│   ├── 64x64
│   │   └── apps
│   │   └── smplayer.png
│   └── scalable
│   └── apps
│   └── smplayer.svg
├── man
│   └── man1
│   └── smplayer.1.gz
└── smplayer
├── input.conf
├── shortcuts
│   ├── default.keys
│   ├── euskara.keys
│   └── vlc.keys
└── translations
├── smplayer_am.qm
├── smplayer_ar.qm
├── smplayer_ar_SY.qm
├── smplayer_bg.qm
├── smplayer_ca.qm
├── smplayer_cs.qm
├── smplayer_da.qm
├── smplayer_de.qm
├── smplayer_el.qm
├── smplayer_en_GB.qm
├── smplayer_en.qm
├── smplayer_en_US.qm
├── smplayer_es_ES.qm
├── smplayer_es.qm
├── smplayer_et.qm
├── smplayer_eu.qm
├── smplayer_fa.qm
├── smplayer_fi.qm
├── smplayer_fr.qm
├── smplayer_gl.qm
├── smplayer_he_IL.qm
├── smplayer_hr.qm
├── smplayer_hu.qm
├── smplayer_id.qm
├── smplayer_it.qm
├── smplayer_ja.qm
├── smplayer_ka.qm
├── smplayer_ko.qm
├── smplayer_ku.qm
├── smplayer_lt.qm
├── smplayer_mk.qm
├── smplayer_ms_MY.qm
├── smplayer_nb_NO.qm
├── smplayer_nl.qm
├── smplayer_nn_NO.qm
├── smplayer_pl.qm
├── smplayer_pt_BR.qm
├── smplayer_pt.qm
├── smplayer_ro_RO.qm
├── smplayer_ru_RU.qm
├── smplayer_sk.qm
├── smplayer_sl_SI.qm
├── smplayer_sq_AL.qm
├── smplayer_sr.qm
├── smplayer_sv.qm
├── smplayer_th.qm
├── smplayer_tr.qm
├── smplayer_uk_UA.qm
├── smplayer_uz.qm
├── smplayer_vi_VN.qm
├── smplayer_zh_CN.qm
└── smplayer_zh_TW.qm
43 directories, 95 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment