├── .github └── workflows │ └── main.yml ├── README.md ├── Softlyx └── Fileball │ ├── FANG │ └── tubiao.json │ └── YUAN │ └── tubiao.json ├── baiitang └── Sakura │ └── Fileball │ ├── Fang │ └── tubiao.json │ └── Yuan │ └── tubiao.json ├── gh-proxy-url-replacer.sh ├── ginibond └── ginibond │ └── Icons │ └── emby │ └── tubiao.json └── lige47 └── QuanX-icon-rule └── lige-emby-icon.json /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/README.md -------------------------------------------------------------------------------- /Softlyx/Fileball/FANG/tubiao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/Softlyx/Fileball/FANG/tubiao.json -------------------------------------------------------------------------------- /Softlyx/Fileball/YUAN/tubiao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/Softlyx/Fileball/YUAN/tubiao.json -------------------------------------------------------------------------------- /baiitang/Sakura/Fileball/Fang/tubiao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/baiitang/Sakura/Fileball/Fang/tubiao.json -------------------------------------------------------------------------------- /baiitang/Sakura/Fileball/Yuan/tubiao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/baiitang/Sakura/Fileball/Yuan/tubiao.json -------------------------------------------------------------------------------- /gh-proxy-url-replacer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/gh-proxy-url-replacer.sh -------------------------------------------------------------------------------- /ginibond/ginibond/Icons/emby/tubiao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/ginibond/ginibond/Icons/emby/tubiao.json -------------------------------------------------------------------------------- /lige47/QuanX-icon-rule/lige-emby-icon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RebornQ/Emby-icon-collection/HEAD/lige47/QuanX-icon-rule/lige-emby-icon.json --------------------------------------------------------------------------------