-
Notifications
You must be signed in to change notification settings - Fork 52
OneClick download #21
Comments
Yes, I would be interested in this feature, but haven't really looked into it. |
The way in windows would be to create a registry entry On linux, I don't have that much experience, but it should be similar but with a '.destop' file instead of a registry entry. |
That sounds good to me. |
I'd prefer if you used a different URI for it, though. |
@Assistant could you explain what you mean with that? |
Yes, that's what I mean. I'm the current owner of beatsaver.com so that won't be an issue. |
Sure, how about simply |
BeatDrop will have a similar feature and will use |
Interesting, do you know if (or how) this scheme also applies to the avatar, platforms and sabers urls like |
BeatDrop doesn't support ModelSaber one click installs yet, so we can come up with a standard and I can tell the programmer to use that. |
Some suggestions Var A:
Var B:
(the part after the id could be omitted and inferred, but would need an additional request to the modelsaber api afaik) Var C:
Variant B seems the most reasonable to me. |
A and C are functionally the same, aren't they? It was designed that way with the full URL so that it would be decentralized. I like option B. Would registering multiple protocols be a hassle? I'll see what the BeatDrop dev has to say about making it be |
Hm, haha yes, I guess I'm too tired to think properly anymore I've also thought about adding another protocol for modelsabel, my thought was like Btw, I rewrote the code in my pr a bit; It now supports the old modsaber protocol, the new beatdrop and is extensible for adding/removing protocols without much effort. |
I played with the idea to separate the BeatSaver protocol from BeatDrop, but I think that BeastSaber will also use it, so it doesn't make much sense to name it By the way, does your PR handle ModelSaber installations? I could change it to the new format so you can test it if you'd like. |
I currently added modsaber:// with song,avatar,platform,saber and beatdrop:// with songs only, as I didn't know yet which variant we would take. And I actually think |
Ok, I quickly updated the code. It now supports all |
Just went ahead and updated ModelSaber to use |
The old modloader (from lolpants) had the feature to open modsaber (oneclick download) links to download a song from beatsaver. This new modmanager is missing such feature.
Would you accept such feature?
If yes I could properly implement it and create a pull request for it.
I have already tried a bit around and it doesnt seem to be too complicated.
Ui-wise maybe something like that:
The text was updated successfully, but these errors were encountered: