├── .gitignore ├── LICENSE ├── README.md ├── add-series-alias.txt ├── makefile ├── media-sources.txt ├── query-excludes.txt ├── release-groups.txt └── series-mappings.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/README.md -------------------------------------------------------------------------------- /add-series-alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/add-series-alias.txt -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/makefile -------------------------------------------------------------------------------- /media-sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/media-sources.txt -------------------------------------------------------------------------------- /query-excludes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/query-excludes.txt -------------------------------------------------------------------------------- /release-groups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/release-groups.txt -------------------------------------------------------------------------------- /series-mappings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filebot/data/HEAD/series-mappings.txt --------------------------------------------------------------------------------