INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: aksdb on November 16, 2006, 10:49:28 am

Title: Recording streams and META data
Post by: aksdb on November 16, 2006, 10:49:28 am
It would be a very nice feature if stream recording would also
take META data into account and optionally split the file.
This is the behaviour of for example StreamRipper, which
automatically creates single MP3 files from a shoutcast stream
and names them according to the META information.
It splits them by seeking silence around the time the META
data changes.

StreamRipper is also available as library (http://streamripper.sourceforge.net/)
but is under GPL, so most likely not in your interest.
But it would still be a nice feature to clone that behavior
and I don't consider that too hard, as MC already has the
ability to find silence at the beginning and ending of
tracks, so the same method could be used to split tracks.
If no silence is found, it is simply split at the spot with the
lowest volume and if even THIS is not found, it splits
at the time of the META data change.
(and receiving aswell as parsing the META data shouldn't be
a problem too).
Title: Re: Recording streams and META data
Post by: jimn on November 16, 2006, 01:39:59 pm
I agree this would be a nice enhancement, and we are considering implementing it. Can't make any promises though...

JimN
Title: Re: Recording streams and META data
Post by: aksdb on November 16, 2006, 03:25:17 pm
That would be great :)
Thanks that you at least consider it.