]> njoseph.me Git - nimcoon.git/blame - README.md
Add interactive arguments to override global ones
[nimcoon.git] / README.md
CommitLineData
f7735b43 1# NimCoon
726cf1a7 2
cc78bba9 3Play videos from YouTube and PeerTube from the command line using your preferred desktop media player.
44978125 4
cc78bba9 5Similar apps for other platforms:
893b4f6c 6
cc78bba9
JN
7- [NewPipe](https://newpipe.schabi.org) is a light-weight YouTube frontend for Android
8- [FreeTube](https://freetubeapp.io) is a GUI client for desktop platforms (uses electron)
9
10This is a minimal application implemented in [Nim language](https://nim-lang.org) using only the standard library.
a6c167a7 11
3c20e75c 12![nimcoon screenshot with search term 'baby yoda'](screenshot.png)
44978125 13
cc78bba9
JN
14## Logo
15
16A Maine Coon cat wearing a golden crown.
17Logo contributions/suggestions welcome.
18
19Maybe I would've just called this project Maine Coon had I written it in Python, but I wanted to use this opportunity to make Nim popular.
20
ca251617
JN
21## Motivation
22
23### No similar existing tool
24
25I tried all kinds of alternative YouTube players for the desktop. Most are either electron apps or slow web proxies. There was one cool bash script that did most of what I wanted called `ytview` but it had no way of copying the URL. I added this feature to the bash script but was still unsatisfied. There were CLI players written in Python but are usually a pain to install. They depend on a hard-coded YouTube API token and suffer from rate-limiting. I use youtube-dl with mpv usually (mostly because I like MPV over the YouTube JavaScript player). These tools have hundreds of options and I can't remember them. I needed a wrapper for them that does what I want, is easy to install(portable) and has a simple interface. I am not a big fan of Golang and its fat binaries. I discovered Nim around the same time I had this problem and decided to write this tool using just the standard library.
26
27### Digital Minimalism
28
29YouTube's business incentive is to make you watch as many videos as possible. If you open the YouTube website and are logged into it, you will just get distracted by recommendations and forget why you opened it in the first place. You might have wanted to watch a conference talk but end up going down a rabbit hole of other "interesting" videos customized for you.
30
26229fac
JN
31NimCoon has a spartan design. It doesn't even show images of the search results. It doesn't let you browse YouTube. You have to explicitly search for something.
32
33I have had better success with managing my YouTube consumption after shifting to this tool. Settings inspired by Pinafore's wellness settings.
ca251617
JN
34
35### Why no issues or merge requests?
36
37I made this just for myself. The development is completely based on my needs and wants. I am not going to put a lot of work into this project. But feel free to use it if it works for you.
38
44978125
JN
39## Features
40
41- [x] Search for videos using keywords
763f653f 42- [x] Stream videos and music from YouTube
52ecc638 43- [x] Play direct links from YouTube and PeerTube
d7688e97 44- [x] Stream video and music from magnet links and hyperlinks to torrent files
e9f0c7d0 45- [x] Download music
d2ebe4d2 46- [x] Download video
893b4f6c
JN
47- [x] Play YouTube playlists (MPV only)
48- [ ] Download YouTube playlists
c12cc641
JN
49- [x] Stream video from torrent file URLs
50- [x] BitTorrent is preferred for PeerTube video links
51- [ ] Search PeerTube (3.0 or later)
ca251617 52- [ ] YouTube Autoplay (music only)
44978125
JN
53- [ ] Configuration options
54
dfe4f811
JN
55| | YouTube | PeerTube (HTTP) | PeerTube (WebTorrent) |
56| -------- | -------- | -------- | -------- |
57| Music Streaming | ✅ | ✅ | ✅ |
58| Video Streaming | ✅ | ✅ | ✅ |
59| Music Download | ✅ | ✅ | |
60| Video Download | ✅ | ✅ | |
61| Stream Music from URL | ✅ | ✅ | |
62| Stream Video from URL | ✅ | ✅ | ✅ |
63| Download Music from URL | ✅ | ✅ | |
64| Download Video from URL | ✅ | ✅ | |
65| Stream Music Playlist | ✅ | | |
66| Stream Video Playlist | ✅ | | |
67| Download Music Playlist | | | |
68| Download Video Playlist | | | |
893b4f6c 69
3f6de5cb 70## Installation
44978125 71
3c20e75c 72Nim Coon depends on the following:
7d08d1af
JN
73- youtube-dl
74- mpv (recommended) or vlc
8d06ad69 75- peerflix and webtorrent (for magnet links)
7d08d1af 76
8d06ad69 77Install MPV or VLC using your distribution's package manager.
88a5646a
JN
78
79Install YouTube-dl
80``` sh
81pip3 install --user youtube-dl
82```
83
8d06ad69 84Install PeerFlix and WebTorrent
88a5646a 85```sh
0c2f0385 86npm install --global peerflix webtorrent-cli
88a5646a
JN
87```
88
0c2f0385
JN
89(Optional) If you want your YouTube downloads to be faster, install `aria2` download manager.
90
af9a966f
JN
91### Installing using Nimble
92
93NimCoon can be installed from Nimble repositories:
94
95``` sh
96nimble install nimcoon
97```
98
99You can also install from source by running the following command:
44978125 100
c4aeb618 101```sh
af9a966f 102nimble install
c4aeb618
JN
103```
104
af9a966f 105### Installing binary
44978125 106
af9a966f 107Download the latest build from GitlabCI (amd64 GNU/Linux only).
44978125 108
3f6de5cb 109```sh
af9a966f
JN
110wget https://gitlab.com/njoseph/nimcoon/-/jobs/artifacts/master/download?job=compile -O artifacts.zip
111unzip artifacts.zip
44978125
JN
112```
113
af9a966f
JN
114Copy the binary to somewhere on your path like /usr/local/bin
115
3f6de5cb 116## Usage
44978125
JN
117
118```sh
763f653f 119nimcoon "emacs"
44978125 120
c4aeb618 121# If your search query has multiple words, use quotes
763f653f 122nimcoon "nim lang"
f135dfc7 123
763f653f 124# Play audio of the first search result
3c20e75c 125nimcoon -m -l "counting stars"
763f653f
JN
126
127# Download audio of the first search result
128nimcoon -mld "counting stars"
129
130# Play direct video link
131nimcoon https://www.youtube.com/watch?v=QOEMv0S8AcA
132
133# Add -d to download or -m to select only audio or both
134nimcoon -md https://www.youtube.com/watch?v=hT_nvWreIhg
44978125 135```
c4aeb618 136
763f653f
JN
137After the search results are displayed, you can enter a number to play one
138result, "all" to play all the results or "q" to quit the program.
139
140If a number is entered, after the selected search result is played, the results
141are redisplayed, so that you can play the other results without having to search
142again.
143
144### Command line arguments
4827df7a 145
9ed70b9e
JN
146NimCoon provides both interactive and non-interactive arguments with significant
147overlap. But some arguments might only be present in one mode.
148
149Non-interactive arguments are specified to the nimcoon program and apply
150globally to all search results in that session. These can be overriden on a
151case-by-case basis using the interactive arguments.
152
153| **Non-interactive Arguments** | **Explanation** |
154|-------------------------------|--------------------------------------------|
155| -m, --music | Play Music only, no video |
156| -l, --lucky | Try your luck with the first search result |
157| -f, --full-screen | Play video in full screen |
158| -d, --download | Download video or music |
4827df7a 159
763f653f
JN
160Feel free to use these options in any combination. NimCoon will show a helpful
161error message if you pick incompatible options.
162
9ed70b9e
JN
163Interactive arguments are provided during selection of a search result. These
164options allow you to change your mind after performing the search. For example,
165you might have searched for a music video, watched it and want to download the
166music only. In this case, you can specify the search result followed by the
167options as single characters. i.e
168
169"1" plays the video
170"1 md" downloads the music of the video
171
172| **Interactive Arguments** | **Explanation** |
173|---------------------------|---------------------------|
174| -m, --music | Play Music only, no video |
175| -f, --full-screen | Play video in full screen |
176| -d, --download | Download video or music |
177
3f6de5cb
JN
178## Development
179
180One-liner for compiling and running
c4aeb618
JN
181
182```sh
763f653f 183nim c -d:ssl -r src/nimcoon.nim 'nim lang'
68fd8100 184```
e26cfd93
JN
185
186## Privacy
187
188To avoid storing your nimcoon searches in `zsh` history, run this command
189
190```sh
191setopt histignorespace
192```
193
194Then, add a space before typing nimcoon in the shell, like " nimcoon"
195
196```sh
197 nimcoon "this is private"
198```
199
200The same can be achieved in `bash` by setting an environment variable
201```sh
202export HISTCONTROL=ignoreboth
203```
ca251617 204