Page 1 of 1

Listen to radio with tizonia (command line)

Posted: 2020-11-05 20:04
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