I have over 3k Steam entries (~2.5k real games). First I opened the Storepage of every single new Game, read the Tags, added every Tag (most of the time I tried to choose the first 10 Tags) to the Game to Categorize it. ~10 times “Add to…” per game. Fun isn’t it?

Then I found Depressurizer which was the only tool that made this bearable - but it’s Windows-only!

Sadly I didn’t manage to run it on Linux. Tried it under different Wine and Bottles setups, nope not for me! (Maybe I’m just to stupid to get it up and running?)

Three months ago I finally quitted Windows and forced myself to use Linux as daily driver! Glad I did it.

And I told myself: Before I start Windows just to sort my game library, let’s start to make one for the Linux Community! Directly on Linux, for Linux!

So I built SteamLibraryManager with PyCharm from scratch on CachyOS.

My App is available as AppImage (good for SteamDeck), AUR, .deb, .rpm, tar.gz:

yay -S steam-library-manager

GitHub: SwitchLibraryManager

What it does (just the highlights - check the GitHub README for the full feature list):

Smart Collections with full Boolean logic (AND/OR/NOT + nested groups) - Steam’s dynamic collections have been AND-only since 2018. So I had the Idea with my own “Dynamic Collections” called “Smart Collections”.

If you like to see a short Video of SLM

Auto-categorize by 17 rule types: Tags, Genres, ProtonDB rating, Steam Deck status, HowLongToBeat, Achievements, PEGI (Age Ratings), and more

Import all your non-Steam games: Epic, GOG, Amazon, Lutris, Bottles, itch.io, Flatpak, even ROMs with 16 emulator definitions

Metadata that survives Steam updates - we overlay your edits on top of Steam’s data so they don’t get wiped

Built-in auto-updates for AppImage users - downloads in background, atomic replace with rollback if something goes wrong.

Steam Deck: Responsive UI that adapts to 1280x800. AppImage works in Desktop Mode, survives SteamOS updates. No pacman hacks needed.

Tested on both of my SteamDecks - LCD (512GB) and OLED (1TB). On the LCD one it was a bit tricky because I installed CachyOS Handheld Edition on it and installed the AUR, Oled is original SteamOS where I used the AppImage!

It’s my first App, please be patient with me 🙃 I just want to give something back instead of using it just for my own.

TBH: AI tools helped during development - mostly for boilerplate, tests, docs and docstrings because I really hate writing documentation 🙄).

Architecture decisions, feature design, and all the tricky stuff (VDF binary parser, Smart Collections engine, Steam OAuth2) were done by me. Every line was reviewed and tested manually.

I’m not gonna pretend AI doesn’t exist in 2026, but this isn’t a ChatGPT copy-paste job.

It’s a vision I brought to life to help myself, and that I want to share now with the best OS community out there. No matter what Distro!

Linux is awesome, sadly it took me 30 years to realize that, using Windows only!

Greetings from Germany

BTW: If you find any spelling mistakes, you can keep em 😉

  • Ganbat@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    I tried to run it, but it crashes right away for me. Seems to be related to Cherry Tree Comedy Club and its sequel.

    When scanning games, I first get these warnings:

    06:43:03 [WARNING] steamlibmgr.database_importer: Failed to import app 214610: sequence item 0: expected str instance, int found
    06:43:03 [WARNING] steamlibmgr.database_importer: Failed to import app 333220: sequence item 0: expected str instance, int found
    

    And then ultimately this crash:

    Traceback (most recent call last):
      File "steam_library_manager/ui/workers/game_load_worker.py", line 59, in run
      File "steam_library_manager/services/game_service.py", line 202, in load_and_prepare
      File "steam_library_manager/core/game_manager.py", line 249, in discover_missing_games
      File "steam_library_manager/services/enrichment/metadata_enrichment_service.py", line 227, in discover_missing_games
      File "steam_library_manager/core/appinfo_manager.py", line 175, in get_app_metadata
    TypeError: sequence item 0: expected str instance, int found
    Aborted                    (core dumped) steam-library-manager
    
    • HeikesFootSlave@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Next time you should open a Issue on Github 😉

      Pushed 1.3.3 that should fix this Issue for some Games!

      Thanks for catching this Ganbat!