forked from muyangye/Netease_To_Spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
17 lines (17 loc) · 858 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
client_id : "YOUR_CLIENT_ID_HERE"
client_secret : "YOUR_CLIENT_SECRET_HERE"
playlist_prefix: "[NetEase] " # Optional prefix for all migrated playlists (e.g. "[Netease] " or "网易云 - ")
cover_image_path : "DESIRED_SPOTIFY_PLAYLIST_COVER_IMAGE_PATH"
netease_playlists: # List of playlists to migrate with their limits
- id: "YOUR_FIRST_NETEASE_PLAYLIST_ID"
limit: 50 # Limit to first 50 songs, use 0 or remove for no limit
- id: "YOUR_SECOND_NETEASE_PLAYLIST_ID"
limit: 100 # Limit to first 100 songs
# Add more playlists as needed
logging:
directory: "logs" # Directory to store log files
retention:
max_size_gb: 5 # Maximum total size of log files in gigabytes
max_days: 30 # Maximum age of log files in days
level: "INFO" # Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL