mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-20 15:06:07 -05:00
added base ricoloic config
This commit is contained in:
97
ricoloic/README.md
Normal file
97
ricoloic/README.md
Normal file
@@ -0,0 +1,97 @@
|
||||
# Rico Kometa Configuration
|
||||
|
||||
## Requirements
|
||||
|
||||
### Plex
|
||||
|
||||
The Plex configuration is required
|
||||
|
||||
Fill in the following from the `config.yml` file
|
||||
|
||||
```yml
|
||||
plex:
|
||||
url: http://192.168.1.12:32400
|
||||
token: ####################
|
||||
timeout: 60
|
||||
db_cache:
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
verify_ssl:
|
||||
```
|
||||
|
||||
[PLEX ATTRIBUTES](https://metamanager.wiki/en/latest/config/plex/?h=plex)
|
||||
|
||||
### TMDB
|
||||
|
||||
The TMDB configuration is required
|
||||
|
||||
Fill in the following from the `config.yml` file
|
||||
|
||||
```yml
|
||||
tmdb:
|
||||
apikey: ################################
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
```
|
||||
|
||||
[TMDB ATTRIBUTES](https://metamanager.wiki/en/latest/config/tmdb/?h=tmdb)
|
||||
|
||||
### TrakT
|
||||
|
||||
The TrakT configuration is required
|
||||
|
||||
Fill in the following from the `config.yml` file
|
||||
|
||||
```yml
|
||||
trakt:
|
||||
client_id: ####################
|
||||
client_secret: ####################
|
||||
pin:
|
||||
authorization:
|
||||
access_token:
|
||||
token_type:
|
||||
expires_in:
|
||||
refresh_token:
|
||||
scope: public
|
||||
created_at:
|
||||
```
|
||||
|
||||
[TRAKT ATTRIBUTES](https://metamanager.wiki/en/latest/config/trakt/?h=trakt)
|
||||
|
||||
### MAL
|
||||
|
||||
The My Anime List configuration is required
|
||||
|
||||
Fill in the following from the `config.yml` file
|
||||
|
||||
```yml
|
||||
mal:
|
||||
client_id: ####################
|
||||
client_secret: ####################
|
||||
authorization:
|
||||
access_token:
|
||||
token_type:
|
||||
expires_in:
|
||||
refresh_token:
|
||||
```
|
||||
|
||||
[MYANIMELIST ATTRIBUTES](https://metamanager.wiki/en/latest/config/myanimelist/?h=my)
|
||||
|
||||
## Assets
|
||||
|
||||
All assets are provided from either my [custom repository](https://github.com/ricoloic/Kometa-Personal-Config) or from [theposterdb](https://theposterdb.com). All of the poster from my repository have been generated by myself and are free for you tu use how you like.
|
||||
|
||||
### Anime
|
||||
|
||||

|
||||
|
||||
### Movie
|
||||
|
||||

|
||||
|
||||
## Show
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user