summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.1.1v0.1.1Jokler2020-01-282-2/+2
|
* Change method of sending EOS to GStreamer pipeline (#24)Felix Kaaman2020-01-272-7/+6
| | | Uses message bus instead of events to elements
* Merge pull request #23 from Mavulp/systemd-serviceCatlinman2020-01-271-0/+15
|\ | | | | Add systemd service
| * Add systemd serviceJokler2020-01-261-0/+15
| |
* | Add issue templates (#21)Jokler2020-01-272-0/+40
|/
* Fix apt-get install command in CIv0.1.0Jokler2020-01-191-1/+1
|
* Add gstreamer dependency to CI (#15)Jokler2020-01-191-1/+6
|
* Add continuous integrationJokler2020-01-191-0/+13
|
* Add GPL-3.0 LICENSE file to the projectJokler2020-01-192-0/+675
| | | | | | * Add GPL-3.0 LICENSE file to the project * Add license to cargo manifest
* Change default logging from stdout to stderrJokler2020-01-171-3/+4
|
* Revert chat command syntax and add skip alias (#9)Jokler2020-01-162-10/+17
|
* Use ReSpeak version of tsclientlibJokler2020-01-152-68/+26
| | | | Poking was fixed so the forked version is not required anymore.
* Use structopt for command parsing (#7)Jokler2020-01-152-46/+75
|
* Use youtube-dl json output for metadata access (#3)Jokler2020-01-145-35/+42
| | | | | | * Use youtube-dl json output for metadata access * Fix: meta_data -> metadata
* Merge pull request #2 from Mavulp/async-ytdlJokler2020-01-142-9/+11
|\ | | | | Make youtube-dl execution async again
| * Make youtube-dl execution async againJokler2020-01-142-9/+11
|/ | | | | | If tokio is run with a low thread count running youtube-dl can freeze audio playback. This should prevent that by waiting for the command asynchronously.
* Remove playlist length limit by using VecDequeJokler2020-01-142-57/+12
|
* Use async channel to guarantee tokio never blocksJokler2020-01-145-11/+17
|
* Run cargo fmtJokler2020-01-135-148/+150
|
* Fix error that occurs on incorrect play commandJokler2020-01-121-1/+5
|
* Player: Ensure that audio is always stereo & 48KhzJokler2020-01-121-1/+4
|
* Player: Fix playlist read index calculationJokler2020-01-121-1/+1
|
* Player: Convert volume to dB before applying itJokler2020-01-122-6/+12
|
* Merge pull request #1 from fkaa/refactoringJokler2020-01-1210-1868/+2231
|\ | | | | Add enterprise logging and split out gstreamer & teamspeak specific code
| * Add enterprise logging and split out gstreamer & teamspeak specific codeFelix Kaaman2020-01-1210-1868/+2231
|/
* Add confirmation message after playlist clearJokler2020-01-071-0/+2
|
* Show correct state in the bot's name after loadingJokler2020-01-072-7/+15
|
* Change playlist limit to 50Jokler2020-01-071-1/+1
|
* Fix playlist popJokler2020-01-071-2/+4
|
* Add playlist feature and default channel flagJokler2020-01-075-127/+372
|
* Remove check for quit commandJokler2020-01-061-3/+0
|
* Change the volume range back to 0..100Jokler2020-01-061-1/+1
| | | | | | Numbers with a decimal point are a lot more annoying to type. This is probably because the '0.' prefix required by almost all values does not convey any meaningful information to the bot.
* Add error message when ytdl failsJokler2020-01-061-1/+15
|
* Fix tsclientlib to make poking workJokler2020-01-062-41/+42
|
* Add status to name and change volume range to 0..1Jokler2020-01-062-30/+84
|
* Ytdl: Add fallback from 'bestaudio' to 'best'Jokler2020-01-061-2/+2
|
* Fix volume commandJokler2020-01-061-3/+3
|
* Add readme and update e-mailJokler2020-01-062-1/+19
|
* Update name and remove local dependenciesJokler2020-01-062-34/+47
|
* Initial commitJokler2020-01-065-0/+3761