-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yml
70 lines (60 loc) · 2.17 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# config.yml
# change plex url and token here
Base URL: ${PLEX_URL} # i.e http://192.168.1.1:32400 or if reverse proxied i.e. https://plex.yourdomain.tld or fill them in .env file and let this part be
Token: ${PLEX_TOKEN} # how to get token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ or fill them in .env file and let this part be
# input the libraries you want to export NFO/poster/fanart from
# if the library type is music, input it TWICE. This is due to plex have 2 different roots for music library, each for artist and albums
Libraries: ['Movies', 'TV Shows', 'Anime', 'Music', 'Music']
# minimum age (days) for NFO/poster/art not to be replaced
# i.e setting 15 means any NFO/poster/art file older than 15 days will not be replaced
# !!!!!!! set lower than how often you plan to run the script !!!!!!!
days_difference: 4
# true/false choose what to export
Export NFO: true
Export poster: false
Export fanart: false
Export season poster: false
Export episode NFO: false
# change/add path mapping if plex path is different from local (script) path
Path mapping: [
{
'plex': '/data_media',
'local': '/volume1/data/media'
},
{
'plex': '/usb2',
'local': '/volumeUSB2/usbshare/data'
},
{
'plex': '/debrid',
'local': '/volume2/debrid'
}
]
# change this to true only if you put all your media files inside one media folder
# this option will put media title on files, i.e. movietitle.nfo instead of movie.nfo and movietitle_poster.jpg instead of poster.jpg
Unified Media Path: false
################################ NFO options ################################
# important
# set to false if you know you don't want these metadata
title: true
agent_id: true # will export all available metadata agent ids
tagline: true
plot: true
year: true
# optionals
studio: false
mpaa: false
criticrating: false
customrating: false
runtime: false
releasedate: false
genre: false
country: false
style: false
ratings: false
directors: false
writers: false
roles: false
# producers: false # there's no equivalent in jellyfin metadata
# log level defaults to info for console and warning for file
log_level: