1879 Commits

Author SHA1 Message Date
Roy
7ad0b0efb6 Update executable path handling in NSLGameScanner 2025-11-20 05:54:43 -08:00
Roy
04254d5917 Merge pull request #821 from agvantibo-again/agvantibo-again-patch-1
Fix minor grammar issue in README.md
2025-11-20 03:49:47 -08:00
Savchenko Dmitriy
0ce4c44063 Fix minor grammar issue in README.md 2025-11-20 14:33:18 +03:00
Roy
26e6920d17 Update shortcut sort title with app name 2025-11-18 02:04:11 -08:00
Roy
0bdeb11e2d Fix NSLGameSaves path and update GeForce NOW description
Corrected the path for NSLGameSaves and updated the description for NVIDIA GeForce NOW.
2025-11-17 23:44:13 -08:00
Roy
0fd2efdd34 Fix GITHUB_URL in NSLPluginInstaller.sh 2025-11-16 06:16:39 -08:00
Roy
932bfd7b08 Merge pull request #817 from moraroy/dependabot/pip/pytest-gte-8.0.2-and-lt-10
Update pytest requirement from <9,>=8.0.2 to >=8.0.2,<10
2025-11-16 02:22:03 -08:00
Roy
e0a7affd35 Merge pull request #816 from moraroy/dependabot/pip/certifi-2025.11.12
Bump certifi from 2025.10.5 to 2025.11.12
2025-11-15 20:40:09 -08:00
dependabot[bot]
42cd21014b Update pytest requirement from <9,>=8.0.2 to >=8.0.2,<10
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...9.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 16:01:52 +00:00
dependabot[bot]
f4bd2509e2 Bump certifi from 2025.10.5 to 2025.11.12
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.10.5 to 2025.11.12.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12)

---
updated-dependencies:
- dependency-name: certifi
  dependency-version: 2025.11.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 16:01:46 +00:00
Roy
87c437aeed Track game launch in NSLGameScanner 2025-11-15 03:49:43 -08:00
Roy
16d31018e1 Fix typo in README.md regarding SteamOS 2025-11-15 03:24:23 -08:00
Roy
3e98bdbc04 Update executable paths for Epic Games Launcher 2025-11-13 21:07:01 -08:00
Roy
6c604a564a Fix Epic Games path in uninstall_launcher call 2025-11-13 20:59:09 -08:00
Roy
b20fa8244b Merge pull request #813 from Flare576/patch-1
fix(epic): update install path
2025-11-13 20:57:09 -08:00
Roy
a4143d140a Update 'Start Fresh' description in README
Clarified the 'Start Fresh' option description in README.md.
2025-11-13 20:36:39 -08:00
Jeremy Scherer
6090a8e97e fix(epic): update install path
Tested locally - application is detected correctly and added to library after change
2025-11-13 19:34:32 -06:00
Roy
643ca62f78 Add files via upload 2025-11-13 03:04:50 -08:00
Roy
cb766e43ca Add files via upload 2025-11-13 03:03:20 -08:00
Roy
399b9e93c5 Update README.md 2025-11-13 02:39:00 -08:00
Roy
830c42e359 Enhance README with clearer installation instructions
Updated README to clarify launcher installation details and features.
2025-11-13 02:33:59 -08:00
Roy
6f295a4b3a Added new collection category for all launchers, NonSteamLaunchers 2025-11-12 05:21:00 -08:00
Roy
482982a51b Reduce RestartSec from 30 to 20 seconds 2025-11-10 18:06:17 -08:00
Roy
a61f71b675 Refactor NSL Game Scanner script for manual execution
Updated NSL Game Scanner script to remove service file handling and added initial manual run.
2025-11-10 12:51:50 -08:00
Roy
c2c056cb89 Implement systemd service for NSL Game Scanner
Added systemd service setup for NSL Game Scanner.
2025-11-10 12:26:33 -08:00
Roy
bc0695bef5 Refactor NSL Game Scanner script for improvements
Refactor NSL Game Scanner script to improve functionality and structure. Added checks for existing modules, updated service management, and enhanced user feedback messages.
v4.2.74
2025-11-10 11:44:47 -08:00
Roy
1ffa3e6ccd Remove service setup from NSLGameScanner.py
Removed service setup code for nslgamescanner.
2025-11-10 11:29:01 -08:00
Roy
25ef61fb6a Remove service stop and cleanup commands 2025-11-10 07:48:16 -08:00
Roy
3513ae5c60 Comment out service start command
Comment out the command to start the service immediately.
2025-11-10 07:34:28 -08:00
Roy
70ca10ae44 Refactor JS injection and shortcut creation logic
Refactor shortcut injection process and improve comments.
2025-11-10 06:44:01 -08:00
Roy
f28a1f19f2 Refactor JS injection and shortcut creation logic 2025-11-10 05:53:14 -08:00
Roy
6e9e634c19 Stop service and clean up NSLGameScanner files
Stop the NSLGameScanner service and remove related files.
2025-11-10 04:56:49 -08:00
Roy
2e6fbe73f7 Remove Epic Games installation function
Removed the temporary fix for Epic Games installation from the script.
2025-11-10 04:37:18 -08:00
Roy
bfeac8e152 Update injection message in NSLGameScanner.py 2025-11-10 03:43:55 -08:00
Roy
15f834627a Update executable paths to Win64 for Epic Games Launcher 2025-11-10 03:25:12 -08:00
Roy
6d4c078c63 changed epic from win32 to win64 2025-11-10 03:22:47 -08:00
Roy
36f84dfb81 Added a feature request template for users 2025-11-10 02:59:27 -08:00
Roy
101fb40aba Added custom bug report for users 2025-11-10 02:50:09 -08:00
Roy
cfdf0c1990 Update version number to v4.2.73 v4.2.73 2025-11-07 06:14:42 -08:00
Roy
745b015cac Refactor bubble hover and paste button logic 2025-11-07 06:02:59 -08:00
Roy
435fdfc77f Enhance bubble interactivity and visibility
Refactor bubble behavior and improve UI interactions.
2025-11-07 05:26:14 -08:00
Roy
b35e0ef25a Refactor video caching logic in NSLGameScanner 2025-11-06 04:15:41 -08:00
Roy
3ed3bf726f Enhance README with additional script features
Expanded the description of the NonSteamLaunchers script to include details about playtime tracking, boot videos, and theme music.
2025-11-05 04:53:55 -08:00
Roy
3ae952d59a Update README with Music Button feature details
Clarified the functionality of the Music Button feature and its interaction with game themes.
2025-11-05 04:51:36 -08:00
Roy
68a4c2112e Delete SDH-GameThemeMusicPatcher.sh 2025-11-05 04:26:58 -08:00
Roy
e34ff1331b Update version number to v4.2.72 v4.2.72 2025-11-05 03:37:44 -08:00
Roy
476ee78711 Refactor theme music event handling and caching
Refactor theme music handling and caching logic for better clarity and efficiency.
2025-11-05 03:30:37 -08:00
Roy
ed57754ec5 Refactor playtime and thememusic injection code 2025-11-03 23:33:35 -08:00
Roy
9d1b119542 fixed button to not offset to steam corner 2025-11-03 21:04:46 -08:00
Roy
f3b100679d Refactor theme music toggle button implementation 2025-11-03 14:37:55 -08:00