aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15 from bwaggone/bugfix/lavaplayer-bumpmasterBrandon2019-08-103-4/+4
|\ | | | | Bump in LavaPlayer version to fix some yt links
| * Another lavaplayer bumpbugfix/lavaplayer-bumpMatt Kohls2019-08-101-1/+1
| |
| * Bump in LavaPlayer version to fix some yt linksMatt Kohls2019-06-183-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-channelBrandon2019-08-103-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-channelMatt Kohls2019-05-043-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-updateBrandon2019-03-271-13/+25
|\ | | | | Updating to reflect work done so far
| * Updating to reflect work done so farMatt Kohls2019-02-041-13/+25
|/
* Merge pull request #10 from bwaggone/feature/sound-rescanBrandon2019-01-205-25/+257
|\ | | | | Feature/sound rescan
| * Handling events from sub-dirs correctlyfeature/sound-rescanMatt Kohls2018-11-191-3/+23
| |
| * Adding commentsMatt Kohls2018-11-131-0/+1
| |
| * Adding ability to scan for changes in subdirectoriesMatt Kohls2018-11-132-9/+27
| |
| * Renaming function and adding commentMatt Kohls2018-11-123-5/+9
| |
| * Got MediaWatcher working with MediaWatcherListenerMatt Kohls2018-11-121-12/+6
| |
| * Hopefully setting things up to make scanning for media updates easierMatt Kohls2018-11-123-17/+59
| | | | | | | | But things don't actually work yet
| * Breaking out creation of MediaWatcher tasks to separate functionMatt Kohls2018-11-121-8/+14
| |
| * Cleaning up watcher stuffMatt Kohls2018-11-123-132/+1
| |
| * Merging Directory and UserSound watchers into one classMatt Kohls2018-11-121-0/+91
| |
| * Putting watcher threads in map so they can be accessed laterMatt Kohls2018-10-161-3/+3
| |
| * Adding in watcher for changes to user sound fileMatt Kohls2018-10-164-11/+105
| |
| * Adding comment about what PopulateFiles() does nowMatt Kohls2018-10-161-0/+4
| |
| * Adding property setting for watching local soundsMatt Kohls2018-10-162-12/+18
| |
| * Adding ability for sounds to be added/removed on the flyMatt Kohls2018-10-143-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-nullBrandon2018-11-101-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-nullMatt Kohls2018-10-301-0/+3
| |/
* | Merge pull request #11 from bwaggone/feature/audio-statusBrandon2018-11-102-5/+65
|\ \ | |/ |/| Feature/audio status
| * Adding line to help commandfeature/audio-statusMatt Kohls2018-10-301-0/+1
| |
| * Tweaking things to work/look betterMatt Kohls2018-10-301-7/+7
| |
| * Adding progressbarMatt Kohls2018-10-301-1/+21
| |
| * Making the format prettierMatt Kohls2018-10-301-3/+20
| |
| * Fixing a redundencyMatt Kohls2018-10-291-1/+1
| |
| * Adding status messageMatt Kohls2018-10-292-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-joinBrandon2018-08-184-14/+44
|\ | | | | bugfixing add audio on join
| * Updating gitignore as to not track usersounds.propertiesMatt Kohls2018-07-191-0/+1
| |
| * Adding checks that usersound file existsMatt Kohls2018-07-192-10/+14
| |
| * Adding default for usersound and way to see loaded usersoundsMatt Kohls2018-07-193-5/+30
| |
* | Merge pull request #8 from bwaggone/feature/add-audio-on-joinBrandon2018-07-074-5/+175
|\| | | | | Feature/add audio on join
| * Cleaning things up a bitMatt Kohls2018-07-062-2/+6
| |
| * Breaking out properties loading and adding commentsMatt Kohls2018-07-062-0/+15
| |
| * Adding in user/sound relation from a fileMatt Kohls2018-07-014-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 outputMatt Kohls2018-07-011-0/+2
| |
| * Cleaning up things a bitMatt Kohls2018-07-011-11/+3
| |
| * Adding the ability to play an audio clip when a user joins the voiceMatt Kohls2018-06-302-2/+77
|/ | | | | | channel Not the prettiest thing in the world
* Merge pull request #7 from bwaggone/bugfix/not-playing-soundbiteMatt2018-05-303-9/+39
|\ | | | | Fix bug
| * Fix bugBrandon2018-04-213-9/+39
| |
* | Merge pull request #6 from bwaggone/feature/add-helpBrandon2018-04-142-3/+20
|\| | | | | Feature/add help
| * Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵Matt Kohls2018-04-146-56/+81
| |\ | |/ |/| | | feature/add-help
* | Merge pull request #5 from bwaggone/feature/preempt-sound-effectsMatt2018-04-146-51/+81
|\ \ | | | | | | Feature/preempt sound effects
| * \ Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵Brandon2018-04-142-4/+12
| |\ \ | |/ / |/| | | | | feature/preempt-sound-effects
| * | Add sound preemption + change structureBrandon2018-04-146-47/+80
| | |
| | * Help CommandMatt Kohls2018-04-142-1/+23
| |/ |/| | | | | Adding ~help command so people can find out what the bot can do