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()
...
◆ getTitle()
Function: getTitle()
Title of the item on the air; i.e. song title.
- Returns
- Title
◆ getBand()
Function: getBand()
Band of the item on air.
- Returns
- Band
◆ getArtist()
Function: getArtist()
Artist of the item on air.
- Returns
- Artist
◆ getComposer()
Function: getComposer()
Get the Composer of the music.
- Returns
- Composer
◆ getConductor()
Function: getConductor()
Get the Conductor of the Band.
- Returns
- Conductor
◆ getAlbum()
Function: getAlbum()
Album of item on air.
- Returns
- Album name
◆ getComment()
Function: getComment()
Get Comment text from channel.
- Returns
- Comment
◆ getAlbumTrackNumber()
Function: getAlbumTrackNumber()
Get the album track number of currently sended music.
- Returns
- Track Number
◆ getInfoNews()
Function: getInfoNews()
Get News informations.
- Returns
- News Information
◆ getInfoNewsLocal()
Function: getInfoNewsLocal()
Get Local news informations.
- Returns
- Local News Information
◆ getInfoSport()
Function: getInfoSport()
Get Sport informations.
- Returns
- Sport Information
◆ getInfoStock()
Function: getInfoStock()
Get Stock informations.
- Returns
- Stock Information
◆ getInfoWeather()
Function: getInfoWeather()
Get Weather informations.
- Returns
- Weather Information
◆ getInfoHoroscope()
Function: getInfoHoroscope()
Get Horoscope informations.
- Returns
- Horoscope Information
◆ getInfoCinema()
Function: getInfoCinema()
Get Cinema informations.
- Returns
- Cinema Information
◆ getInfoLottery()
Function: getInfoLottery()
Get Lottery informations.
- Returns
- Lottery Information
◆ getInfoOther()
Function: getInfoOther()
Get other informations.
- Returns
- Other Information
◆ getEditorialStaff()
Function: getEditorialStaff()
Get Editorial Staff names.
- Returns
- Editorial Staff
◆ getProgStation()
Function: getProgStation()
Name describing station.
- Returns
- Program Station
◆ getProgStyle()
Function: getProgStyle()
The the radio channel style currently used.
- Returns
- Program Style
◆ getProgHost()
Function: getProgHost()
Host of current radio show.
- Returns
- Program Host
◆ getProgWebsite()
Function: getProgWebsite()
Link to URL (web page) for radio station homepage.
- Returns
- Program Website
◆ getProgNow()
Function: getProgNow()
Current radio program show.
- Returns
- Program Now
◆ getProgNext()
Function: getProgNext()
Next program show.
- Returns
- Program Next
◆ getPhoneHotline()
Function: getPhoneHotline()
Telephone number of the radio station's hotline.
- Returns
- Phone Hotline
◆ getEMailHotline()
Function: getEMailHotline()
Email address of the radio station's studio.
- Returns
- EMail Hotline
◆ getPhoneStudio()
Function: getPhoneStudio()
Telephone number of the radio station's studio.
- Returns
- Phone Studio
◆ getEMailStudio()
Function: getEMailStudio()
Email address of radio station studio.
- Returns
- EMail Studio
◆ getSMSStudio()
Function: getSMSStudio()
SMS (Text Messaging) number for studio.
- Returns
- SMS Studio