Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - greenie

Pages: [1] 2
1
Feature Requests / Re: Beta 0.10.1.0 implementations
« 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

2
Feature Requests / Re: Beta 0.10.1.0 implementations
« 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 -.-

3
Feature Requests / Re: Beta 0.10.1.0 implementations
« 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 =\

4
Feature Requests / 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.

5
Help/Support / Re: !viprankup custom command
« on: March 10, 2017, 09:28:59 AM »
I understand they are not officially supported, but since they were on wiki, I was hoping to get some help

Thank you!

6
Help/Support / Re: !gamble custom command
« on: March 10, 2017, 09:28:23 AM »
Sincere thanks for your work here

7
Help/Support / !gamble custom command
« on: March 10, 2017, 01:17:15 AM »
I've seen it mentioned before; this command from the custom commands list on the wiki is flawed

Code: [Select]
6:14 ledybot: !spots
6:14 ledybot spots : ledybot [Squirtle] - 39,968
6:14 ledybot: !gamble 9000
6:14 ledybot: ledybot spun the wheel...
6:14 ledybot: !spots
6:14 ledybot spots : ledybot [Squirtle] - 39,968
6:14 ledybot: Rolled 92. ledybot won 18,000 spots and now has 57,968 spots.

It never removed the 9000 I gambled - it only does so after the gamble is done. So if I win i actually tripled my bet.

Here's my command json

8
Help/Support / Re: !viprankup custom command
« on: March 09, 2017, 11:23:19 PM »
I also want to remind users they can !viprankup when they check their points (if they have enough points for a rankup). Will this work with a simple @if@ chain like this:

Code: [Select]
You've watched @hours@ h. @if@[@hours@||>24||Remember to !viprankup||♥]

9
Feature Requests / Aliases
« on: March 09, 2017, 10:20:31 AM »
how hard would it be to implement this under the commands we input, so we don't have to manually categorize each command and have a new command under that category so it ends up looking like this



Wouldn't it be much prettier and easier to have something similar to this, just one more box with aliases that the command can call


10
Feature Requests / Re: Songrequest not enough points response
« on: March 09, 2017, 09:39:46 AM »
same thing goes for joining the arena, auction and raffle

some info messages at least as whispers would be nice, people get confused otherwise

I've also always wondered what this little square
next to "Enable Song Requests" was (not the checkbox, naturally)

11
Help/Support / !viprankup custom command
« on: March 09, 2017, 09:32:18 AM »
http://wiki.deepbot.tv/user_custom_commands#rank_up

Throws the wrong error if user is in Bronze, but doesn't have enough for Silver.

Should throw this error:
Code: [Select]
2:18 Ltcreed: !viprankup
2:18 ledybot: ltcreed You currently have 7.3 hours watched but need 24 to move to VIP Bronze

But instead, (This user is already bronze)
Code: [Select]
2:23 BPMCarl: !viprankup
2:23 ledybot: bpmcarl You are the max VIP status Gold!
2:42 BPMCarl: !checkme
2:42 ledybot: bpmcarl / VIP rank: Bronze / Stream rank: Shiny Magikarp / Next rank: Trubbish in 30.9 hours / Hours watched: 33.1 / Joined stream: 05-Mar-17 / Follow date: 04-Mar-17

I think the error is in the second command !viprankup2. IF is not satisfied so it goes to !viprankup3 when it should go to !viperror

But I'm not familiar enough with the commands yet to know where to put it =|

12
Help/Support / Re: Streamer chat issues
« on: March 09, 2017, 09:29:22 AM »
Have you updated Deepbot?

13
Feature Requests / Re: Additional Music Player Features
« on: March 09, 2017, 03:30:25 AM »
Yes I realised that later on, relevance is the preferred setting. However the functionality of music player is deeply flawed..

1) If the youtube link exists in playlist anywhere, song can't be requested and added to next position in queue, no matter what position it's in currently.

2) Opening youtube playlist takes way too long

3) Locally saved offline playlist can't be added to, if the playlist is at song #10/50 and you add a song and save the playlist, it will now have 41 songs. This might have something to do with clear songs played, but I haven't got to testing it.
It feels as though the recently played songs have a limit, so out of my 244 songs, some are always lost and I have to stop the music for the stream → load the default playlist → add new song → save default playlist → play music again

4) Shuffle songs should be an option, not a clickable button. Currently, calculation is done once, and songs can not repeat.
A true shuffle could play: (10 songs in playlist) [1,3,7,1,2,10,1] e.g. calculating the following song should be done each time before the next song plays (if you ever used winamp, it jumps around the playlist, it doesn't rearrange the playlist itself)
This is especially bad if you have large playlists, some songs will be heard only once a day (because they can't be requested - see #1)

5) Not enough points to request - this should have a response. And in general most of the commands built-in to Deepbot should have an option to PM a response. (Raffle - you've bought tickets successfully) (

This is my offline playlist and this is my (youtube playlist)

If it helps: 

Again, I apologise if some or all of this is already implemented and I'm just being ignorant. I've barely started to make myself comfortable with the bot :)

14
Help/Support / Re: Several questions
« on: March 09, 2017, 03:07:25 AM »
Yeah that's not really what I meant...

I don't want them to add it into the playlist itself. I'll move this to feature requests now, since we've moved beyond the questions now :)

Thank you

15
Help/Support / Re: Several questions
« on: March 08, 2017, 10:23:06 PM »
Sorry that took so long to answer btw. I normally frequent the discord server opposed to the forums.

EDIT: To reiterate what I've done, the following is what I've passed forward as feature requests

Code: [Select]
*Feature Requests:* The following are courtesy of this post http://deepbot.deep.sg/forums/index.php?topic=8075

1) Adding a "shuffle" feature to the music player. Possibly executed via command and via a button on the interface to shake up the playlist order.

2) A Youtube integration allowing new songs added to the playlist to be put straight into a youtube playlist of the streamers choosing. This would be a companion to the offline playlists and probably one most people would prefer if they are moving between multiple computers or sharing their playlist with other people.

3) Either an option or a vote-like system regarding songs that are already in the playlist. The option being to allow the song to be bumped to the top of the playlist. A vote-like system would instead require a set amount of votes, the amount up to the streamers choosing, which when reached would make that song the next one in the list to be played

Shuffle feature already exists, if I'm not mistaken - although it's flawed since a "real" shuffle playlist would sometimes repeat songs

What I meant was, my playlist stops playing after it plays all 244 songs.

The other part of it was - to clarify: If I'm currently on 114\244 songs from my playlist, and a user adds a song that I like, I'd like an "add to playlist button\command so I don't have to do it manually by copying the url. - which in turn brings me to the flaw in design;
Currently if I add that song, and save the offline playlist, it will save 115 songs instead of 245

I think your implementation of Youtube3 thing would be the optimal way to handle playlists

The other part of the playlist problem is indeed the bumping to top of queue. It just so happens let's say Lose Yourself by Eminem is requested a lot. People can't request it since it's in my playlist, but it's currently in spot 76 - and I have to manually bump it up to top, or people have to request a different video id to play Lose Yourself.
At this moment I have to search for obscure videos that won't pop up when people !sr them so I avoid videos not being requested at all :D

If you could, add an urgent! tag to that particular request, since it's quite stream-breaking

Code: [Select]
3:20 ledybot: !sr delta heavy hold me
3:20 ledybot: The song Delta Heavy - Hold Me (Official Video) is already in the playlist.

And thank you so so much for your response. I was just getting a bit frustrated since I saw a lot of other questions being responded to, and all of mine were ignored :(

Pages: [1] 2