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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
« previous next »
  • Print
Pages: 1 ... 53 54 [55] 56 57 ... 63

Author Topic: Recording Enhancements Pack  (Read 364626 times)

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #810 on: June 19, 2007, 11:37:44 AM »
I was wondering where I could find the function recording_start_automatic
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Recording Enhancements Pack
« Reply #811 on: June 19, 2007, 11:49:26 AM »
Really - look at finding out how to use grep....
Logged

Read The Manual Please

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #812 on: June 19, 2007, 11:50:11 AM »
Thanks.  I found it.

Is there a way to recurse the folders?  I tried -r, but it didn't work.
« Last Edit: June 19, 2007, 12:16:55 PM by fed »
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Recording Enhancements Pack
« Reply #813 on: June 19, 2007, 12:39:51 PM »
I think you have to use -R (case sensitive)
Logged

Read The Manual Please

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording Enhancements Pack
« Reply #814 on: June 19, 2007, 03:52:39 PM »
Code: [Select]
grep -i "stuff to look for" -R *
is what I tend to use. I actually think -r also works, or claims to, if I recall.
Logged

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: Recording Enhancements Pack
« Reply #815 on: June 19, 2007, 04:06:39 PM »
This is the grep command my Emacs uses for recursive grepping (M-x rgrep):

Quote
find . \( -path \*/CVS -o -path \*/.svn -o -path \*/\{arch\} -o -path \*/.hg -o -path \*/_darcs -o -path \*/.git -o -path \*/.bzr \) -prune -o  -type f \( -name \*.\[ch\] \) -print0 | xargs -0 -e grep -i -nH -e "the search string"

this command has the advantage that it doesn't find the files inside the .svn directories and it is limited to *.[ch] files. It displays the line numbers, too.
Logged
Iriver H120, Sansa e280

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Recording Enhancements Pack
« Reply #816 on: June 19, 2007, 04:27:23 PM »
...and the award for best "Sledgehammer to crack a nut approach" goes to .... ;)
Logged

Read The Manual Please

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: Recording Enhancements Pack
« Reply #817 on: June 19, 2007, 04:35:37 PM »
Quote from: GodEater on June 19, 2007, 04:27:23 PM
...and the award for best "Sledgehammer to crack a nut approach" goes to .... ;)

well, the only thing I really type is the search string, everything else is handled automatically. With this I can click on a result and the file is opened at the right place for me.

It took my quite some time with the man page for 'grep' and 'find' to analyze how it works  ;D
Logged
Iriver H120, Sansa e280

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #818 on: June 19, 2007, 08:49:54 PM »
Thanks!  

This is going to help me a lot!

I actually prefer the really long one.  It gives better results.
« Last Edit: June 19, 2007, 08:54:59 PM by fed »
Logged

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #819 on: June 19, 2007, 09:32:43 PM »
Now I'm trying to put something (text or graphics) on the recording screen while the unit is recording (to make it obvious to me), and to take it away when it is not recording.  Any idea how I would tackle this?
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Recording Enhancements Pack
« Reply #820 on: June 22, 2007, 05:39:17 AM »
Quote from: fed on June 16, 2007, 04:13:11 AM
Has anyone made a build with this patch for the Sansa e200?

I just did:

http://www.anythingbutipod.com/forum/showthread.php?t=12583

@Mmmm: I have resynced this patch with SVN and added a simple ifdef to make it compile for the e200 target (no line in). Also, I have added the e200 target to Rincewind's code  for a customisable record button. Do you want me to send it to you?

Charles
« Last Edit: June 22, 2007, 01:41:50 PM by cpchan »
Logged

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #821 on: June 22, 2007, 10:18:23 AM »
Thanks for doing that!

I tried your most recent build, and I don't see the menu for setting the buttons.  Some of the other menus (in recording settings) seem to be a bit off as well.  Is the patch in your most recent build?
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Recording Enhancements Pack
« Reply #822 on: June 22, 2007, 10:28:44 AM »
Quote from: fed on June 22, 2007, 10:18:23 AM
I tried your most recent build, and I don't see the menu for setting the buttons.

I updated patch 5555. I am now in the process of doing the same for the "Recording Enhancement Pack". It will be available shortly after some testing.

Quote
Some of the other menus (in recording settings) seem to be a bit off as well.  Is the patch in your most recent build?

Can you see if it is still "off" after you try the next release?

Charles

Logged

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #823 on: June 22, 2007, 10:55:57 AM »
Thanks, looking forward to it.

I'd like to ask you a question, if you don't mind.  I posted it

http://forums.rockbox.org/index.php?topic=11179.0

I think I'm not supposed to double post questions, so could you please check out the link?  It is about writing to the rec screen to make the recording status larger on the screen.
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Recording Enhancements Pack
« Reply #824 on: June 22, 2007, 01:39:53 PM »
Quote from: fed on June 22, 2007, 10:55:57 AM
Thanks, looking forward to it.

OK it is done. Everything is working fine for me. Please test:

http://www.anythingbutipod.com/forum/showthread.php?t=12583

Charles
Logged

  • Print
Pages: 1 ... 53 54 [55] 56 57 ... 63
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
 

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

Page created in 0.096 seconds with 14 queries.