getmusicbee.com

General => MusicBee Wishlist => Topic started by: zibeth on July 16, 2010, 06:14:27 AM

Title: CD Burning
Post by: zibeth on July 16, 2010, 06:14:27 AM
I have been looking for a replacement for MusicMatch Jukebox since 2007 and I have tried out at least a dozen programs - none of them offering the same kind of interface options and sorting features.  Then I found the link to your site - and I was extremely pleased.  It is very similar to MusicMatch and I really like the multiple sort option.  The only drawback for me is that I cannot burn cds from my library... This is a very important option to me and the standard burn software with XP is not a good option for burning music cds.  If there is any way you can add this feature on, it would make this program the ultimate music library organizer available.  Thanks for listening!  ;D
Title: Re: CD Burning
Post by: Creaulx on September 23, 2010, 01:42:46 PM
I have to agree.  I loved the old MusicMatch version 9 and this is the closest to that interface that I've found.  Good-looking, intuitive and fully featured without being ridiculously overwhelming like WinAmp.

Right now for encoding and ripping I'm using Illustrate's dB Poweramp - an amazing program with multi-core support, great tagging capabilities, ability to encode/decode FLAC, and in a fast user-friendly interface that you don't have to dig too deep into to find what you're looking for.  The more complex a program is, the less likely I am to ever come close to making use of the features, however good they are.  For example, Photoshop baffles the living hell out of me.  Perhaps I'm just a simpleton...   :-\

?Is there enough interest out there to make integrated CD burning a viable request?  Is it worth your time, Steven?  Could you partner with some other freeware to include it in your program?
Title: Re: CD Burning
Post by: Blinghound on September 23, 2010, 06:10:37 PM
I would have thought implementing a CD burning extension with all the features would be very time consuming, if made from scratch. Maybe a burn with external application option?
Title: Re: CD Burning
Post by: zord_majka on September 23, 2010, 08:47:35 PM
Well, I remembered I saw some extension for Total Commander lots of years ago that let you to burn from the app, so I checked it out. As I thought it used some Nero's libraries... after like 2 minutes on google I found out that foobar does the same - http://www.music-reviewed.com/guides.php?page=audio_cdr . IMHO this is not really cool/fair approach.

Well, zibeth, I guess if you want this feature in MB try to find some free dll that can be used... I can't talk for Steven, but this would help I guess.

I personally don't burn CD for years and years, but I can imagine lots of people will be pleased by it.
Title: Re: CD Burning
Post by: ferongr on September 24, 2010, 10:02:50 AM
The best way would be by dynamically linking Cdrtools against Musicbee. The Nero libraries are not free software, and cannot be redistributed. Cdrtools are robust, support everything under the sun and are actively maintained.
Title: Re: CD Burning
Post by: Adson on September 24, 2010, 10:14:01 PM

From my point of view CD-burning is not vital for MB.
There are a lot of top quality tools on the market for that purpose even in the freeware and open source corner.

I think it would be better to concentrate on the core features of MB if - what I guess is the case - Steven's time for developing is limited.

A.
Title: Re: CD Burning
Post by: jackuars on September 25, 2010, 08:32:34 PM
I second Adson. Its better to try out great Freewares for CD burning and enhanced stuff. Try ImgBurn for example.


Title: Re: CD Burning
Post by: bbutlerau on September 28, 2010, 07:33:04 AM
+1 for imgburn.... it works well and i know a few programs use it for a burning backend so its possible
Title: Re: CD Burning
Post by: ma_t14 on October 02, 2010, 12:35:06 PM
Another vote for ImgBurn.  ;D
Title: Re: CD Burning
Post by: Steven on October 02, 2010, 12:43:38 PM
if someone can tell me what parameters to call it with so a set of filenames can be burned i can easily add to musicbee
Title: Re: CD Burning
Post by: ma_t14 on October 02, 2010, 01:23:12 PM
Here you go. The official readme with all supported cli switches:


|==================================|
| Program Name: | ImgBurn          |
|==================================|
| Author:       | LIGHTNING UK!    |
|==================================|

Supported Command Line Switches:

(You can get a basic version of this list via 'ImgBurn.exe /?')

/MODE <PICKER | READ | BUILD | WRITE | VERIFY | DISCOVERY>
   Used to tell the program which 'Mode' to open up in.

/BUILDINPUTMODE <STANDARD | ADVANCED>
   Used to tell the program which 'Build Input Mode' to open up in.
   Only applies to BUILD mode.

/BUILDOUTPUTMODE <DEVICE | IMAGEFILE>
   Used to tell the program which 'Build Output Mode' to open up in.
   Only applies to BUILD mode.

/SRC <Drive Letter | SCSI Address> | "<Folder Name>\" | "<File Name>" | ALLSECTORS | <Custom Number Of Sectors>
   Used to select the source drive or filename.
   Drive Letter or SCSI Address applies to READ and VERIFY modes.
   Folder Name applies to BUILD mode.
        File Name applies to BUILD and WRITE modes.
   ALLSECTORS applies to DISCOVERY mode.
   Custom Number Of Sectors applies to DISCOVERY mode.
   Examples: /SRC J:
        /SRC 1:0:0
        /SRC "C:\DVD_FILES\VIDEO_TS\"
        /SRC "C:\DVDIMAGE.ISO"
        /SRC "C:\BackupProject.IBB"
        /SRC ALLSECTORS
        /SRC 2295000

   In BUILD mode, you can specify an '.IBB' file as the source.
   This is an 'ImgBurn Backup Project' file and is a simple text file containing the names of folders / files to add to the image, along with the various configuration options.
   The simplest way to find the correct syntax for an '.IBB' file is to have ImgBurn create one via the 'Save Project...' option in the 'File' menu, and then look at it in notepad.

   In BUILD mode, you can specify multiple folders / files directly if you put a pipe character ('|') between them.
   Example: /SRC "C:\Folder1\|C:\Folder2\|C:\Document1.txt|C:\Document2.txt"

/SRCLIST "<File Name>"
   Used to specify a text file that represents a basic list of folders / files to be added to the 'Source' box.
   Only applies to BUILD mode.
   Example: /SRCLIST "C:\BackupList.txt"

/DEST <Drive Letter | SCSI Address> | "<File Name>"
   Used to select the filename or drive.
   Drive Letter or SCSI Address applies to BUILD, WRITE and DISCOVERY modes.
   File Name applies to READ, BUILD and VERIFY modes ('DEST' actually means 'Compare' here for VERIFY mode).
   Examples: /DEST J:
        /DEST 1:0:0
        /DEST "C:\DVDIMAGE.ISO"

   When in READ mode, you can use '[DISC_LABEL]' | '[DATETIME]' | '[DATE]' | '[TIME]' (without quotes) anywhere in the file name specified with this switch, and the program will replace it with the appropriate value.
   When in BUILD mode, you can use '[DATETIME]' | '[DATE]' | '[TIME]' (without quotes) anywhere in the file name specified with this switch, and the program will replace it with the appropriate value.
   Examples: /DEST "C:\DVDIMAGES\[DISC_LABEL].ISO"
             /DEST "C:\DVDIMAGES\DailyBackup_[DATETIME].ISO"

/FILESYSTEM "<File System>"
   Used to change the value of the 'File System' drop down list.
   Only applies to BUILD mode.
   The parameter must match the value within the drop down list exactly.
   Examples: /FILESYSTEM "ISO9660"
        /FILESYSTEM "ISO9660 + Joliet"
        /FILESYSTEM "ISO9660 + UDF"

/UDFREVISION "<UDF Revision>"
   Used to change the value of the 'UDF Revision' drop down list.
   Only applies to BUILD mode.
   The parameter must match the value within the drop down list exactly.
   Examples: /UDFREVISION "1.02"
        /UDFREVISION "2.50"

/VOLUMELABEL "<Volume Label>"
   Used to set the value of the volume label fields.
   Only applies to BUILD mode.
   Length limits are automatically applied. i.e. 32 chars for ISO9660, 16 for Joliet, 126 for UDF.

   To specify different volume labels for each file system, the following switches are also available:

   /VOLUMELABEL_ISO9660 "<Volume Label>"
   /VOLUMELABEL_JOLIET "<Volume Label>"
   /VOLUMELABEL_UDF "<Volume Label>"

   These will override what's been set (if anything) by the '/VOLUMELABEL' switch.

/SPEED <Write Speed>
   Used to change the value of the 'Write Speed' drop down list.
   The parameter must match the value within the drop down list exactly.
   Examples: /SPEED MAX
        /SPEED 1x
        /SPEED 2.4x (or 2,4x depending on regional settings)

/COPIES <Number Of Copies>
   Used to change the value of the 'Copies' drop down list.
   The parameter must match the value within the drop down list exactly.
   Only applies to WRITE mode.
   Example: /COPIES 2

/LAYERBREAK <LBA>
   Used to tell the program where to put the layerbreak.
   Only applies to WRITE and DISCOVERY modes and only when burning DVD+R DL discs.
        Example: /LAYERBREAK 2000000

/ERASE
   Used to automatically erase / format / overwrite media.

/OVERWRITE <YES | NO>
   Used to force the program to either overwrite all existing files, or never overwrite them.

/TESTMODE <YES | NO>
   Used to make the program simulate the burn - whereby no data is actually written to the disc.
   Basically, it just checks (or unchecks!) the 'Test Mode' box for you!

/VERIFY <YES | NO>
   Used to make the program verify a disc is readable after it has been burnt.
   Basically, it just checks (or unchecks!) the 'Verify after write' box for you!

/DELETEIMAGE <YES | NO>
   Used to make the program delete the image after it has been burnt.
   Basically, it just checks (or unchecks!) the 'Delete Image When Done' box for you!

/DELETESOURCE <YES | NO>
   Used to make the program delete the source files after they've been burnt.
   Only applies to BUILD mode. *** USE WITH CAUTION ***

/EJECT <YES | NO>
   Used to make the program eject the disc after it has been burnt.
   Basically, it just checks (or unchecks!) the 'Eject Tray When Done' box for you!

/START
   Used to start the burn process automatically when the program has finished initialising.
   Basically, it just presses the 'Build' / 'Write' / 'Verify' button for you!

/CLOSE
   Used to close the program when the burn process has finished.
   Basically, it just presses the 'Close' button for you!

/CLOSEINFO
   Used to close the program when the text file specified by '/INFO' has been created.
   Basically, it just presses the 'Close' button for you!

/CLOSESUCCESS
   Used to close the program when the burn process has finished AND was successful.
   Basically, it just presses the 'Close' button for you!

/SHUTDOWN
   Used to shutdown the computer when the program has finished burning.
   Basically, it just checks the 'Shutdown computer when done' box for you!

/WAITFORMEDIA
   Used in combination with /START and /CLOSE to wait until the program is 'Ready' to burn before trying to start.
   Normally, if the program isn't 'Ready', the /CLOSE switch causes the program to close without having done anything.

/IGNORELOCKVOLUME
   Used to make the program ignore any 'Access is denied' errors it might run into when it tries to lock the drive for exclusive access, meaning the burn can continue without user intervention.
   This is mainly for 3rd party applications that are unable to release any 'handles' that they might have open to the drive - thus preventing ImgBurn from obtaining the lock.

/NOIMAGEDETAILS
   Used to stop the program from displaying details about the image.
   Only applies to BUILD mode.

/ROOTFOLDER <YES | NO>
   Used to automate the 'Root Folder' prompt you get when only adding a single folder to the source list.
   Only applies to BUILD mode.

/CERTIFICATEFOLDER <YES | NO>
   Used to automate the 'Certificate Folder' prompt you get when a 'CERTIFICATE' folder is present at the same directory level as the BDAV/BDMV folder but hasn't been included.
   It will also override the 'Create CERTIFICATE Folder' option in the settings.
   Only applies to BUILD mode.

/PRESERVEFULLPATHNAMES <YES | NO>
   Basically, it just checks (or unchecks!) the 'Preserve Full Pathnames' box for you!
   Only applies to BUILD mode.

/RECURSESUBDIRECTORIES <YES | NO>
   Basically, it just checks (or unchecks!) the 'Recurse Subdirectories' box for you!
   Only applies to BUILD mode.

/INCLUDEHIDDENFILES <YES | NO>
   Basically, it just checks (or unchecks!) the 'Include Hidden Files' box for you!
   Only applies to BUILD mode.

/INCLUDESYSTEMFILES <YES | NO>
   Basically, it just checks (or unchecks!) the 'Include System Files' box for you!
   Only applies to BUILD mode.

/INCLUDEARCHIVEFILESONLY <YES | NO>
   Basically, it just checks (or unchecks!) the 'Include Archive Files Only' box for you!
   Only applies to BUILD mode.

/CLEARARCHIVEATTRIBUTE <YES | NO>
   Basically, it just checks (or unchecks!) the 'Clear Archive Attribute' box for you!
   Only applies to BUILD mode.

/BOOTEMUTYPE
   Basically, it just modifies the 'Emulation Type' field on the 'Advanced' -> 'Bootable Disc' tab for you!
   Only applies to BUILD mode.

/BOOTIMAGE
   Basically, it just modifies the 'Boot Image' field on the 'Advanced' -> 'Bootable Disc' tab for you!
   Only applies when the '/BOOTEMUTYPE' switch is also specified.
   Only applies to BUILD mode.

/BOOTDEVELOPERID
   Basically, it just modifies the 'Developer ID' field on the 'Advanced' -> 'Bootable Disc' tab for you!
   Only applies when the '/BOOTEMUTYPE' switch is also specified.
   Only applies to BUILD mode.

/BOOTLOADSEGMENT
   Basically, it just modifies the 'Load Segment' field on the 'Advanced' -> 'Bootable Disc' tab for you!
   Only applies when the '/BOOTEMUTYPE' switch is also specified.
   Only applies to BUILD mode.

/BOOTSECTORSTOLOAD
   Basically, it just modifies the 'Sectors To Load' field on the 'Advanced' -> 'Bootable Disc' tab for you!
   Only applies when the '/BOOTEMUTYPE' switch is also specified.
   Only applies to BUILD mode.

/IBG "<File Name>"
   Used to make the program write the graph data to a file of the specified name after burning (or verifying if it's enabled).

/LOG "<File Name>"
   Used to make the program write the log to a file of the specified name when closing down.
   You can use '[DATETIME]' | '[DATE]' | '[TIME]' (without quotes) anywhere in the file name specified with this switch, and the program will replace it with the appropriate value.
   Example: /LOG "C:\ImgBurn Logs\DailyBackup_[DATETIME].log"

/LOGAPPEND
   When used in combination with '/LOG "<File Name>"', it will make the program try and append to the file rather than overwrite it.

/LOGHEADER
   When used in combination with '/LOG "<File Name>"', it will make the program add a header to the log showing the program version, date and time.
   It is recommended that this switch be used when creating a new log file that you will later append to via use of the '/LOGAPPEND' switch.   
        The same header is automatically added when using the '/LOGAPPEND' switch so this switch need not be specified.

/INFO "<File Name>"
   Used to make the program write the contents of the drive/media information window (on the right side of the main window) to a file of the specified name after full initialising the media.

/PORTABLE
   Used to make the program skip the sections where it would normally write file association / autoplay / shell extension data to the registry.
   When used in combination with '/SETTINGS "<File Name>"', you can make it so ImgBurn doesn't make any changes to the PC it's being run on. This is useful if you're running it from a USB pen etc.

/LANGID <Language Identifier>
   Used to tell the program which language to start up in. Values can be in decimal or hexadecimal formats. The appropriate '*.lng' file must exist in the 'Languages' folder.
   Example: /LANGID 0x0809
       /LANGID 2057
       Both of the above will cause the program to start with the GUI interface in the 'English (United Kingdom)' language.

/SETTINGS "<File Name>"
   Used to override loading the settings from the registry, and instead load from / save to the specified file.
   If the file does not exist, default settings will be used and the program will attempt to save to the specified file when it's closed.

   Even if this switch is not specified, the program will attempt to load from 'ImgBurn.ini' in the application exe's directory BEFORE it loads from the registry.

/NOSAVESETTINGS
   Used to tell the program not to save ANY settings when it's closed.

THE END

Title: Re: CD Burning
Post by: Steven on October 04, 2010, 08:24:40 PM
i'm hoping someone can manually test the command line parameters. When i try this with ImgBurn on my drive my machine hangs every time so i cant really test this.

This is what i think the parameters could be:

ImgBurn.exe /MODE BUILD /BUILDOUTPUTMODE IMAGEFILE /SRCLIST "C:\List.txt" /DEST "C:\image.iso" /FILESYSTEM "ISO9660 + UDF" /UDFREVISION "1.02" /VOLUMELABEL "xxxxx" /START /WAITFORMEDIA /CLOSESUCCESS

ImgBurn.exe /MODE WRITE /SRC "C:\image.iso" /DEST H: /ERASE /DELETEIMAGE YES /START /CLOSESUCCESS

where SRCLIST is generated my MB for the files you select to be burned, FILESYSTEM and UDFREVISION selectable in the musicbee preferences,
DEST and VOLUMELABEL also entered into MB in the burning dialog.
I dont want to make it too fancy - it would just be to burn an entire disc (no inremental updates for example)

Title: Re: CD Burning
Post by: ma_t14 on October 05, 2010, 01:15:56 PM
i'm hoping someone can manually test the command line parameters. When i try this with ImgBurn on my drive my machine hangs every time so i cant really test this.

This is what i think the parameters could be:

ImgBurn.exe /MODE BUILD /BUILDOUTPUTMODE IMAGEFILE /SRCLIST "C:\List.txt" /DEST "C:\image.iso" /FILESYSTEM "ISO9660 + UDF" /UDFREVISION "1.02" /VOLUMELABEL "xxxxx" /START /WAITFORMEDIA /CLOSESUCCESS

ImgBurn.exe /MODE WRITE /SRC "C:\image.iso" /DEST H: /ERASE /DELETEIMAGE YES /START /CLOSESUCCESS

where SRCLIST is generated my MB for the files you select to be burned, FILESYSTEM and UDFREVISION selectable in the musicbee preferences,
DEST and VOLUMELABEL also entered into MB in the burning dialog.
I dont want to make it too fancy - it would just be to burn an entire disc (no inremental updates for example)


I tested both commands and it works perfectly fine  ;D (running win xp sp3)
Title: Re: CD Burning
Post by: phred on November 05, 2010, 03:11:18 AM
Perhaps I'm being a little dense here, but could someone point me to where I should be entering these command line parameters?  Is it in MB, or at a command prompt?  Steven mentions that SRCLIST is generated by MB.  How?  Where?
He also mentions that DEST and VOLUMELABEL are entered into MB in the burning dialog.  Again, I can't find this in MB.
I'm using the latest beta - 1.2.3957

Thanks.
Title: Re: CD Burning
Post by: Steven on November 05, 2010, 07:52:45 AM
it hasnt been done yet - ma_t14 was just testing with ImgBurn directly
Title: Re: CD Burning
Post by: phred on November 05, 2010, 10:15:57 PM
Ahhh ... that would explain why I couldn't find it.  And goes a long way to make me fell I'm not as dense as I thought.

Do you have a time-frame for implementation of this feature?

Thanks Steven.
Title: Re: CD Burning
Post by: VX on January 24, 2011, 07:27:16 AM
What about taking advantage of CDBurner XP, if there are some problems with ImgBurn  ???

CDBurner XP is quite popular free burning solution. Just like MB it's based on NET. Framework, well-maintained and developed. CDBurner XP supports all current standards and has all the audio features that would be complementary to those offered by MB build in tools. More info: http://cdburnerxp.se/en/features

I guess implementing burning features to MB would require lots of time and effort, so maybe creating a plugin to use MB with CDBurner XP would be the solution  ???
Title: Re: CD Burning
Post by: antiPOP on January 24, 2011, 02:18:52 PM
For audio cd burning I highly recommended burrrn. Simple and very light software. http://www.burrrn.net/?page_id=6
Title: Re: CD Burning
Post by: VX on January 24, 2011, 03:11:24 PM
For audio cd burning I highly recommended burrrn.

Thanks for the info, but CD Burner XP meets all my burning needs. I thought about expanding MB functionality in burning capabilities rather than to find a standalone software. Furthermore, the burrrn hasn't been developed since 2005. If it was chosen to work with MB, who'd take care of bugs if any appeared  ???

IMHO, it's much easier to use a small, standalone and actively developing free software and make it to work with MB than to develop a separate tool from scratch. Wen the plugin (or sth similar) was developed, Steven won't need to fix bugs in that external burning component... Remember, new features means often new bugs to fight with :(


Maybe high quality burning functionality for MB could be achieved if CD Burner XP (or any other good free software) was added to the Send to menu in MB ???
Title: Re: CD Burning
Post by: antiPOP on January 24, 2011, 03:17:07 PM
I've burned many audio cds with latest beta 2 of burrrn, I didn't found any bug. It's a great software.
Title: Re: CD Burning
Post by: Steven on January 24, 2011, 03:49:21 PM
to be honest i've been holding off on this as i know implementing it will increase the support burden for me eg. with my own case my computer was hanging using ImgBurn and i am sure other software will cause just as many problems for other computers.
Also there is a fairly easy to implement way in Vista and Windows7 (but not XP) so i am inclined to go that approach rather than relying on other software
Title: Re: CD Burning
Post by: VX on January 24, 2011, 06:46:45 PM
Personally the first thing I do after a Windows instalation is disabling the build in burning utility  ;D It could be annoying as it's easy to add a folder or a file from Windows Explorer to it accidentally and there is always temporary content waiting for burning! Most users of Windows have a third-party burning software, because the one provided with OS lacks user friendly GUI and the functionality is limited to very basic needs only.

However, I can see some of it's advantages from a software developer perspective. If you make use of it in a way I don't need to look at the so called GUI, I'd be very grateful  ;D
Title: Re: CD Burning
Post by: greenday1987 on January 28, 2011, 08:24:29 AM
EAC is the only tool to burn with if you ask me, and only proper rips made with EAC originally with a guide such as this one (http://blowfish.be/eac/)
Title: Re: CD Burning
Post by: VX on February 19, 2011, 01:29:05 PM
Also there is a fairly easy to implement way in Vista and Windows7 (but not XP) so i am inclined to go that approach rather than relying on other software

Windows XP and Windows Server editions can also be supported. You just need to download Windows Feature Pack for Storage 1.0 from Microsoft website: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=63ab51ea-99c9-45c0-980a-c556746fcf05&DisplayLang=en
The component is required only for the system older than Vista with SP2.

I was against this approach but I've changed my mind after trying very good file manager called Master Commander. The app is free for commercial use too  :)

You can download and check it out here: http://www.mastercommander.pl/en/download.html
Portable version available too (NET.Framework 3.5 required).

AFAIK, it uses BurnUtils.dll to integrate burning features from Windows Feature Pack for Storage.
The only drawback I noticed in Master Commander burning utility is that it doesn't allow to adjust burning speed, but maybe it is to be improved in future releases.

Give it a try and enjoy !  :D

Title: Re: CD Burning
Post by: sertua on February 24, 2011, 10:38:51 AM
Greetings,

Since I found MusicBee a year ago, I must have installed it on more than 15 computers of friends and relatives. All love its simplicity and its capacities, but most also regretted the lack of a cd burning function.

I understand there are many great free little applications that do the job very well, but for the people I know who are not computer savvy, this takes them back to windows media player, or to something like mediamonkey, and then they just stay there because they don't want to think about or learn how to use too many programs.

It would be great to be able to burn an album or a playlist easily. Personally, using imgburn or cdburningxp is fine, but for my father or some friends who'd like to burn a cd for the car or to bring to a party, a music manager without cd burning capabilities is just inconceivable.

Thank you to all who contribute to make such a great music manager and player!

Title: Re: CD Burning
Post by: cooljazz on February 24, 2011, 11:24:36 AM
If there is an easy way to integrate burning in Vista and 7, why don't use it until there is a way which will also work for XP?
Title: Re: CD Burning
Post by: ma_t14 on June 05, 2011, 05:19:27 PM
Bump, not to be forgotten. Next major feature after subsonic? Would love to see this implemented  8)

 Steven I'll leave it up you to chose the best approach. This just HAS to be implemented at some point  ::)
Title: Re: CD Burning
Post by: cooljazz on June 05, 2011, 06:04:38 PM
+1
Title: Re: CD Burning
Post by: sertua on June 05, 2011, 09:12:17 PM
I'm still keeping an eye for it too!
Title: Re: CD Burning
Post by: WiR3D on June 14, 2011, 11:03:06 AM
yeah will not let this feature be forgotten, but if anyone has got working methods of burning through the musicBee interface (most probably involving Send To) then they should also list it here as a temporary measure
Title: Re: CD Burning
Post by: WannaBee on June 18, 2011, 08:30:39 PM
Would calling an external CD-burning app through the command line be the best, or - the most expedient solution? I suspect that many users shy away from command-line options. Also, may users may prefer to use their own CD-burner app i.e not be stuck with one that is preselected for them. Users should be able to point to the executable of their favourite burner to be used as the default.

Question: Would it be possible to provide an option to burn a CD direct from, for example, a playlist inside MusicBee? Right-click>Burn?

For those interested, here is a list of more excellent free CD-burners to consider:

CD Burner XP: http://cdburnerxp.se (http://cdburnerxp.se)

Ashampoo Free Version: http://www.ashampoo.com/en/usd/pin/0710/Offline/Ashampoo-Burning-Studio-6 (http://www.ashampoo.com/en/usd/pin/0710/Offline/Ashampoo-Burning-Studio-6)

Burrrn:http://www.burrrn.net/?page_id=4 (http://www.burrrn.net/?page_id=4)