INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Mac => Topic started by: njonker on September 04, 2017, 10:22:09 pm

Title: Ripping CDs to BWF Format?
Post by: njonker on September 04, 2017, 10:22:09 pm
I am evaluating JRiver MediaCenter as my new solution for managing my usage library; part of that process involves ripping CDs.  I currently use Speedy 4.0 from BSI to rip my CDs, which produces WAV files that are tagged according to the Broadcast Wave File standard.  I'd like to use JRiver MediaCenter to do these rips instead.

Is there a way to get MediaCenter to put the Broadcast Wave File tags in the WAV file as it's ripping?

Niels.
Title: Re: Ripping CDs to BWF Format?
Post by: JimH on September 05, 2017, 06:58:07 am
Could you explain why?  Advantages?
Title: Re: Ripping CDs to BWF Format?
Post by: Awesome Donkey on September 05, 2017, 07:13:56 am
Looks like the main advantage is adding metadata to WAV.

https://en.wikipedia.org/wiki/Broadcast_Wave_Format
Title: Re: Ripping CDs to BWF Format?
Post by: JimH on September 05, 2017, 07:19:19 am
MC can tag WAV files. 
Title: Re: Ripping CDs to BWF Format?
Post by: njonker on September 05, 2017, 03:39:26 pm
Could you explain why?  Advantages?
Sure. In the broadcast industry these tagged files are common; playout systems read them and instantly have all the information they need. For example, one of the systems I use frequently, Simian from Broadcast Systems Inc, works well with WAV files with broadcast wav tags. Just drag a file into a playlist, and all the relevant info is there, not just artist, album and name, but also things like b;m, intro time, out time etc, without needing to keep track of databases or sidecar files.

Starting in the nineties I have built my media library that way, and the good thing about that is that abso.utelt every system can read these files, and many will read the bext chunk in the WAV file and have all the info they need.

Rather then using BSI's Speedy ripper, it would be nice to be able to use MC to rip, and get at least the basic artist, track, and album tags set.

Likewise, it would be nice if I can load the tens of thousands of files I have in this format into JRiver and have it get the Aerostar, album, song title, and track number right.

Niels.
Title: Re: Ripping CDs to BWF Format?
Post by: njonker on September 05, 2017, 03:41:16 pm
MC can tag WAV files.
Hmmm.... so I used MC to rip a few CDs to test yesterday, and I do not see the bext chunk I'm expecting in the WAV file' is there a special setting I need to have enabled to get it?

Latest MC running on OSX.

Niels.
Title: Re: Ripping CDs to BWF Format?
Post by: JohnT on September 07, 2017, 09:32:16 am
MC tags wave files with ID3 format tags.
Title: Re: Ripping CDs to BWF Format?
Post by: njonker on September 07, 2017, 08:05:16 pm
Got it, thanks! So it looks like I can simply add another chunk to the end of the file hat contains the tags I need, which I can automatically derive from the IDv2 tags.  I did some quick test code and it seems to work like a charm. 

Thanks for the info.

Niels.