Support and General Use > Recording

Recording Enhancements Pack

<< < (72/189) > >>

jaybeee:
 :D

It seems you two figured out what I was trying to say without me having to explain, te he

And yes, it's basically as Llorean said. Cos your first post about the patch didn't mention time splits.  All I was trying to get at was: if I want to record something that is 4 hours long, I know at the moment that will create one 2gb file being about 3hrs 22mins long, and then a second file being 38mins long; so I was just trying to see if asking the player to record me 4hrs then stop was possible.  Seems it is  :-*  ;D

--

I like the option about startng a new file after a certain time too.

--

I guess with the feature freeze still on, this isn't gonna get commited anytime soon. Trouble is, I've never added a patch into the package before, so might not be able to test it.

Mmmm:
Don't worry jaybee....eventually (probably tomorrow) I'll put it in the REP and you can download a patched build from my sig if you want...I'll post here once I've done it :)


--- Quote ---I like the option about startng a new file after a certain time too.
--- End quote ---
You can do this already without the patch! it's called timesplit!!!  ::)

jaybeee:

--- Quote from: Mmmm on June 27, 2006, 02:00:39 PM ---
--- Quote ---I like the option about startng a new file after a certain time too.
--- End quote ---
You can do this already without the patch! it's called timesplit!!!  ::)

--- End quote ---
:-[ lol
yes i did know that. What an idiot lol
thanks in advance for the patched build  ;D

Mmmm:

--- Quote from: jaybeee on June 27, 2006, 02:43:54 PM ---
--- Quote from: Mmmm on June 27, 2006, 02:00:39 PM ---
--- Quote ---I like the option about startng a new file after a certain time too.
--- End quote ---
You can do this already without the patch! it's called timesplit!!!  ::)

--- End quote ---
:-[ lol
yes i did know that. What an idiot lol
thanks in advance for the patched build  ;D

--- End quote ---

 :D lol....

I've put it in now so you can use the build in my sig (if you have an H120/H140) or the patch is in post#1 as per usual...:)
Tell me if there is anything you would like improved...and I'll think about it ;)

Mmmm:

--- Quote from: paulheu on June 27, 2006, 08:48:48 AM ---There's a problem when  using black backgrounds as the font color is always black..

Replacing lcd_set_foreground(LCD_DEFAULT_FG) with lcd_set_foreground(global_settings.fg_color) works for me.. (in recording.c)

--- End quote ---

hmmm I remember you saying this before, and I seem to remember that this breaks the h1xx build (as it doesn't have a colour screen) so maybe a bit of preprocessing magic is needed eh?

something like:

    lcd_set_foreground(
#ifdef HAVE_LCD_COLOR
    global_settings.fg_color);
#else
    LCD_DEFAULT_FG);
#endif

or something?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version