View Single Post
Posts: 59 | Thanked: 36 times | Joined on Nov 2009
#131
Originally Posted by thp View Post
You can write a script (see the about dialog for infomaion on how to integrate a script) or set the text in /apps/billboard/text (GConf).
I'm aware of the scripting capabilities of your app. However I don't see how to collect the rds information from the fm app.

dbus-monitor shows the following output. Is it possible to capture this output with a script. And if, can anybody give me a hint on how to do this?

Code:
signal sender=:1.1565 -> dest=(null destination) serial=108 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=rdsText
   string "KELLY CLARKSON - DARK SIDE - KELLY CLARKSON - DARK SIDE         "
signal sender=:1.1565 -> dest=(null destination) serial=109 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=stationName
   string "ZUERISEE"
signal sender=:1.1565 -> dest=(null destination) serial=110 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=signalChanged
   uint32 10
   boolean false
signal sender=:1.1565 -> dest=(null destination) serial=111 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=stationName
   string "SIERISEE"
signal sender=:1.1565 -> dest=(null destination) serial=112 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=stationName
   string "ZUERISEE"
signal sender=:1.1565 -> dest=(null destination) serial=113 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=ptyInfo
   string "Children's programmes"
signal sender=:1.1565 -> dest=(null destination) serial=114 path=/com/akozhan/fmradio; interface=com.akozhan.fmradio; member=ptyInfo
   string "Pop music"

Last edited by alex25; 2012-06-30 at 05:10.
 

The Following User Says Thank You to alex25 For This Useful Post: