Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Listen to radio with tizonia (command line)

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Listen to radio with tizonia (command line)

#1 Post by bester69 »

Listening to the radio with tizonia (command line)
:!: https://docs.tizonia.org/manual/tunein.html

youradio "cope madrid" >> (tizonia --tunein-search "$1" --tunein-type "stations")

youradio.sh

Code: Select all

#!/bin/bash
#
clear
killall tizonia
tizonia --help tunein
tizonia --tunein-search "$1" --tunein-type "stations" 
or, to query and play all local radios.:
tizonia --tunein-local "yourcity" --shuffle

i.e.:
tizonia --tunein-local madrid
[TuneIn] [TuneIn 'local' category search] : 'madrid' (additional keywords: ).
[TuneIn] [local] 'Alicante'.
[TuneIn] [local] 'Antigua'.
[TuneIn] [local] 'Barcelona'.
...'.
[TuneIn] [local] 'Vigo'.
[TuneIn] [local] 'Zaragoza'.
[TuneIn] [local] Searching 'Madrid'.
[TuneIn] [station] [#01] 'Antena Cemu Radio 107.6 (Classic Hits)' [Algo más.. "Que Radio"] (mp3, 128kbps, reliability: 93%).
[TuneIn] [station] [#02] 'CADENA 100 99.5 (Adult Hits)' [CADENA 100 happy hour] (mp3, 96kbps, reliability: 98%).
[TuneIn] [station] [#03] 'Cadena Dial 91.7 (Pop Latino)' [Eros Ramazzotti - Una emocion para siempre] (mp3, 128kbps,
--------------------------------
:arrow: Listen to Youtube with tizonia (command line)
http://forums.debian.net/viewtopic.php?f=3&t=148232

:arrow: Listen Podcasts with tizonia (command line)
http://forums.debian.net/viewtopic.php?f=3&t=148000

:arrow: For remote control, we need tizonia-remote,
http://forums.debian.net/viewtopic.php? ... 6&start=60
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply