I got it worked out. Once the syntax was sorted and I remembered all the files exported where in caps and linux is case sensisitive about everything (so .XML, not .xml), I was on my way. I suppose there is no way to assign scheduler codes on import?
Thanks! From: Fred Gleason <[email protected]> Sent: Tuesday, November 19, 2019 9:11 AM To: Rob Landry <[email protected]> Cc: [email protected]; [email protected] Subject: Re: [RDD] I'm back, help needing importing library from RCS nexgen On Nov 18, 2019, at 08:25, Rob Landry <[email protected] <mailto:[email protected]> > wrote: I had someone come to me a year or two ago with a bunch of Nexgen files to import. The nice thing about XML is that it's fairly easy to parse, and I ended up writing a Perl script using a module named perl-XML-Parse or some such. Then I fed everything into rdimport. And that’s basically the way that ‘nexgen_filter’ works. The minimal invocation looks like this: nexgen_filter --group=SOMEGROUP --audio-dir=/path/to/audio/files myfile.xml There are various other switches that let you do things like control what cart number to use. Do ‘nexgen_filter --help’ to see all the options. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | A room without books is like a body without a soul. | | | | -- Cicero | |---------------------------------------------------------------------|
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
