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

[Feature] Support arbitrary scanner source #327

Open
wormtql opened this issue May 6, 2024 · 3 comments
Open

[Feature] Support arbitrary scanner source #327

wormtql opened this issue May 6, 2024 · 3 comments

Comments

@wormtql
Copy link

wormtql commented May 6, 2024

Description

Currently only some sources are supported, new scanners will not be able to import their json.
Actually I'm developing a new scanner (relics only) with the format of HSR, but the source field blocks me from importing.
I can set the source to HSR-Scanner to allow import, but that's a little bit wierd since the scanner is actually not HSR.

@wormtql
Copy link
Author

wormtql commented May 6, 2024

One more thing, is it possible to not provide meta data, since my scanner is relics only.

@fribbels
Copy link
Owner

fribbels commented May 6, 2024

Could you link the details of your scanner? I'm happy to support it.

We store details about the scanner here including the github page (so we can link to it) and the latestBuildVersion (so we can notify the user when the scanner is out of date).

Also if you prefer we have a dev channel on the discord server, I'll be able to respond faster there

@wormtql
Copy link
Author

wormtql commented May 7, 2024

Here is my scanner yas-scanner, which is relics only.
The output does not contain a metadata with UID and trailblazer name. So will it be supported to import relics only data?
Some extra info:

export const ReliquaryArchiverConfig = {
  name: 'Yas Scanner',
  author: 'wormtql, YCR160',
  homepage: 'https://github.com/wormtql/yas',
  releases: '', // not released yet
  defaultFileName: 'hsr.json',
  sourceString: 'yas-scanner',
  latestBuildVersion: 'v0.0.0',
  latestOutputVersion: 3,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants