Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Scheduled FM Recording Possible?
« previous next »
  • Print
Pages: [1]

Author Topic: Scheduled FM Recording Possible?  (Read 3694 times)

Offline l8nighter

  • Member
  • *
  • Posts: 2
Scheduled FM Recording Possible?
« on: August 14, 2008, 03:30:17 PM »
I was just wondering if there is any way to set Rockbox to record a certain FM station daily at a certain time given that mine is always powered on and running?  Thanks
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Scheduled FM Recording Possible?
« Reply #1 on: August 14, 2008, 04:19:53 PM »
No. (Unless you change the source code yourself and add this functionality of course).
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline l8nighter

  • Member
  • *
  • Posts: 2
Re: Scheduled FM Recording Possible?
« Reply #2 on: August 15, 2008, 04:02:26 PM »
Any idea if this will ever be added?  I noticed someone else on the forums was going to code something back in 2006 but nothing was ever said more.
Logged

Offline tomers

  • Developer
  • Member
  • *
  • Posts: 76
Re: Scheduled FM Recording Possible?
« Reply #3 on: August 16, 2008, 12:00:49 AM »
> No. (Unless you change the source code yourself and add this functionality of course).
It sounds like a feature which has a very limited demand, thus there's a poor probability of a developer investing his time and energy to implement it (IMHO).

For the scheduled FM recording to work, the player has to be turned-on when the time comes.
How does this requirement can be implemented?
What mechanism portable players have that wakes them up on a scheduled time? Maybe there is already an implementation of an alarm clock which can be modified for this purpose?

Also, what happens when the scheduled recording begins? Does the player stops playing whatever it plays, and switches to that FM station?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Scheduled FM Recording Possible?
« Reply #4 on: August 16, 2008, 03:33:35 AM »
Quote from: tomers on August 16, 2008, 12:00:49 AM
For the scheduled FM recording to work, the player has to be turned-on when the time comes.
How does this requirement can be implemented?
Several players have a RTC chip, and IIRC all those players already have a RTC alarm that can wake up the player. You can then use the "Startup Screen" setting to go directly to the recording screen or FM screen.

You're out of luck on this if your player doesn't have a RTC chip (like the iriver h100 series). In that case you'd need to power your player from AC to prevent it shutting down and need a time counter.

Quote
Also, what happens when the scheduled recording begins? Does the player stops playing whatever it plays, and switches to that FM station?
If the player is started by an alarm there isn't anything running, so that's not that of an issue. But when is the player supposed to stop? I.e. you'd also need to limit the recording to a certain time frame or similar, and AFAIK such a feature isn't implemented yet.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Scheduled FM Recording Possible?
« Reply #5 on: August 16, 2008, 04:46:00 AM »
Quote from: bluebrother on August 16, 2008, 03:33:35 AM
Several players have a RTC chip, and IIRC all those players already have a RTC alarm that can wake up the player.
This is not true. E.g. the Archos V1 Recorders have an RTC but alarm wake up is usually not possible - it needs a hardware mod to get it working. As far as I know the Sansas have an RTC but cannot wake up from it. The H300s, X5 and M5 (those have the same PCF chip) have an RTC but cannot wake up from it as of yet; there is a patch in the tracker to make it work but it still needs changes in the Iaudio bootloader to make it work properly. As far as I know this currently only works for the Archos V2/FM recorders and the newer Ipods.

Quote
You can then use the "Startup Screen" setting to go directly to the recording screen or FM screen.
Well this would throw you into the recording screen but would not automatically start a recording. If the sound input is already present, triggered recording might help with that.

Quote
Quote
Also, what happens when the scheduled recording begins? Does the player stops playing whatever it plays, and switches to that FM station?
If the player is started by an alarm there isn't anything running, so that's not that of an issue.
Maybe the question was if it was possible to use the alarm to switch to recording even if the player was "on"? Currently you really need to switch the player off to see the alarm working (and a wake up alarm capable player), I think there was a technical reasons for it but don't know it.


There already was a patch for scheduled recording some time ago which did not use the alarm function but the user timer. This means you had to leave the player running all the time but then it worked on targets without RTC too (at least it should have, I never tried). I believe it even was committed but reverted as it caused some problems - unfortunately I don't remember the details. It also caused a quite big binsize increase which means all (with a recording capable target) would have suffered shorter runtime just because of this feature which was only asked for by a few people. It could have been this specific implementation and a better one could be possible without these disadvantages... This patch was discussed in the forums here, you could search bit and find out what happened with it.
« Last Edit: August 16, 2008, 04:47:53 AM by pixelma »
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Scheduled FM Recording Possible?
« Reply #6 on: August 16, 2008, 06:07:22 AM »
Quote from: pixelma on August 16, 2008, 04:46:00 AM
Quote from: bluebrother on August 16, 2008, 03:33:35 AM
Several players have a RTC chip, and IIRC all those players already have a RTC alarm that can wake up the player.
This is not true. E.g. the Archos V1 Recorders have an RTC but alarm wake up is usually not possible - it needs a hardware mod to get it working.
* bluebrother stands corrected. I put the IIRC for a reason ;)
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline Heriver

  • Member
  • *
  • Posts: 21
Re: Scheduled FM Recording Possible?
« Reply #7 on: August 17, 2008, 04:48:03 AM »
I had the same question, last year!
I have a Iriver H120, found this (wonderfull) forum.

I read about RTC-Chip and the REP-Patch.
Then it was possible to record FM-radio station with the right kind of Alarm-settings.
I have modded my H120 with an RTC-Chip and learn about patching and compiling the software!

So to answer your question, It is possible; but in general speaking, it is not possible!
   
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Scheduled FM Recording Possible?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.092 seconds with 15 queries.