From: Joseph Nuthalapati Date: Fri, 9 Feb 2024 04:57:42 +0000 (+0530) Subject: update TODO list X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/HEAD?hp=f114ff9a9ec2477cf9b8fe62283b28794d49fcab update TODO list --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 301fbdf..22a8187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.9.0 + +- Replace youtube-dl with yt-dlp. Though this fixes the problem with YouTube throttling download speeds, it doesn't fix the throttling during streaming since mpv and vlc are still using youtube-dl. mpv has provided an option to provide an alternative youtube-dl implementation. Waiting for VLC to implement the same. +- Shift to PeerTube's new videoId format. Support for the UUID format is dropped. +- Dropped Peerflix as a dependency. WebTorrent is faster and better. They also added support for video player arguments on my request. See https://github.com/webtorrent/webtorrent-cli/issues/141 + # 0.8.3 - Add fake user-agent diff --git a/TODO.org b/TODO.org index ce4ef86..b6dbf20 100644 --- a/TODO.org +++ b/TODO.org @@ -16,3 +16,4 @@ - [ ] Better CLI using curses - select with arrows and press enter - illwill library can be used - see nim-mod project as an example +- [ ] Fix JSON parsing error thrown during search diff --git a/nimcoon.nimble b/nimcoon.nimble index e29c44c..92fc529 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,8 +1,8 @@ # Package -version = "0.8.3" +version = "0.9.0" author = "Joseph Nuthalapati" -description = "A command-line YouTube player and more" +description = "A command-line player for YouTube, PeerTube and more." license = "GPL-3.0" srcDir = "src" bin = @["nimcoon"]