Author Topic: Beta 0.10.1.0 implementations  (Read 2010 times)

0 Members and 1 Guest are viewing this topic.

greenie

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: gr33nd3v1l
Beta 0.10.1.0 implementations
« on: March 20, 2017, 10:12:17 PM »
Have we finally got the most requested features regarding music player?

Music player response when requested song can't be played
Music player response when user has less than required amount of points
Music player response when song is already in playlist
 - moving the requested song to top of playlist instead of doing nothing

really. do these asap.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Beta 0.10.1.0 implementations
« Reply #1 on: March 21, 2017, 07:03:00 AM »
Should already do the "Music player response when requested song can't be played." At least depending on what you mean.
Not sure on second one. I don't think that was implemented yet. But could always create an alias and use @if@ to check points.
The third one has been implemented for a while.
The forth should do that automatically if the user has no other requested songs waiting to play, unless you mean to add on to the 3rd line.
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

greenie

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: gr33nd3v1l
Re: Beta 0.10.1.0 implementations
« Reply #2 on: March 21, 2017, 10:00:58 PM »
No. Deepbot only says the song is already in the playlist. I always have to move it manually



Why do I have to do commands for something that should be in the bot itself? Making me do a complicated command when I'm not really a programmer for something that should already be implemented as common sense...

Naturally, the command I came up with didn't work so I again have to come back here and ask why?

Since I have 3 commands that people use to !requestsong (!sr, !r, !songrequest - also should be common sense to have ALIASES), I made this:

!rss
Code: [Select]
!requestsong @target@
!sr
Code: [Select]
@if@[@points@||>250||!rss @target@||!rsf]
!rsf
Code: [Select]
/me You don't have enough points!

It's already a huge CPU hog as is =\
« Last Edit: March 21, 2017, 10:14:46 PM by greenie »

greenie

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: gr33nd3v1l
Re: Beta 0.10.1.0 implementations
« Reply #3 on: March 21, 2017, 11:06:04 PM »
In the meantime i managed a workaround by simply putting the minimum cost of the original command to 250. BUT IT STILL DOESN'T PM OR SAY THAT YOU DON'T HAVE ENOUGH POINTS -.-

greenie

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: gr33nd3v1l
Re: Beta 0.10.1.0 implementations
« Reply #4 on: March 22, 2017, 04:41:25 AM »
I mean stuff like song request: "This needs at least two words for it to find a song." should be implemented in the bot. I'm the one who has to google to find out why this doesn't work, let alone people who don't even know i'm using deepbot or what kind of bot - leaving my stream in frustration because they can't request a single song, and nobody can tell them why, if I'm not around

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Beta 0.10.1.0 implementations
« Reply #5 on: March 22, 2017, 07:12:42 AM »
Command is:

@if@[>||@points@||250||!rss @target@||!rsf]

The "Not Enough points" hasn't been added since it would cause spam. If we enabled it for whispers, the user would need to have a whisper box open with the bot in order to get the whispers from the bot.

If you do want your work around to work, there is an Insufficient Points Message you can set in the command editor itself (bottom right).
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport