Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Add support to new libraryfolders.vdf format #158

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

bigujun
Copy link
Contributor

@bigujun bigujun commented Aug 8, 2021

Add support to new libraryfolders.vdf format;
Fix infinite loading;
Issues: #155 and #99

Old format:

"LibraryFolders"
{
   "1"        "D:\\SteamLibrary"
   "2"        "E:\\SteamLibrary"
}

New format:

"libraryfolders"
{
    "1"
    {
        "path"        "D:\\SteamLibrary"
        "label"        ""
        "mounted"        "1"
        "contentid"        "xxxxxxxxx"
    }
    "2"
    {
        "path"        "E:\\SteamLibrary"
        "label"        ""
        "mounted"        "1"
        "contentid"        "xxxxxxxxx"
    }
}

@doZennn doZennn merged commit 1fd22a6 into SteamGridDB:master Aug 8, 2021
@lolcatplays
Copy link

Sorry I'm not able to build this, could you send one to me?

@kongomongo
Copy link
Contributor

@lolcatplays

SteamGridDB Manager Setup 0.4.2_93fa9f1.exe
https://mega.nz/file/QsJiCLJA#Uk_lr17ncYmebOvMzq256RyU7ueQjU872fHjnsSawFE

@lolcatplays
Copy link

lolcatplays commented Aug 22, 2021

Thanks again, any reason why a new build isn't being posted to the site?
Also, horizontal grid images don't work in big picture for me

@kongomongo
Copy link
Contributor

they should work now, you have to set them again in sgdb manager though

@lolcatplays
Copy link

They worked on your older build but not here, test on your end please.

@kongomongo
Copy link
Contributor

kongomongo commented Aug 22, 2021

Yes, you are right. The PRs are not commited to main repo. Do you want my patched up version?

@lolcatplays
Copy link

Don't mind giving it a shot

@kongomongo
Copy link
Contributor

ok.

SteamGridDB Manager Setup 0.4.2_kongomongo_master_5e2f680.exe
https://mega.nz/file/ZxZmDR7A#oQsmEdt5_Zf2SwxhXj8FCa9WhNucKxc1gJLOF23Vw9s

@lolcatplays
Copy link

ok.

SteamGridDB Manager Setup 0.4.2_kongomongo_master_5e2f680.exe
https://mega.nz/file/ZxZmDR7A#oQsmEdt5_Zf2SwxhXj8FCa9WhNucKxc1gJLOF23Vw9s

Worked like a charm even on Windows 11 thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants