Skip to content

Pre-Release not fully generating settings.json file #232

@HQToast

Description

@HQToast

Hi,

i have noticed that the current Pre-Release with the Merge pull request #222 from Noodlez1232/master seems to have problems filling the settings.json after login.

I specifically noticed that the "subscriptions": {}, part is still empty after logging in and restarting multiple times.

I have also noticed that the windows version will ask me to do the first start setup steps every time i start it. Login is still working but settings are gone. It looks like the settings.json is being generated but not used or not accessable anymore.

Downloading the older version v5.15.0 will fully generate the settings.json which can then be used in the Pre-Release to make it work again.

The following is what the Pre-Release will generate as a settings.json.

{
    "__SettingsWiki": "https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/settings.md",
    "runQuickstartPrompts": true,
    "floatplane": {
        "videosToSearch": 5,
        "videoResolution": "1080",
        "waitForNewVideos": true,
        "seekAndDestroy": []
    },
    "maxDownloadSpeed": -1,
    "plex": {
        "sectionsToUpdate": [],
        "enabled": false,
        "token": ""
    },
    "filePathFormatting": "./videos/%channelTitle%/%channelTitle% - S%year%E%month%%day%%hour%%minute%%second% - %videoTitle%",
    "extras": {
        "stripSubchannelPrefix": true,
        "downloadArtwork": true,
        "saveNfo": true,
        "considerAllNonPartialDownloaded": false
    },
    "artworkSuffix": "",
    "postProcessingCommand": "",
    "subscriptions": {},
    "metrics": {
        "prometheusExporterPort": null,
        "contributeMetrics": true
    }
}

Greetings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions