Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Id and description searching updates #27

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
19e4742
Auto search trackers for ID and description
Audionut Aug 29, 2024
6e21868
Update docker build for this branch
Audionut Aug 29, 2024
ff1d09d
Add linter
Audionut Aug 29, 2024
7ab744a
Stop linter complaining 1
Audionut Aug 29, 2024
d46bbdb
Stop linter complaining 2
Audionut Aug 29, 2024
54919c6
Move the flake8 config file
Audionut Aug 29, 2024
73946c4
Stop linter complaining 3
Audionut Aug 29, 2024
1bab9eb
More code cleanup
Audionut Aug 30, 2024
ded208f
Auto search ID and description from BLU
Audionut Aug 30, 2024
26956c9
More linter
Audionut Aug 30, 2024
5caa9f5
Print links and allow skip ID
Audionut Aug 30, 2024
e330ae0
More linting
Audionut Aug 30, 2024
3b57da3
Check lint action
Audionut Aug 30, 2024
96e7b47
Move flake8 back
Audionut Aug 30, 2024
cbc7433
Add linter dispatch
Audionut Aug 30, 2024
fc28d7c
Rename lint workflow
Audionut Aug 30, 2024
1bf6a76
Only skip site, not function
Audionut Aug 30, 2024
05145b6
Don't fail when sub title is empty
Audionut Aug 31, 2024
9016a4d
More linting
Audionut Aug 31, 2024
6457df7
More linting
Audionut Aug 31, 2024
7c46235
More linter
Audionut Aug 31, 2024
b7ed255
More linting
Audionut Aug 31, 2024
74501c2
More linting
Audionut Aug 31, 2024
722dbce
Pull updated bdinfo binary
Audionut Aug 31, 2024
e996820
Allow use, edit or discard uni3d description
Audionut Aug 31, 2024
413121c
Silence consoles
Audionut Aug 31, 2024
7da102b
Keep or discard found image links
Audionut Aug 31, 2024
6ac1fd5
Working auto PTP description with image links
Audionut Aug 31, 2024
68c20f6
Fix error created with existing get_desc and remove dupe console
Audionut Aug 31, 2024
a731113
Skipping any part of auto ptp skips the original PTP description hand…
Audionut Aug 31, 2024
1dd50d0
Fix to skip HDB if no data is found
Audionut Aug 31, 2024
08e369a
Fix remove bot code from blu description
Audionut Aug 31, 2024
c7da5d0
Fix PTP image return and skip more screenshots if at least 3 images a…
Audionut Aug 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 1000
2 changes: 2 additions & 0 deletions .github/workflows/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 500
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
- develop
- anime-integers
- ID-and-Description

env:
REGISTRY: ghcr.io
Expand Down
32 changes: 32 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Lint

on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
workflow_dispatch:

jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8

- name: Run linter
run: flake8 .
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ A simple tool to take the work out of uploading.
## Coming Soon:
- Features




## **Setup:**
Expand Down
Binary file modified bin/BDInfo/BDInfo.exe
Binary file not shown.
Binary file added bin/BDInfo/System.Resources.Extensions.dll
Binary file not shown.
Loading
Loading