#cli

cr0n0s@venera.social

De Música y CLI

Desde mis tiempos pre Gnu/Linux, siempre tuve un reproductor de música a mi lado, y siempre mantuve una colección de música en local, en mi HDD. En esos tiempos fue el Winamp, nada que no se replicara en mi temporada dual boot (6 meses tal vez), y posterior ingreso a la era Gnu/Linux (tiempos de reproductores que no recuerdo su nombre, pasando por Amarok, Clementine, etc) hasta lo que llego con la shell, cmus y MOC (principalmente). Ya el ❤ por la CLI, estaba desbordado.

Los años pasaron y mantengo el cariño por MOC (Music on Console) como mi principal forma de reproducir música, y claro que esta por allí MPD o Mopidy (desde hace algunos años atrás) pero ya que siempre lo tenia en local y no requería mucho más, siempre eran delegados.

Pero como todo los tiempos cambios, lo mismo que los gustos y mucho más. Lo de tener música en local se vuelve ya muy obsoleto, habiendo ya populares plataformas de servicio por streaming, Situación que también me llevo a un cambio, ya que desde hace un tiempo prudente vengo usando mucho mas Mopidy como servidor de música más un reproductor CLI, como ncmpcpp. Un deleite de combinación, ya que entre ambas, me dan lo que necesito, tanto reproducción en local, como por streaming (soundcloud, spotify,etc) Debo mencionar que todo lo que es cloud services, se utiliza vía extensiones, por defecto, solo lee de forma local y radios por stream 😉

Acabo de enterarme que también soporta funkwhale.

#music #CLI #ncmpcpp #mopidy #Fed-HistoryTime #funkwhale

vtel57@diasp.org

Well, a couple weeks back my xfce4-weather-plugin decided to no longer function. I'm getting No Data notifications when I launch it. Oh, darn. Usually, an update of the software solves the issue, but Slackware has been a bit slow to push out an upgrade for this app; probably they are more focused on Slackware 15 at the moment.

Anyway, I posted about this on an already existing thread at LinuxQuestions.org/Slackware; a member there suggested that I just use this in CLI:

$ curl wttr.in

And that was pretty fine, but I adjusted somewhat. Instead of using it from the command line, I created a URL launcher in my sidebar panel which, when clicked, opens a tab in the default browser with the weather output...

Pretty neato, huh? You can also choose your locale and other modifiers to add to the link. In my case I chose a local int'l airport near my home and used the /u modifier to display in Imperial measures not Metric. YAY!

More info at the site Github site: https://github.com/chubin/wttr.in

#Linux #Slackware #Weather_apps #Curl #CLI

kensanata@pluspora.com

Jan Pona Mute

I'm still working on my simple command-line client for Diaspora. For the moment, all it does is allow you to check your notifications and your stream, read the posts that show up, read the comments, as well as post comments and post posts. My hope is that using it is simply faster than using the website. It doesn't do aspects, nor anything other than the above.

In the back, this uses the diaspy Python module which does nothing but screen scrape the website because there is no official API. I know, it's terrible. But other people have done the terrible work and I get to benefit, so that's OK.

I've made a very small number of changes to diaspy, so until they're merged, you'll have to install a copy from my repo. Sorry about that!

For more information, check out the Jan Pona Mute page.

#Diaspora #CLI