Zingabopp / BeatSync

Beat Saber plugin to automatically download beatmaps.
Other
247 stars 22 forks source link

BeatSyncConsole-1.01-win Cannot Download Bookmarked Songs #56

Closed yamikit closed 10 months ago

yamikit commented 10 months ago

Beat Sync Console is not downloading bookmarked songs, it's skipping all my bookmarks. When I open the game, they are not there.

image

My Config:

{ "RegenerateConfig": false, "DownloadTimeout": 60, "MaxConcurrentDownloads": 3, "RecentPlaylistDays": 2, "AllBeatSyncSongsPlaylist": false, "BeastSaber": { "Enabled": true, "Username": "", "MaxConcurrentPageChecks": 10, "Bookmarks": { "Enabled": true, "MaxSongs": 0, "CreatePlaylist": true, "PlaylistStyle": "Replace", "SongsPerPage": 50 }, "Follows": { "Enabled": false, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Append", "SongsPerPage": 50 }, "CuratorRecommended": { "Enabled": false, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Append", "SongsPerPage": 50 } }, "BeatSaver": { "Enabled": true, "FavoriteMappers": { "Enabled": true, "MaxSongs": 0, "CreatePlaylist": true, "PlaylistStyle": "Replace", "SeparateMapperPlaylists": false }, "Latest": { "Enabled": false, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Append" } }, "ScoreSaber": { "Enabled": false, "TopRanked": { "Enabled": true, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Replace", "IncludeUnstarred": true, "MaxStars": 0.0, "MinStars": 0.0 }, "LatestRanked": { "Enabled": true, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Replace", "IncludeUnstarred": true, "MaxStars": 0.0, "MinStars": 0.0 }, "Trending": { "Enabled": false, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Append", "RankedOnly": false, "IncludeUnstarred": true, "MaxStars": 0.0, "MinStars": 0.0 }, "TopPlayed": { "Enabled": false, "MaxSongs": 20, "CreatePlaylist": true, "PlaylistStyle": "Append", "RankedOnly": false, "IncludeUnstarred": true, "MaxStars": 0.0, "MinStars": 0.0 } }, "LastRun": "2023-11-02T21:10:56.5276881-05:00" }

Any help / insight is much appreciated.