Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 3, 2019 03:31
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/8b0dd884ef11d9fca0de4e8d96bf9f4c to your computer and use it in GitHub Desktop.
Save ryantm/8b0dd884ef11d9fca0de4e8d96bf9f4c to your computer and use it in GitHub Desktop.
/nix/store/cif4cc91zr666pb2hs2h9dkzzrcvkjxj-serviio-2.0
├── config
│   ├── application-profiles.xml
│   ├── log4j.xml
│   ├── profiles.xml
│   └── serviio.jks
├── legal
│   ├── axmlrpc-licence.txt
│   ├── commons-codec-licence.txt
│   ├── commons-io-licence.txt
│   ├── dcraw-licence.txt
│   ├── Derby-licence.txt
│   ├── FFmpeg-licence.txt
│   ├── FreeMarker-licence.txt
│   ├── Gson-licence.txt
│   ├── HttpCore-licence.txt
│   ├── icu4j-licence.txt
│   ├── img-scalr-licence.txt
│   ├── Jcs-licence.txt
│   ├── JDOM-licence.txt
│   ├── jNAT-PMPlib-licence.txt
│   ├── LameMP3Encoder-licence.txt
│   ├── librtmp-licence.txt
│   ├── LICENSE.xerox
│   ├── Log4J-licence.txt
│   ├── Restlet-licence.txt
│   ├── Rome-licence.txt
│   ├── Sanselan-licence.txt
│   ├── sbbi-upnplib-licence.txt
│   ├── slf4j-licence.txt
│   ├── StreamFlyer-licence.txt
│   ├── winp-licence.txt
│   └── XStream-licence.txt
├── lib
│   ├── activation.jar
│   ├── aspectjrt.jar
│   ├── aspectjweaver.jar
│   ├── commons-codec.jar
│   ├── commons-imaging.jar
│   ├── commons-io.jar
│   ├── commons-jcs-core.jar
│   ├── commons-jxpath.jar
│   ├── commons-lang.jar
│   ├── commons-logging.jar
│   ├── derby.jar
│   ├── freemarker.jar
│   ├── groovy-all.jar
│   ├── gson.jar
│   ├── httpclient-cache.jar
│   ├── httpclient.jar
│   ├── httpcore.jar
│   ├── icu4j.jar
│   ├── imgscalr-lib.jar
│   ├── jaudiotagger.jar
│   ├── javax.xml.soap-api.jar
│   ├── jcl-over-slf4j.jar
│   ├── jdom.jar
│   ├── jnat-pmplib.jar
│   ├── jul-to-slf4j.jar
│   ├── log4j.jar
│   ├── lucene-analyzers-common.jar
│   ├── lucene-core.jar
│   ├── mimepull.jar
│   ├── org.restlet.ext.gson.jar
│   ├── org.restlet.ext.simple.jar
│   ├── org.restlet.ext.slf4j.jar
│   ├── org.restlet.ext.xstream.jar
│   ├── org.restlet.jar
│   ├── padlock.jar
│   ├── rome.jar
│   ├── rome-modules.jar
│   ├── saaj-impl.jar
│   ├── sbbi-upnp.jar
│   ├── serviio.jar
│   ├── serviio-mediabrowser-api.jar
│   ├── serviio-mediabrowser-web.jar
│   ├── serviio-web-console-api.jar
│   ├── serviio-web-console.jar
│   ├── simple.jar
│   ├── slf4j-api.jar
│   ├── slf4j-log4j12.jar
│   ├── stax-api.jar
│   ├── stax-ex.jar
│   ├── streamflyer-core.jar
│   ├── winp.jar
│   └── xstream.jar
├── library
│   └── derby.properties
├── LICENCE.txt
├── NOTICE.txt
├── plugins
│   └── plugins-readme.txt
├── README.txt
└── RELEASE_NOTES.txt
5 directories, 88 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment