Add somafm-cli installation

master
Sergio Alvariño 8 months ago
parent 39ba750a04
commit 3d1d54a2a5

@ -2699,6 +2699,22 @@ La version disponible en los orígenes de software parece al dia:
sudo apt install clementine
## somafm
Instalamos el cli con:
``` bash
sudo apt install jq mpv
cd ~/.local/bin
wget https://raw.githubusercontent.com/rockymadden/somafm-cli/master/src/somafm
chmod 744 somafm
somafm --help
somafm ls
somafm listen defcon --quality=highest
```
# Video
## Shotcut

@ -2344,6 +2344,22 @@ La version disponible en los orígenes de software parece al dia:
sudo apt install clementine
</code>
===== somafm =====
Instalamos el cli con:
<code bash>
sudo apt install jq mpv
cd ~/.local/bin
wget https://raw.githubusercontent.com/rockymadden/somafm-cli/master/src/somafm
chmod 744 somafm
somafm --help
somafm ls
somafm listen defcon --quality=highest
</code>
====== Video ======
===== Shotcut =====

Binary file not shown.

@ -2087,6 +2087,19 @@ Instalamos también el plugin [https://theaudacitytopodcast.com/chriss-dynamic-c
La version disponible en los orígenes de software parece al dia:
<pre>sudo apt install clementine</pre>
== somafm ==
Instalamos el cli con:
<syntaxhighlight lang="bash">sudo apt install jq mpv
cd ~/.local/bin
wget https://raw.githubusercontent.com/rockymadden/somafm-cli/master/src/somafm
chmod 744 somafm
somafm --help
somafm ls
somafm listen defcon --quality=highest</syntaxhighlight>
<span id="video"></span>
= Video =

Binary file not shown.

Binary file not shown.

@ -3600,6 +3600,25 @@ La version disponible en los orígenes de software parece al dia:
sudo apt install clementine
\end{verbatim}
\hypertarget{somafm}{%
\subsection{somafm}\label{somafm}}
Instalamos el cli con:
\begin{Shaded}
\begin{Highlighting}[]
\FunctionTok{sudo}\NormalTok{ apt install jq mpv}
\BuiltInTok{cd}\NormalTok{ \textasciitilde{}/.local/bin}
\FunctionTok{wget}\NormalTok{ https://raw.githubusercontent.com/rockymadden/somafm{-}cli/master/src/somafm}
\FunctionTok{chmod}\NormalTok{ 744 somafm}
\ExtensionTok{somafm} \AttributeTok{{-}{-}help}
\ExtensionTok{somafm}\NormalTok{ ls}
\ExtensionTok{somafm}\NormalTok{ listen defcon }\AttributeTok{{-}{-}quality}\OperatorTok{=}\NormalTok{highest}
\end{Highlighting}
\end{Shaded}
\hypertarget{video}{%
\section{Video}\label{video}}

@ -19,6 +19,23 @@ La version disponible en los orígenes de software parece al dia:
sudo apt install clementine
~~~~
## somafm
Instalamos el cli con:
```bash
sudo apt install jq mpv
cd ~/.local/bin
wget https://raw.githubusercontent.com/rockymadden/somafm-cli/master/src/somafm
chmod 744 somafm
somafm --help
somafm ls
somafm listen defcon --quality=highest
```
# Video
## Shotcut

Loading…
Cancel
Save