Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-17 | Add: --format-sort --prefer-free-formats instead of --audio-format | Grant Shangreaux | |
Turns out --audio-format is related to the -x flag which converts media after it has been downloaded. Instead, prefer using the FORMAT SELECTION features of youtube-dl to set the preferred media types when downloading. The specific change is tied primarily to sites that may offer multiple audio format downloads and will prefer free formats over others. This is to work around the issue where HTML5 media containers can not play (all?) m4a tracks because of the non-free format being unsupported (in firefox at least). | |||
2023-02-15 | Add: explicit --audio-format opus to youtube-dl command | Grant Shangreaux | |
certain codecs aren't supported by HTML5 media, at least in Firefox. specifically, m4a tracks were unplayable even though they would download just fine. this will ask the downloader to convert them to opus on download | |||
2022-11-02 | Modify: downloder will only download the first track of playlists | Colin Okay | |
2022-10-25 | Refactor: getting track-specific title when available | Colin Okay | |
2022-10-25 | Add: download and play tracks | Colin Okay | |
2022-10-24 | Modify: trackinfo | Colin Okay | |
2022-10-24 | Fix: bad name in destructuring deserialized JSON | Colin Okay | |
2022-10-24 | Add: downloader.lisp | Colin Okay | |