-
Notifications
You must be signed in to change notification settings - Fork 21
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
Questions about the project and its future #2
Comments
I’ll help. Blessed or Vue/Electron would be amazing but I’d love to work on a terminal UI.
… On 10 Nov 2017, at 6:42 pm, Balazs Saros ***@***.***> wrote:
Hi,
First of all: really nice project. I've gone through almost all of the soulseek related open source projects and this seems to have the biggest potential. I'm somewhat dissatisfied with the original (soulseekqt) client and am looking into creating an alternative tailored to my (and I think many other user's) needs. I'm not exactly sure but maybe an Electron or browser based GUI client or maybe a CLI. All of which would use your node js client as a "backend". So do you plan on maintaining this project in the future or should I just fork it instead. Are you interested in contributing to my project? Do you have detailed plans for the future so maybe I could contribute more easily?
Sorry if my message is a bit "all-over-the-place". I hope I was clear enough and thanks again for the awesome project.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, I'm very happy if this project can help some peoples and I'll be very delighted to see a new modern interface instead old QT one. I will use this module in a personal project (using this module in backend server and access to it with API for many clients) and correct discovered bugs in a very close future, improve this module with new features not implemented at this time. If you make UI, this is something very close and I'm free if you need help, maybe @nayrrod can/want to be a part of this. At the moment, you can make issues (if I've the time, I will resolve it) or you can do PR directly. For the future, some work is needed:
|
I do agree on the importance of implementing file sharing (otherwise it wouldn't be viable as a general client) and I'm glad you plan to support and update this project. I've not yet looked into the soulseek API so if you don't mind I have a couple questions about it:
I'm also happy that you may take part in the UI project. I'm still hesitant about the stack but the most probable is an electron app with vue or angular. |
Personally, I prefer Vue (I am working with it mostly everyday). |
Thanks for the info. I'm also more experienced in Vue so I think I will go with that. I will update this thread with the repo URL if it's up. |
I'll join the conversation to congratulate you on this shot. Didn't tried yet but it's been a while I've been looking for a simple Soulseek wrapper API, and I didn't find time to dig it up. I originally planned to make a web UI to run on e.g. a Raspberry Pi to feed a media server like Subsonic. Then why not use MusicBrainz for tagging / covers :) I'll let you know. Thank you again, will follow it closely! Edit: @balzss Going for a desktop or a web app? Is a web app simple to wrap with Electron or should it be a different codebase? |
I was hesitant on the Electron vs. webapp question but I'm more on the webapp side now. It could run both on a remote server or your main machine without the "weight" of an electron app. And marrying it with a tagging solution is a really good idea. |
Hi I like your work, i'm also very interested to convert this application in a webapp and searched everywhere for some progress, I think this is most advanced. Do you think if this app can be used for multi-user web application or multi-concurent requests from multiple users in a short time? I've also tried soulseek-cli (that who use your code) but is not that fast as I want, maybe a way is to create a server which persist connection, without connect every time when someone search. |
Hi @carcabot Normally this module can handle multiple downloads at the same time, but most of Soulseek desktop clients can only send 1 file for 1 peer at the same time, and a maximum of a 1 file per peer at the same time (it depends on the client) If you want to be fast and serve HTTP requests, I made the A Soulseek account can't be shared through instances, so if you want to make a load-balancer on the front of your API, you should have more than 1 Soulseek account |
Hi, |
Hi! really good job! |
Hi, |
I'm trying to understand how to implement file sharing, but I'm in a dead end street. someone knows how the file sharing works in the protocol? |
I'm still here! :D Maybe something other is needed after login... I took a look at nicotine plus code, seems that there's other messages sent after login (like Have no parent (???), Notify privileges, private chat login...), but they doesn't seem useful: Any help will be appreciated :) |
Ok, now there's a file scanner that starts only on start (no watching for changes in filesystem) and a component that replies to search request. |
any updates on creating the new UI @balzss ? |
Hi,
First of all: really nice project. I've gone through almost all of the soulseek related open source projects and this seems to have the biggest potential. I'm somewhat dissatisfied with the original (soulseekqt) client and am looking into creating an alternative tailored to my (and I think many other user's) needs. I'm not exactly sure but maybe an Electron or browser based GUI client or maybe a CLI. All of which would use your node js client as a "backend". So do you plan on maintaining this project in the future or should I just fork it instead. Are you interested in contributing to my project? Do you have detailed plans for the future so maybe I could contribute more easily?
Sorry if my message is a bit "all-over-the-place". I hope I was clear enough and thanks again for the awesome project.
The text was updated successfully, but these errors were encountered: