Skip to main content Recommended Nicotine+ Plugins? : r/Soulseek

Recommended Nicotine+ Plugins?

There does not seem to be a repository of Nicotine+ plugins. They seem to be scattered on GitHub.

What are links to some you use and find helpful?


One platform for AI video creation. Morphic brings AI video generation and control into one workflow, no tool-hopping required.
Thumbnail image: One platform for AI video creation. Morphic brings AI video generation and control into one workflow, no tool-hopping required.

13

Just installed that one :D

Thx for the recommendation!

4

Ah, yes, I have been using that one too! I’ve to see that info!

1
[deleted]

Comment deleted by user

There have been several reports here of recent builds simply not working

When I saw what you are seeing, I grabbed 2.2.1 which works fine

1
Continue this thread

Hello and thank you a year later happy new year! Unless you gave up internet for lent or something. But if not, thanks.

1
Continue this thread
[deleted]

Comment deleted by user

i appreciate this is basic stuff, but if you don't mind - how in the hell do I install these?

been using soulseek for 20+ years, i want to upgrade how i'm using it a bit, but the install pages for the plugins i'm interested in (atm just the spoitify playlist ones) are greek to me. it give me code to install npm - i dont know what npm is or why I need it, and I don't know where its expecting me to enter the code anyway.

I'm on macos, im fine using Terminal etc, but there seems to be a total lack of basic instructions for any of these plugins... can you help at all?

2

hey i almost have no coding experience, but I am learning step by step using google gemini located in https://aistudio.google.com it is very helpful and I am getting cool results. currently I am trying to install the nicotine to spotify plugin. almost there :D

2
Continue this thread

Hey dude you still using Ban-SoulseekLeechers i try install it but not work im doing something wrong ?!

1
[deleted]

Comment deleted by user

Continue this thread
[deleted]

How sad must you be to start banning people because they do not share the amount of files you arbitrarily decide on. If you cannot deal with this just stay of Soulseek.

-10

I am just asking about available plugins in general. I removed those examples to not steer this conversation toward that path.

6

I guess you mentioned leech detector, perhaps?

I use it to send a friendly message saying that they can download from me, but other people will ban them and offer help in chatrooms. Just in case the other guy only see one way of using it.

2
Continue this thread
Continue this thread
Continue this thread

im looking for a plugin that gives visual and hearing notifications

1

How do i install these plugins? I want to add the one that stops people with 0 shares from downloading from me. This Upload Stats one looks interesting too. How does one add these to Nicotine+? I've been using SLSK for 3 years but moved to a new computer and decided to move over to N+ but still learning.

1

Open Nicotine+ settings, go to General > Plugins and click + Add Plugins.

2

you rock

2
Continue this thread
Continue this thread

I have created an api plugin (api-nicotine-plus) to let you connect through http REST api with nicotine+, like:

curl -X POST http://127.0.0.1:12339/search \
  -H 'Content-Type: application/json' \
  -d '{"query":"text to search", "mode":"global"}'
1