Streamer files are not generated anywhere #439
Unanswered
me0wg4ming
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
They are not meant to be created automatically. It's either you configure it with follows + default settings, or/and you define a file for adding some streamers manually/override settings. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
How or where can i configure a follows + default string? Is it directly in the config file that i load from config.json? I seeked for an example but found none sadly. Thanks for the answer in advance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tinkered a bit with the configration and i wanted the configration to load/save streamer files but also load the follower list.
{ "accounts": [ { "username": "samplenamer", "loginMethod": { "type": "tv", "authenticationFolder": "authentication/tv" }, "streamerConfigDirectories": [ { "path": "streamers", "recursive": true } ], "loadFollows": true } ]}``But for some reason the Streamer files are never created (even if i only use the minimal streamer config without my modification.
Not sure what im doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions