Results 1 to 2 of 2

Thread: Custom Chrome Extension Integration with DownloadStudio

  1. #1
    Join Date
    Oct 2011
    Posts
    1

    Default Custom Chrome Extension Integration with DownloadStudio

    Hi all.

    I have been tasked with creating a custom extension for chrome and integrating DownloadStudio into it. Using the extension provided by Conceiva as a example I have successfully implemented the basic functionality. An example XML script as follows

    Code:
    <downloadstudio>
      <originator>chrome</originator>
      <script>
        <add_jobs display_dialog="yes">
          <joblist>
            <job type="file">
              <url>http://server.domain/files/example.zip</url>
              <user_agent>Chrome/00.0.000.000 Safari/000.0</user_agent>
            </job>
          </joblist>
        </add_jobs>
      </script>
    </downloadstudio>
    Due to various reason I won't got into here I have been asked if it is possible to implement additional options such as specifying the default download location and a few other thing. After exporting a list of currently active jobs I find that the xml file contains the following additional options:

    Code:
    <downloadstudio>
      <originator />
      <script>
        <add_jobs>
          <joblist>
            <job>
              <auto_categorize />
              <change_extension />
              <comment />
              <connection_timeout />
              <cookie/>
              <create_sub_category />
              <create_sub_folder />
              <file />
              <folder />
              <keep_retrying />
              <keywords />
              <max_error_retries />
              <originator />
              <password />
              <post_data />
              <priority />
              <receive_timeout />
              <referer />
              <retry_delay />
              <splits />
              <synchronize />
              <type />
              <url />
              <user_agent />
              <username />
            </job>
          </joblist>
        </add_jobs>
      </script>
    </downloadstudio>
    After attempting to implement the majority of these options (one at a time) my custom extension fails to start downloading as well as no stating any error response.

    So what I was hoping is that there may be some documentation from which these options are explained and how to implement them?

    Thanks for taking the time to read and any help would be appreciated.

    Andronics

  2. #2
    Join Date
    Sep 2009
    Posts
    2,677

    Default

    There is currently no documentation of the DownloadStudio script elements, if you could use the 'File->Export' function to export the job to XML and send it to support@conceiva.com we could have a look to see what is wrong.

    Does the job just go straight into 'Failed' state when it is added and the 'Job Conversation' is empty?

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Similar Threads

  1. Firefox 5 has been released - where is the updated DownloadStudio Integration Add-on?
    By donw146 in forum DownloadStudio Questions and Support
    Replies: 2
    Last Post: 06-23-2011, 02:26 PM
  2. Downloaded files have??? name and are in ??? folder and have wrong extension.
    By cassius in forum DownloadStudio Questions and Support
    Replies: 6
    Last Post: 04-01-2011, 10:15 AM
  3. A way to archive custom playlists
    By hartlenb in forum Mezzmo Wish List and Feedback
    Replies: 5
    Last Post: 01-14-2011, 09:05 AM
  4. DM-Bridge extensions in Chrome and DownloadStudio
    By lonermars in forum DownloadStudio Questions and Support
    Replies: 1
    Last Post: 12-28-2010, 10:46 PM
  5. Keep custom video covers after Maintain Library
    By Gus in forum Mezzmo Questions and Support
    Replies: 2
    Last Post: 12-07-2010, 09:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •