feedme java project

is free software, licensed under the terms of the GNU General Public License, that feeds/imports media from anywhere to xbox360 media center extenders, ipods, web servers, file servers, etc. using Java.

Please read the license here.

Saturday, August 4, 2007

hdiutil MusicBackup out.cdr.iso @export method on osx platform



/**
* remove the "//" below to enable hdiutil out.cdr.iso @export method on osx platform.
* added Sat Aug 04 01:58:00 CDT 2007
*/

// Runtime.getRuntime().exec( "
// hdiutil makehybrid -o out.cdr.iso Music -hfs -iso -joliet \
// -hide-hfs 'Music/*.wma' -hide-joliet 'Music/{*.m4a,*.mp3}' \
// -hide-iso 'Music/*.{wma,m4a}' );

No comments: