aboutsummaryrefslogtreecommitdiffstats
path: root/src/youtube_dl.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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