Menu

#47 Command line parameter for specifying writing speed

cdrtfe
closed
nobody
None
1
2014-08-02
2014-03-03
Carlos
No

Hello,
Would you consider adding a command line parameter to specify the writing speed?

Also, I have a quick question. Exactly which files to I need to keep if I want to create a portable version only for burning images? I.E. Cue sheets, cue/bin, and iso images.

Related

Feature Requests: #47

Discussion

  • Oliver Valencia

    Oliver Valencia - 2014-03-03

    Would you consider adding a command line parameter to specify the writing speed

    I suggest the following:

    Start cdrtfe and set the writing speed (and any other option you may need) for each project you want to use. Don't add any files or folders. Then save the settings as project file. This gives you two files, a file with the extension .cfp and one with .cfp.files. You need only the .cfp file.

    To start cdrtfe with these settings, just use the commandline

    cdrtfe /load defaultspeeds.cfp
    

    (assuming that the project file is named defaultspeeds.cfp).

    Exactly which files to I need to keep if I want to create a portable version only for burning images?

    Do you mean just the project 'Disc image' -> 'Write Image', nothing else?

     
    • Carlos

      Carlos - 2014-03-03

      Yes, just the functionality on the "Disc Image" tab for writing images and cue sheets.
      ----- Original Message -----
      From: Oliver Valencia
      To: [cdrtfe:feature-requests]
      Sent: Monday, March 03, 2014 2:00 PM
      Subject: [cdrtfe:feature-requests] #47 Command line parameter for specifying writing speed

      Would you consider adding a command line parameter to specify the writing speed

      I suggest the following:

      Start cdrtfe and set the writing speed (and any other option you may need) for each project you want to use. Don't add any files or folders. Then save the settings as project file. This gives you two files, a file with the extension .cfp and one with .cfp.files. You need only the .cfp file.

      To start cdrtfe with these settings, just use the commandline

      cdrtfe /load defaultspeeds.cfp
      (assuming that the project file is named defaultspeeds.cfp).

      Exactly which files to I need to keep if I want to create a portable version only for burning images?

      Do you mean just the project 'Disc image' -> 'Write Image', nothing else?


      [feature-requests:#47] Command line parameter for specifying writing speed

      Status: open
      Group: cdrtfe
      Created: Mon Mar 03, 2014 01:12 PM UTC by Carlos
      Last Updated: Mon Mar 03, 2014 01:12 PM UTC
      Owner: nobody

      Hello,
      Would you consider adding a command line parameter to specify the writing speed?

      Also, I have a quick question. Exactly which files to I need to keep if I want to create a portable version only for burning images? I.E. Cue sheets, cue/bin, and iso images.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/cdrtfe/feature-requests/47/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #47

  • Oliver Valencia

    Oliver Valencia - 2014-03-03

    Yes, just the functionality on the "Disc Image" tab for writing images and cue sheets.

    Ok, using a portable version as starting point, this is the minimal configuration:

    <cdrtfe program folder>
    |   cdrtfe.exe
    |   cdrtfe.ini
    |   
    +---tools
    |   +---cdrtools
    |   |       cdrecord.exe
    |   |       mkisofs.exe
    |   |       
    |   +---cygwin
    |   |       cygiconv-2.dll
    |   |       cygintl-3.dll
    |   |       cygwin.ini
    |   |       cygwin1.dll
    |   |       
    |   \---helper
    |           cygpathprefix.exe
    |           
    \---translations
        |   cdrtfe_lang.ini
        |   
        \---english
                cdrtfe_lang.ini
    

    Of course, some warning messages about missing commandline programs will be displayed.

    If you use the MinGW version of the cdrtools from http://opensourcepack.blogspot.de/p/cdrtools.html, you may even delete the cygwin and helper folder.

     
    • Carlos

      Carlos - 2014-03-03

      Thank you very much.
      ----- Original Message -----
      From: Oliver Valencia
      To: [cdrtfe:feature-requests]
      Sent: Monday, March 03, 2014 4:40 PM
      Subject: [cdrtfe:feature-requests] #47 Command line parameter for specifying writing speed

      Yes, just the functionality on the "Disc Image" tab for writing images and cue sheets.

      Ok, using a portable version as starting point, this is the minimal configuration:

      <cdrtfe program="" folder="">
      | cdrtfe.exe
      | cdrtfe.ini
      |
      +---tools
      | +---cdrtools
      | | cdrecord.exe
      | | mkisofs.exe
      | |
      | +---cygwin
      | | cygiconv-2.dll
      | | cygintl-3.dll
      | | cygwin.ini
      | | cygwin1.dll
      | |
      | ---helper
      | cygpathprefix.exe
      |
      ---translations
      | cdrtfe_lang.ini
      |
      ---english
      cdrtfe_lang.ini
      Of course, some warning messages about missing commandline programs will be displayed.</cdrtfe>

      If you use the MinGW version of the cdrtools from http://opensourcepack.blogspot.de/p/cdrtools.html, you may even delete the cygwin and helper folder.


      [feature-requests:#47] Command line parameter for specifying writing speed

      Status: open
      Group: cdrtfe
      Created: Mon Mar 03, 2014 01:12 PM UTC by Carlos
      Last Updated: Mon Mar 03, 2014 07:00 PM UTC
      Owner: nobody

      Hello,
      Would you consider adding a command line parameter to specify the writing speed?

      Also, I have a quick question. Exactly which files to I need to keep if I want to create a portable version only for burning images? I.E. Cue sheets, cue/bin, and iso images.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/cdrtfe/feature-requests/47/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #47

  • Carlos

    Carlos - 2014-03-04

    Thank you also for the suggestion of using a .cfp file to load default settings. It would still be nice to have a switch for specifying the writing speed from the command line at some point though. Although your suggestion would work, it would not be possible as far as I know to use a .cfp file in combination with other parameters like /img for example to also specify an image from the command line.

     
  • Oliver Valencia

    Oliver Valencia - 2014-03-04

    You're right, this cannot be done in one single commandline. But you can use two calls to cdrtfe:

    > cdrtfe.exe /load j:\default.cfp
    > cdrtfe.exe /img j:\image.iso
    

    The first line runs cdrtfe and loads the settings from j:\default.cfp. The second switches cdrtfe to the 'Disc image' project and sets the image path to j:\image.iso.

     
  • Oliver Valencia

    Oliver Valencia - 2014-03-05

    It seems that the implementation of the /img option from 2007 wasn't complete, which explains that /img doesn't work with /load. This has been corrected:

    http://home.arcor.de/kerberos002/download/cdrtfe-1.5.2.1-test.rar

    It should now be possible to do something like this:

    > cdrtfe.exe /load j:\default.cfp /img j:\image.iso
    
     
    • Carlos

      Carlos - 2014-03-05

      Thanks for the fix/addition.
      ----- Original Message -----
      From: Oliver Valencia
      To: [cdrtfe:feature-requests]
      Sent: Wednesday, March 05, 2014 2:00 PM
      Subject: [cdrtfe:feature-requests] #47 Command line parameter for specifying writing speed

      It seems that the implementation of the /img option from 2007 wasn't complete, which explains that /img doesn't work with /load. This has been corrected:

      http://home.arcor.de/kerberos002/download/cdrtfe-1.5.2.1-test.rar

      It should now be possible to do something like this:

      cdrtfe.exe /load j:\default.cfp /img j:\image.iso


      [feature-requests:#47] Command line parameter for specifying writing speed

      Status: open
      Group: cdrtfe
      Created: Mon Mar 03, 2014 01:12 PM UTC by Carlos
      Last Updated: Tue Mar 04, 2014 06:37 PM UTC
      Owner: nobody

      Hello,
      Would you consider adding a command line parameter to specify the writing speed?

      Also, I have a quick question. Exactly which files to I need to keep if I want to create a portable version only for burning images? I.E. Cue sheets, cue/bin, and iso images.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/cdrtfe/feature-requests/47/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #47

  • Oliver Valencia

    Oliver Valencia - 2014-08-02
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB