Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15 from bwaggone/bugfix/lavaplayer-bumpmaster | Brandon | 2019-08-10 | 3 | -4/+4 |
|\ | | | | | Bump in LavaPlayer version to fix some yt links | ||||
| * | Another lavaplayer bumpbugfix/lavaplayer-bump | Matt Kohls | 2019-08-10 | 1 | -1/+1 |
| | | |||||
| * | Bump in LavaPlayer version to fix some yt links | Matt Kohls | 2019-06-18 | 3 | -4/+4 |
| | | | | | | | | | | Various YouTube links did not work, this was fixed upstream so pulling in the latest version of the library. | ||||
* | | Merge pull request #14 from bwaggone/feature/auto-leave-channel | Brandon | 2019-08-10 | 3 | -1/+46 |
|\ \ | |/ |/| | Adding in bits needed to clean up when people leave channel | ||||
| * | Adding in bits needed to clean up when people leave channelfeature/auto-leave-channel | Matt Kohls | 2019-05-04 | 3 | -1/+46 |
|/ | | | | | | | | | | SoundChan will leave a channel after 10 seconds if it is the only member left. When it leaves it will empty the queue of audio to play. When SoundChan is the last member in a channel, it will pause any playing audio. New command to drop play queue and stop current audio. | ||||
* | Merge pull request #13 from bwaggone/feature/documentation-update | Brandon | 2019-03-27 | 1 | -13/+25 |
|\ | | | | | Updating to reflect work done so far | ||||
| * | Updating to reflect work done so far | Matt Kohls | 2019-02-04 | 1 | -13/+25 |
|/ | |||||
* | Merge pull request #10 from bwaggone/feature/sound-rescan | Brandon | 2019-01-20 | 5 | -25/+257 |
|\ | | | | | Feature/sound rescan | ||||
| * | Handling events from sub-dirs correctlyfeature/sound-rescan | Matt Kohls | 2018-11-19 | 1 | -3/+23 |
| | | |||||
| * | Adding comments | Matt Kohls | 2018-11-13 | 1 | -0/+1 |
| | | |||||
| * | Adding ability to scan for changes in subdirectories | Matt Kohls | 2018-11-13 | 2 | -9/+27 |
| | | |||||
| * | Renaming function and adding comment | Matt Kohls | 2018-11-12 | 3 | -5/+9 |
| | | |||||
| * | Got MediaWatcher working with MediaWatcherListener | Matt Kohls | 2018-11-12 | 1 | -12/+6 |
| | | |||||
| * | Hopefully setting things up to make scanning for media updates easier | Matt Kohls | 2018-11-12 | 3 | -17/+59 |
| | | | | | | | | But things don't actually work yet | ||||
| * | Breaking out creation of MediaWatcher tasks to separate function | Matt Kohls | 2018-11-12 | 1 | -8/+14 |
| | | |||||
| * | Cleaning up watcher stuff | Matt Kohls | 2018-11-12 | 3 | -132/+1 |
| | | |||||
| * | Merging Directory and UserSound watchers into one class | Matt Kohls | 2018-11-12 | 1 | -0/+91 |
| | | |||||
| * | Putting watcher threads in map so they can be accessed later | Matt Kohls | 2018-10-16 | 1 | -3/+3 |
| | | |||||
| * | Adding in watcher for changes to user sound file | Matt Kohls | 2018-10-16 | 4 | -11/+105 |
| | | |||||
| * | Adding comment about what PopulateFiles() does now | Matt Kohls | 2018-10-16 | 1 | -0/+4 |
| | | |||||
| * | Adding property setting for watching local sounds | Matt Kohls | 2018-10-16 | 2 | -12/+18 |
| | | |||||
| * | Adding ability for sounds to be added/removed on the fly | Matt Kohls | 2018-10-14 | 3 | -6/+89 |
| | | | | | | | | | | | | | | This adds a watcher to the directory named in localAudio (currently doesn't check anything that may be in a child directory). Whenever a file is created/deleted/renamed, it has the LocalAudioManager update its sounds so they can be played. | ||||
* | | Merge pull request #12 from bwaggone/bugfix/nothing-found-by-null | Brandon | 2018-11-10 | 1 | -0/+3 |
|\ \ | | | | | | | Checking for sound file not found and returning proper string | ||||
| * | | Checking for sound file not found and returning proper stringbugfix/nothing-found-by-null | Matt Kohls | 2018-10-30 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #11 from bwaggone/feature/audio-status | Brandon | 2018-11-10 | 2 | -5/+65 |
|\ \ | |/ |/| | Feature/audio status | ||||
| * | Adding line to help commandfeature/audio-status | Matt Kohls | 2018-10-30 | 1 | -0/+1 |
| | | |||||
| * | Tweaking things to work/look better | Matt Kohls | 2018-10-30 | 1 | -7/+7 |
| | | |||||
| * | Adding progressbar | Matt Kohls | 2018-10-30 | 1 | -1/+21 |
| | | |||||
| * | Making the format prettier | Matt Kohls | 2018-10-30 | 1 | -3/+20 |
| | | |||||
| * | Fixing a redundency | Matt Kohls | 2018-10-29 | 1 | -1/+1 |
| | | |||||
| * | Adding status message | Matt Kohls | 2018-10-29 | 2 | -5/+27 |
|/ | | | | | Providing a way to get more information about the currently playing track as well as a way to get the current audio volume | ||||
* | Merge pull request #9 from bwaggone/feature/add-audio-on-join | Brandon | 2018-08-18 | 4 | -14/+44 |
|\ | | | | | bugfixing add audio on join | ||||
| * | Updating gitignore as to not track usersounds.properties | Matt Kohls | 2018-07-19 | 1 | -0/+1 |
| | | |||||
| * | Adding checks that usersound file exists | Matt Kohls | 2018-07-19 | 2 | -10/+14 |
| | | |||||
| * | Adding default for usersound and way to see loaded usersounds | Matt Kohls | 2018-07-19 | 3 | -5/+30 |
| | | |||||
* | | Merge pull request #8 from bwaggone/feature/add-audio-on-join | Brandon | 2018-07-07 | 4 | -5/+175 |
|\| | | | | | Feature/add audio on join | ||||
| * | Cleaning things up a bit | Matt Kohls | 2018-07-06 | 2 | -2/+6 |
| | | |||||
| * | Breaking out properties loading and adding comments | Matt Kohls | 2018-07-06 | 2 | -0/+15 |
| | | |||||
| * | Adding in user/sound relation from a file | Matt Kohls | 2018-07-01 | 4 | -4/+86 |
| | | | | | | | | | | You can now have a file with all the users and the intro sound to play without having to have multiple copies of the same sound | ||||
| * | Adding error output | Matt Kohls | 2018-07-01 | 1 | -0/+2 |
| | | |||||
| * | Cleaning up things a bit | Matt Kohls | 2018-07-01 | 1 | -11/+3 |
| | | |||||
| * | Adding the ability to play an audio clip when a user joins the voice | Matt Kohls | 2018-06-30 | 2 | -2/+77 |
|/ | | | | | | channel Not the prettiest thing in the world | ||||
* | Merge pull request #7 from bwaggone/bugfix/not-playing-soundbite | Matt | 2018-05-30 | 3 | -9/+39 |
|\ | | | | | Fix bug | ||||
| * | Fix bug | Brandon | 2018-04-21 | 3 | -9/+39 |
| | | |||||
* | | Merge pull request #6 from bwaggone/feature/add-help | Brandon | 2018-04-14 | 2 | -3/+20 |
|\| | | | | | Feature/add help | ||||
| * | Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵ | Matt Kohls | 2018-04-14 | 6 | -56/+81 |
| |\ | |/ |/| | | | feature/add-help | ||||
* | | Merge pull request #5 from bwaggone/feature/preempt-sound-effects | Matt | 2018-04-14 | 6 | -51/+81 |
|\ \ | | | | | | | Feature/preempt sound effects | ||||
| * \ | Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵ | Brandon | 2018-04-14 | 2 | -4/+12 |
| |\ \ | |/ / |/| | | | | | feature/preempt-sound-effects | ||||
| * | | Add sound preemption + change structure | Brandon | 2018-04-14 | 6 | -47/+80 |
| | | | |||||
| | * | Help Command | Matt Kohls | 2018-04-14 | 2 | -1/+23 |
| |/ |/| | | | | | Adding ~help command so people can find out what the bot can do |