Backloggery integration with game library websites
Well, it works on Chrome with Tampermonkey, so the website itself is probably not the cause here.
I'll try reproducing it when I have the time.
…Actually, it's possible that it simply doesn't work with Greasemonkey due to API differences 😅
Ah I see, that makes sense then. I will try out a different userscript runner and see if that helps. Also, i did notice that the URL for steam profiles is profile//games, UNLESS you specify to use a custom URL, in which case it is /id//games. So just throwing that here in case anyone runs into that issue. Thanks!
Hi, I wanted to share my issue on this topic too. It is possible I'm doing something wrong, but no matter what I try (trying Tampermonkey, Violentmonkey, different browsers, updating said browsers etc.) two things happen:
1. On Steam-related pages (Steamcommunity, SteamDB) nothing gets added to the synched platforms list, I'm not getting any notifications, even though it says that the script is running
2. By adding console games to my library on DekuDeals, I was able to succesfully add my Switch library, same with itch.io on their site. I linked my Steam account to DD and I'm getting a notification that a correct number of games were added, this number also appears in Backloggery->Settings->Platforms->Synched platforms, but when I'm getting to the game addition screen, there's (0) when choosing Steam as a platform (in comparison to correct numbers with Switch and itch titles, I have no issues with adding them to my backlog)
Not sure if it helps/points at anything. I'm logged in on all sites ofc and tried adding the Steam links to @ include too but with no changes
On Steam-related pages (Steamcommunity, SteamDB) nothing gets added to the synched platforms list, I'm not getting any notifications, even though it says that the script is running
No idea. Are you logged in? What's the URL? What's printed in the browser console on page load?
By adding console games to my library on DekuDeals, I was able to succesfully add my Switch library
when I'm getting to the game addition screen, there's (0) when choosing Steam as a platform
Well, that's because DekuDeals entries are displayed per platform… but I didn't include support for Steam game entries, since they're supposed to be collected from Steam website directly 😅
I didn't know it was possible to link one's Steam library to Itch, but games scrapped from Itch are stored as Itch games (and, again, Steam games are meant to be collected from Steam website)
profile//games
/id//games
I'm guessing this got mangled when posting? You can use `
for including verbatim snippets (in Markdown mode); e.g. `foo/<bar>/baz`
.
…Also you may want to check the Preview before posting a comment.
UNLESS you specify to use a custom URL
I don't believe I've ever seen a setting like that on Steam. The /my/games
link (in the site menu) redirects me to /id/<username>/games
🤔
No idea. Are you logged in? What's the URL? What's printed in the browser console on page load?
Yes I'm logged in as I mentioned, the url where all the games are is https://steamcommunity.com/profiles/id/games?tab=all, but https://steamcommunity.com/profiles/id/games also doesn't work. I'll try to attach pictures of what appears on console on both Steam and SteamDB
I didn't know it was possible to link one's Steam library to Itch, but games scrapped from Itch are stored as Itch games (and, again, Steam games are meant to be collected from Steam website)
I'm sorry if it sounded that way, I meant that I added my itch games separately, not that I linked Steam to itch. I linked it only to SteamDB and DD.
Yes I'm logged in as I mentioned, the url where all the games are is https://steamcommunity.com/profiles/id/games?tab=all, but https://steamcommunity.com/profiles/id/games also doesn't work. I'll try to attach pictures of what appears on console on both Steam and SteamDB
I assume you meant something like /profiles/<id>/games
(with <id>
being your user ID number, same as in SteamDB)? Yeah, this URI is not supported by the current version of the script. I'll add it to the next patch (which I'll probably release soon).
UNLESS you specify to use a custom URL
…Oh, I found it. Yeah, that's definitely something I missed 😅
…Uploaded a fix; /profile/<id>/*
URLs should be working now.
See also changelog for v1.2.15
Hi! I have been working on getting this script to work with my steam library, but it seems to not recognize the steam URL at all. I am on linux and using Greasemonkey on firefox. it might have something to do with the steam update in September, but I am not sure. I might also be doing something horribly wrong.