aboutsummaryrefslogtreecommitdiffstats
path: root/src/youtube_dl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added retry functionality for youtube-dl failingkilmanio2020-10-041-6/+23
|
* Upgrade dependencies & use tokio 0.2 exclusivelyJokler2020-09-011-4/+3
|
* Run clippy and fmtJokler2020-08-191-4/+4
|
* Split web_server module into separate componentsJokler2020-02-221-11/+0
|
* Add a very basic template using available infoJokler2020-02-221-0/+28
|
* Make titles of audio metdata non optionalJokler2020-02-221-1/+1
|
* Initial multibot draftJokler2020-01-291-9/+3
|
* Use youtube-dl json output for metadata access (#3)Jokler2020-01-141-11/+13
| | | | | | * Use youtube-dl json output for metadata access * Fix: meta_data -> metadata
* Make youtube-dl execution async againJokler2020-01-141-2/+4
| | | | | | 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.
* Run cargo fmtJokler2020-01-131-5/+3
|
* Add enterprise logging and split out gstreamer & teamspeak specific codeFelix Kaaman2020-01-121-0/+38