lp:~jamesh/rhythmbox/fmradio
Adds support form Video4Linux 2 FM radio tuners to Rhythmbox
- Get this branch:
- bzr branch lp:~jamesh/rhythmbox/fmradio
Branch merges
Branch information
Recent revisions
- 4746. By James Henstridge
-
2007-05-21 James Henstridge <email address hidden>
* plugins/
fmradio/ rb-fm-radio- source. c (playing_ entry_changed) :
only mute/unmute the radio when we need to turn it off or on.
Also change the radio station locations to use an "fmradio:"
prefix.
(rb_fm_radio_source_ add_station) : prepend "fmradio:" to the radio
frequency to form a URI for the entry. Also check to make sure
the frequency can be parsed as a floating point number. - 4745. By James Henstridge
-
2007-05-14 James Henstridge <email address hidden>
* plugins/Makefile.am (SUBDIRS): don't include fmradio in the
subdirs unless ENABLE_FM_RADIO is set.* configure.ac: only enable the fm radio plugin if we can find the
V4L2 header file. - 4742. By James Henstridge
-
2007-05-03 James Henstridge <email address hidden>
* plugins/
fmradio/ rb-fm-radio- source. c:
* plugins/fmradio/ rb-fm-radio- source. h:
* plugins/fmradio/ rb-fm-radio- plugin. c: only create the source if
we can open the radio device. Tune and mute/unmute the radio on
song change. - 4741. By James Henstridge
-
2007-05-03 James Henstridge <email address hidden>
* plugins/
fmradio/ rb-fm-radio- source. c (playing_ entry_changed) :
flesh out the source implementation so that I can catch song changes. - 4738. By James Henstridge
-
2007-05-03 James Henstridge <email address hidden>
* plugins/
fmradio/ rb-fm-radio- source. [ch]: a source for the FM
radio plugin.* plugins/
fmradio/ rb-fm-radio- gst-src. c: a source element that
makes use of audiotestsrc to produce silence.