├── LICENSE ├── README.md ├── StashNfoExporter.py ├── StashNfoExporter.yml ├── config.py ├── example.nfo ├── log.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/README.md -------------------------------------------------------------------------------- /StashNfoExporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/StashNfoExporter.py -------------------------------------------------------------------------------- /StashNfoExporter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/StashNfoExporter.yml -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/config.py -------------------------------------------------------------------------------- /example.nfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/example.nfo -------------------------------------------------------------------------------- /log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyinfinity/StashNfoExporter/HEAD/log.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | lxml 2 | Requests 3 | --------------------------------------------------------------------------------