Difference between revisions of "Plugin Wiki:Tunein Radio"

From OpenPLi Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
TuneIn is one of the most popular internet radio eg. streaming audio service. It's the first enigma plugin for TuneIn radio.
 
TuneIn is one of the most popular internet radio eg. streaming audio service. It's the first enigma plugin for TuneIn radio.
google images slide show for related images during listening
+
google images or personal slide show for related images during listening
 +
recording of favorite radio station is available
 +
 
 +
 
 
   
 
   
 
Currently this plugin is not available in the OpenPLi feeds. But you can manually install using the [https://wiki.openpli.org/Tips_and_Tweaks#Accessing_your_receiver_and_editing_files<span style="color:SteelBlue">accesing you receiver</span>] using the command-line.  
 
Currently this plugin is not available in the OpenPLi feeds. But you can manually install using the [https://wiki.openpli.org/Tips_and_Tweaks#Accessing_your_receiver_and_editing_files<span style="color:SteelBlue">accesing you receiver</span>] using the command-line.  
Line 6: Line 9:
 
You install the plugin by starting the TuneInRadio installler script with:
 
You install the plugin by starting the TuneInRadio installler script with:
  
  wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/TuneinRadioInstaller.sh -O - | /bin/sh
+
  wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/installer.sh -O - | /bin/sh
 +
or
 +
opkg install http://tunisia-dreambox.info/TSplugins/TuneinRadio/enigma2-plugin-extensions-tuneinradio_1.2_all.ipk
  
 
Then restart enigma2  
 
Then restart enigma2  

Revision as of 16:40, 18 December 2018

TuneIn is one of the most popular internet radio eg. streaming audio service. It's the first enigma plugin for TuneIn radio. google images or personal slide show for related images during listening recording of favorite radio station is available


Currently this plugin is not available in the OpenPLi feeds. But you can manually install using the accesing you receiver using the command-line.

You install the plugin by starting the TuneInRadio installler script with:

wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/installer.sh -O - | /bin/sh

or opkg install http://tunisia-dreambox.info/TSplugins/TuneinRadio/enigma2-plugin-extensions-tuneinradio_1.2_all.ipk

Then restart enigma2

Source: https://forums.openpli.org/topic/51842-tunein-radio-plugin/#entry736478

Note:
This plugin can only be used with OpenPLi 6.0 or higher.
The plugin is using python function: Create_default_context() that is introduced in Python v2.7.9.