maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [HOW TO] record music from FM Radio (https://talk.maemo.org/showthread.php?t=60630)

TorstenT 2010-08-22 18:43

Re: [HOW TO] record music from FM Radio
 
Quote:

Originally Posted by twaelti (Post 793814)
It works well to record FM radio.

Did you test recaller with PR 1.2 ?

Maybe it is my python installation. But when I try to stop a recording, the icon disappears.

Furthermore, python complains about timeout_add_seconds():
Code:

AttributeError: 'module' object has no attribute 'timeout_add_seconds'
which I had to change to timeout_add()
Code:

vi /usr/lib/hildon-desktop/recaller.py

#self.timer = gobject.timeout_add_seconds(30, self.recordingreminder_cb)
self.timer = gobject.timeout_add(30000, self.recordingreminder_cb)

Here is my python-installation.
Code:

dpkg -l | grep python

gnome-python            2.18.0-2maemo6
hildon-desktop-python-loader 0.1.0-1maemo3
python                  2.5.2-3maemo4
python-alarm            0.1-0maemo3
python-all              2.5.2-3maemo4
python-cairo            1.4.12-1.2maemo2
python-central          0.6.11.1maemo2
python-dbus            0.83.0-1maemo3
python-gconf            2.26.1-1maemo1
python-gobject          2.16.1-1maemo2
python-gst0.10          0.10.14-2maemo5
python-gtk2            2.12.1-6maemo10
python-hildon          0.9.0-1maemo17
python-hildondesktop    0.1.0-1maemo3
python-minimal          2.5.2-3maemo4
python-notify          0.1.1-2maemo1
python-numeric          24.2-9maemo4
python-numpy            1:1.4.0-1maemo2
python-osso            0.4-0maemo5
python-protobuf        2.3.0-0maemo2
python-pygame          1.8.1release-0maemo3
python-support          1.0.6maemo1
python-xml              0.8.4-10.1maemo4
python2.5              2.5.4-1maemo6
python2.5-gobject      2.14.1-1osso2
python2.5-minimal      2.5.4-1maemo6

Maybe, you can see what is wrong with my installation.

zimon 2010-08-22 20:10

Re: [HOW TO] record music from FM Radio
 
If recaller is used to record fm-radio, will it still record also phone calls? (And how to have both?)

Recaller should be developed little futher as someone may want to (auto) record from all three sources. Also dbus-interface would be nice to have so for example fm-radio would only need gui and use recaller as a back end.

Harick 2010-08-22 20:35

Re: [HOW TO] record music from FM Radio
 
you can add multiples instance of recaller

you can set one widget to record system output, one for calls and another for dictaphone, just add the widget 3 times and configure each one

twaelti 2010-08-22 20:40

Re: [HOW TO] record music from FM Radio
 
Auto-recording phone calls even works if you have defined System as source - it will automatically change to Phone or Bluetooth.


All times are GMT. The time now is 13:39.

vBulletin® Version 3.8.8