├── .gitattributes ├── LICENSE ├── README.md ├── plexargod-authorized-devices.png ├── plexargod-first-run.gif └── plexargod.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielewood/plexargod/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielewood/plexargod/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielewood/plexargod/HEAD/README.md -------------------------------------------------------------------------------- /plexargod-authorized-devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielewood/plexargod/HEAD/plexargod-authorized-devices.png -------------------------------------------------------------------------------- /plexargod-first-run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielewood/plexargod/HEAD/plexargod-first-run.gif -------------------------------------------------------------------------------- /plexargod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielewood/plexargod/HEAD/plexargod.sh --------------------------------------------------------------------------------