Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
InfoTagRadioRDS

Kodi's radio RDS info tag class. More...

Classes

class  XBMCAddon::xbmc::InfoTagRadioRDS
 

Functions

 XBMCAddon::xbmc::InfoTagRadioRDS::InfoTagRadioRDS (const std::shared_ptr< PVR::CPVRChannel > &channel)
 
 XBMCAddon::xbmc::InfoTagRadioRDS::InfoTagRadioRDS ()
 
 XBMCAddon::xbmc::InfoTagRadioRDS::~InfoTagRadioRDS () override
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getTitle ()
 

Function: getTitle()


Title of the item on the air; i.e. song title.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getBand ()
 

Function: getBand()


Band of the item on air.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getArtist ()
 

Function: getArtist()


Artist of the item on air.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getComposer ()
 

Function: getComposer()


Get the Composer of the music.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getConductor ()
 

Function: getConductor()


Get the Conductor of the Band.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getAlbum ()
 

Function: getAlbum()


Album of item on air.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getComment ()
 

Function: getComment()


Get Comment text from channel.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getAlbumTrackNumber ()
 

Function: getAlbumTrackNumber()


Get the album track number of currently sended music.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoNews ()
 

Function: getInfoNews()


Get News informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoNewsLocal ()
 

Function: getInfoNewsLocal()


Get Local news informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoSport ()
 

Function: getInfoSport()


Get Sport informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoStock ()
 

Function: getInfoStock()


Get Stock informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoWeather ()
 

Function: getInfoWeather()


Get Weather informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoHoroscope ()
 

Function: getInfoHoroscope()


Get Horoscope informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoCinema ()
 

Function: getInfoCinema()


Get Cinema informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoLottery ()
 

Function: getInfoLottery()


Get Lottery informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getInfoOther ()
 

Function: getInfoOther()


Get other informations.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getEditorialStaff ()
 

Function: getEditorialStaff()


Get Editorial Staff names.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getProgStation ()
 

Function: getProgStation()


Name describing station.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getProgStyle ()
 

Function: getProgStyle()


The the radio channel style currently used.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getProgHost ()
 

Function: getProgHost()


Host of current radio show.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getProgWebsite ()
 

Function: getProgWebsite()


Link to URL (web page) for radio station homepage.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getProgNow ()
 

Function: getProgNow()


Current radio program show.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getProgNext ()
 

Function: getProgNext()


Next program show.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getPhoneHotline ()
 

Function: getPhoneHotline()


Telephone number of the radio station's hotline.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getEMailHotline ()
 

Function: getEMailHotline()


Email address of the radio station's studio.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getPhoneStudio ()
 

Function: getPhoneStudio()


Telephone number of the radio station's studio.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getEMailStudio ()
 

Function: getEMailStudio()


Email address of radio station studio.
 
 XBMCAddon::xbmc::InfoTagRadioRDS::getSMSStudio ()
 

Function: getSMSStudio()


SMS (Text Messaging) number for studio.
 

Detailed Description

Kodi's radio RDS info tag class.

Class: InfoTagRadioRDS()

To get radio RDS info tag data of currently played PVR radio channel source.

Note
Info tag load is only be possible from present player class.
Also is all the data variable from radio channels and not known on beginning of radio receiving.

Example:

...
tag = xbmc.Player().getRadioRDSInfoTag()
title = tag.getTitle()
artist = tag.getArtist()
...

Function Documentation

◆ getAlbum()

String XBMCAddon::xbmc::InfoTagRadioRDS::getAlbum ( )

Function: getAlbum()


Album of item on air.

Returns
Album name

◆ getAlbumTrackNumber()

int XBMCAddon::xbmc::InfoTagRadioRDS::getAlbumTrackNumber ( )

Function: getAlbumTrackNumber()


Get the album track number of currently sended music.

Returns
Track Number

◆ getArtist()

String XBMCAddon::xbmc::InfoTagRadioRDS::getArtist ( )

Function: getArtist()


Artist of the item on air.

Returns
Artist

◆ getBand()

String XBMCAddon::xbmc::InfoTagRadioRDS::getBand ( )

Function: getBand()


Band of the item on air.

Returns
Band

◆ getComment()

String XBMCAddon::xbmc::InfoTagRadioRDS::getComment ( )

Function: getComment()


Get Comment text from channel.

Returns
Comment

◆ getComposer()

String XBMCAddon::xbmc::InfoTagRadioRDS::getComposer ( )

Function: getComposer()


Get the Composer of the music.

Returns
Composer

◆ getConductor()

String XBMCAddon::xbmc::InfoTagRadioRDS::getConductor ( )

Function: getConductor()


Get the Conductor of the Band.

Returns
Conductor

◆ getEditorialStaff()

String XBMCAddon::xbmc::InfoTagRadioRDS::getEditorialStaff ( )

Function: getEditorialStaff()


Get Editorial Staff names.

Returns
Editorial Staff

◆ getEMailHotline()

String XBMCAddon::xbmc::InfoTagRadioRDS::getEMailHotline ( )

Function: getEMailHotline()


Email address of the radio station's studio.

Returns
EMail Hotline

◆ getEMailStudio()

String XBMCAddon::xbmc::InfoTagRadioRDS::getEMailStudio ( )

Function: getEMailStudio()


Email address of radio station studio.

Returns
EMail Studio

◆ getInfoCinema()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoCinema ( )

Function: getInfoCinema()


Get Cinema informations.

Returns
Cinema Information

◆ getInfoHoroscope()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoHoroscope ( )

Function: getInfoHoroscope()


Get Horoscope informations.

Returns
Horoscope Information

◆ getInfoLottery()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoLottery ( )

Function: getInfoLottery()


Get Lottery informations.

Returns
Lottery Information

◆ getInfoNews()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoNews ( )

Function: getInfoNews()


Get News informations.

Returns
News Information

◆ getInfoNewsLocal()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoNewsLocal ( )

Function: getInfoNewsLocal()


Get Local news informations.

Returns
Local News Information

◆ getInfoOther()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoOther ( )

Function: getInfoOther()


Get other informations.

Returns
Other Information

◆ getInfoSport()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoSport ( )

Function: getInfoSport()


Get Sport informations.

Returns
Sport Information

◆ getInfoStock()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoStock ( )

Function: getInfoStock()


Get Stock informations.

Returns
Stock Information

◆ getInfoWeather()

String XBMCAddon::xbmc::InfoTagRadioRDS::getInfoWeather ( )

Function: getInfoWeather()


Get Weather informations.

Returns
Weather Information

◆ getPhoneHotline()

String XBMCAddon::xbmc::InfoTagRadioRDS::getPhoneHotline ( )

Function: getPhoneHotline()


Telephone number of the radio station's hotline.

Returns
Phone Hotline

◆ getPhoneStudio()

String XBMCAddon::xbmc::InfoTagRadioRDS::getPhoneStudio ( )

Function: getPhoneStudio()


Telephone number of the radio station's studio.

Returns
Phone Studio

◆ getProgHost()

String XBMCAddon::xbmc::InfoTagRadioRDS::getProgHost ( )

Function: getProgHost()


Host of current radio show.

Returns
Program Host

◆ getProgNext()

String XBMCAddon::xbmc::InfoTagRadioRDS::getProgNext ( )

Function: getProgNext()


Next program show.

Returns
Program Next

◆ getProgNow()

String XBMCAddon::xbmc::InfoTagRadioRDS::getProgNow ( )

Function: getProgNow()


Current radio program show.

Returns
Program Now

◆ getProgStation()

String XBMCAddon::xbmc::InfoTagRadioRDS::getProgStation ( )

Function: getProgStation()


Name describing station.

Returns
Program Station

◆ getProgStyle()

String XBMCAddon::xbmc::InfoTagRadioRDS::getProgStyle ( )

Function: getProgStyle()


The the radio channel style currently used.

Returns
Program Style

◆ getProgWebsite()

String XBMCAddon::xbmc::InfoTagRadioRDS::getProgWebsite ( )

Function: getProgWebsite()


Link to URL (web page) for radio station homepage.

Returns
Program Website

◆ getSMSStudio()

String XBMCAddon::xbmc::InfoTagRadioRDS::getSMSStudio ( )

Function: getSMSStudio()


SMS (Text Messaging) number for studio.

Returns
SMS Studio

◆ getTitle()

String XBMCAddon::xbmc::InfoTagRadioRDS::getTitle ( )

Function: getTitle()


Title of the item on the air; i.e. song title.

Returns
Title

◆ InfoTagRadioRDS() [1/2]

XBMCAddon::xbmc::InfoTagRadioRDS::InfoTagRadioRDS ( )
default

◆ InfoTagRadioRDS() [2/2]

XBMCAddon::xbmc::InfoTagRadioRDS::InfoTagRadioRDS ( const std::shared_ptr< PVR::CPVRChannel > & channel)
explicit

◆ ~InfoTagRadioRDS()

XBMCAddon::xbmc::InfoTagRadioRDS::~InfoTagRadioRDS ( )
overridedefault