BetterDiscordStuff icon indicating copy to clipboard operation
BetterDiscordStuff copied to clipboard

Local File Server - Changing root folder?

Open NeloBlivion opened this issue 5 years ago • 3 comments

Is it possible to change the root folder of localfileserver? It's currently set to pictures (C:\Users\Username\Pictures) but, ironically, all the images i'd like to use are in folders elsewhere.

NeloBlivion avatar Jun 08 '19 10:06 NeloBlivion

Yes, that's merely the default location. You can change the path in the plugin's settings. image

Inve1951 avatar Jun 08 '19 16:06 Inve1951

Nvm, it suffers from the same electron bug as DirectDownload did. I'll fix (i.e. work around) it soon™. In the meanwhile you can change it by editing the localFileServer.config.json file. Should look like this:

{
    "settings": {
        "folder": "C:\\Where\\Ever\\You\\Want",
        "port": 443
    }
}

Inve1951 avatar Jun 08 '19 16:06 Inve1951

Thanks for the help! Editing the config and restarting discord worked great.

NeloBlivion avatar Jun 08 '19 18:06 NeloBlivion