Commit Graph

566 Commits

Author SHA1 Message Date
sysmoon14
4696a4980a
Remove not needed print 2024-02-28 09:04:56 +00:00
sysmoon14
e20000b910
Remove unnecessary compattool check 2024-02-28 09:00:53 +00:00
sysmoon14
f5a33d3e70
Improved data included in output log for decky 2024-02-28 08:54:25 +00:00
Roy
80efad880e
Reverted 2024-02-27 20:12:24 -08:00
Roy
736aef91df
Update NSLGameScanner.py 2024-02-27 20:02:50 -08:00
Roy
c6d1c58282
Update NSLGameScanner.py 2024-02-27 19:58:31 -08:00
Roy
9890c629c8
revert if needed, Directly sending json info to plugin 2024-02-27 19:35:48 -08:00
sysmoon14
d2f6991d44
added extra check for AppName and Exe in existing shortcut check 2024-02-27 16:19:44 +00:00
Roy
1f41ecb9ae
Update NonSteamLaunchers.sh 2024-02-27 07:01:14 -08:00
Roy
2ccc9b3acb
Sysmoon check 2024-02-27 06:54:27 -08:00
Roy
beecd66a64
removed boilr from readme 2024-02-26 03:54:11 -08:00
dependabot[bot]
aa5fde937d
Bump coverage from 7.4.2 to 7.4.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.2...7.4.3)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 16:57:15 +00:00
dependabot[bot]
d26bf99f1f
Bump pytest-asyncio from 0.21.1 to 0.23.5
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.23.5.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.5)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 16:56:56 +00:00
dependabot[bot]
db5e9be84b
Bump ipython from 8.21.0 to 8.22.1
Bumps [ipython](https://github.com/ipython/ipython) from 8.21.0 to 8.22.1.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/8.21.0...8.22.1)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 16:56:39 +00:00
dependabot[bot]
3b9976d72a
Bump hypothesis from 6.98.9 to 6.98.11
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.98.9 to 6.98.11.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.9...hypothesis-python-6.98.11)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 16:56:22 +00:00
dependabot[bot]
b3e44c884b
Bump ruff from 0.1.15 to 0.2.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.15...v0.2.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 16:56:00 +00:00
Roy
30e5817b89
Merge pull request #212 from entropydo/patch-1
Duplicate Ubisoft Connect Entry made by NSLGameScanner.py
2024-02-23 17:48:22 -08:00
entropydo
bcbe3e4649
Duplicate Ubisoft Connect Entry made by NSLGameScanner.py corrected 2024-02-23 15:32:44 -05:00
entropydo
a72d748f72
Duplicate Ubisoft Connect Entry made by NSLGameScanner.py
I noticed that I had two Ubisoft Connect entries every time I installed NonSteamLaunchers on my Steam Deck. I found out that it was the Battle Net scanner portion adding an 'unknown' game titled Ubisoft Connect as a duplicate entry. I ultimately found a file that was being identified. "C:/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/_retail_/.flavor.info" and the "Flavor inferred was : unknown". Then it would say No exact match found. Using game ID of the first result: Ubisoft Connect (Program): 5270094. 
It would subsequently add all of the Battle.net information for the launch of this game - that's what lead me to the Battle.net scanner failing and leading to this.
The launch parameter would be --exec=\"launch unknown\". The Launch options would be %command% \"battlenet://unknown\""

It looked like you were already working on a possible overhaul during my quick review of various issues open. Not sure if this is helpful but it fixed my duplicate entry problem.

Cheers.
2024-02-23 14:01:46 -05:00
Roy
6177b9c363
Merge pull request #211 from pythoninthegrass/main
refactor: tooling
2024-02-20 23:58:24 -08:00
pythoninthegrass
61e19bee16 docs: update README.md
- todo section
- update asdf instructions
2024-02-21 01:29:36 -06:00
pythoninthegrass
3f6a7c9526 docs: update README.md
Add pre-commit hook bypass flag to ease transition
2024-02-21 01:20:50 -06:00
pythoninthegrass
6b4171090d docs: conventional commits
w/commitizen + release-please
2024-02-21 01:18:15 -06:00
pythoninthegrass
7fbad80666 ci: add commitizen 2024-02-21 01:08:53 -06:00
pythoninthegrass
e14e3a2527 chore: fix eol 2024-02-21 00:56:38 -06:00
pythoninthegrass
7a61e0bdf8 build: move docker to top-level directory 2024-02-21 00:53:32 -06:00
pythoninthegrass
8ead8b0299 Revert "chore: remove modules"
This reverts commit f6c291dd3d.
2024-02-21 00:50:22 -06:00
pythoninthegrass
b8f72f2dd1 docs: formatting and pre-commit hooks 2024-02-21 00:49:12 -06:00
pythoninthegrass
d4bf5ed026 ci: add pre-commit hooks
ruff foremost among them. Otherwise better code quality with minimal annoyances locally
2024-02-21 00:48:48 -06:00
pythoninthegrass
57e24bdb77 chore: vscode extension recommendations
Nudge contributors to use vscode extensions already present in devcontainer
2024-02-21 00:46:54 -06:00
pythoninthegrass
84d147468e ci: add automatic semver
Will need to supply personal access token as repo secret `RELEASE_PLEASE_TOKEN`
2024-02-21 00:45:59 -06:00
pythoninthegrass
6204392c3d refactor: split config into file
- Lots of LOC that make the main script hard to read
- Remove `main.py` as that can come later
2024-02-21 00:44:29 -06:00
pythoninthegrass
493c259a63 build: update deps
- Set stage for removing modules directory
- Export requirements.txt for backward compatibility
- Bump version
2024-02-21 00:39:07 -06:00
pythoninthegrass
6485a7c0ff Merge branch 'main' of https://github.com/pythoninthegrass/non_steam_launchers 2024-02-20 23:31:06 -06:00
pythoninthegrass
f6c291dd3d chore: remove modules
Use directly in main python script
2024-02-20 23:30:53 -06:00
pythoninthegrass
34f8921273 wip 2024-02-20 23:29:48 -06:00
Roy
4cc95df69c
fixed controller config path 2024-02-19 22:19:57 -08:00
Roy
bf5a8a1548
disbaled steam restart if Decky Plugin test 2024-02-18 22:47:04 -08:00
Roy
c041991ce5
Update NSLGameScanner.py 2024-02-18 06:25:23 -08:00
Roy
b604b45b11
Update NSLGameScanner.py 2024-02-18 06:23:09 -08:00
Roy
f62bc75eda
added log for the json info 2024-02-18 06:13:39 -08:00
Roy
e5153c06e0
Reverted 2024-02-18 00:17:20 -08:00
Roy
cdff413f4c
testing of writin json to file 2024-02-18 00:10:09 -08:00
Roy
ff56c3a04d
removed pipe 2024-02-17 00:31:09 -08:00
Roy
ecf741bc5f
Re added pipe temporarily 2024-02-16 23:57:55 -08:00
Roy
e0ecc12aa9
Add files via upload 2024-02-16 19:40:51 -08:00
Roy
aa290fee94
lessened api calls 2024-02-16 19:26:30 -08:00
Roy
bdc2ed7b12
Removed Pipe 2024-02-16 19:05:02 -08:00
Roy
3686a6323a
added back stdoubt 2024-02-16 04:30:02 -08:00
sysmoon14
d8b392efe2
Reverted previous two commits
Added env vars check back for decky and reverted GoG change.
2024-02-16 06:54:58 +00:00