Recol / DLSS-Updater

What if you could update all the games that are detected on your system?
GNU Affero General Public License v3.0
467 stars 8 forks source link

Create the ability to automate the update process. (Command line options? GUI?) #23

Open Truandale opened 2 months ago

Truandale commented 2 months ago

Hello. This is not a problem, this is a wish. Every day my PC wakes up at night, performs maintenance actions (updates programs, checks for viruses, etc.) and falls asleep. Regarding dlss updater. If this is a console program, then it really lacks parameters for launching (specify the location of the paths where to look for games, for example). With the parameters, I would launch the bat file from the Task Scheduler, the program itself would update everything and close. Or indicate the same thing, but in the gui. The program as an idea is simply great. It just seems to me that it lacks something to automate the process. Or I just didn't find it?

Recol commented 2 months ago

You are correct, this functionality doesn't exist, it is possible to implement, I'll consider possibly adding automation support in the future.

rayman3003 commented 1 month ago

Good to have a GUI for this app

Recol commented 1 month ago

@rayman3003 There is work ongoing for this at https://github.com/Recol/DLSS-Updater/tree/ui-integration, it will take time however.

rayman3003 commented 1 month ago

@rayman3003 There is work ongoing for this at https://github.com/Recol/DLSS-Updater/tree/ui-integration, it will take time however.

Good to hear about it.

Desperately waiting for it.

Makusensu commented 1 week ago

Are you planning to add kind of configuration file to permanently set custom folder paths to scan ?

Recol commented 1 week ago

@Makusensu This will be via a GUI - there are some technical considerations which will need to be made to actually properly support this but as an idea it will be to remember path locations once they are set.

There's no ETA on when it will be done, i have things ongoing and i'm not taking an active lead on the integration for this feature specifically.

Recol commented 5 days ago

@rayman3003 @rayman3003 Hi both, i set aside some time to build these, they're now available with version 2.5.0.

Cheers, Deco

rayman3003 commented 5 days ago

@rayman3003 @rayman3003 Hi both, i set aside some time to build these, they're now available with version 2.5.0.

Cheers, Deco

I think it doesn't work for custom game folders.

I added a random game (angry birds) to the DLSS Updater, that it's dll (msvcr100.dll) is old. But the DLSS Updater says "No updates available. You have the latest version." But as u can see in the screenshot, the dll (msvcr100.dll) of the game is old!

2024-11-19 10_54_51-

Recol commented 4 days ago

@rayman3003 @rayman3003 Hi both, i set aside some time to build these, they're now available with version 2.5.0. Cheers, Deco

I think it doesn't work for custom game folders.

I added a random game (angry birds) to the DLSS Updater, that it's dll (msvcr100.dll) is old. But the DLSS Updater says "No updates available. You have the latest version." But as u can see in the screenshot, the dll (msvcr100.dll) of the game is old!

2024-11-19 10_54_51-

This DLL is not for DLSS - neither is it affiliated with it, this is part of the MVC DLL by Microsoft, the names of the DLL files can be found here for DLSS: https://github.com/Recol/DLSS-Updater/tree/main/latest_dll

Angry Birds does not support DLSS.

rayman3003 commented 4 days ago

This DLL is not for DLSS - neither is it affiliated with it, this is part of the MVC DLL by Microsoft, the names of the DLL files can be found here for DLSS: https://github.com/Recol/DLSS-Updater/tree/main/latest_dll

Angry Birds does not support DLSS.

OK. My bad.

I though DLSS updater could update all dlls of any game.