Results 1 to 4 of 4

Thread: Install yamdi

  1. #1
    Join Date
    Apr 2007
    Posts
    2,202

    Default Install yamdi

    yamdi is a metadata injector for FLV files like flvtool2, but much faster and better than flvtool2.

    To install, download latest yamdi from

    yamdi - Yet Another MetaData Injector for FLV

    Code:
    cd /usr/local/src
    wget -c http://hivelocity.dl.sourceforge.net...mdi-1.4.tar.gz
    tar -zxvf yamdi-1.4.tar.gz
    cd /usr/local/src/yamdi-1.4
    gcc yamdi.c -o yamdi -O2 -Wall
    mv yamdi /usr/bin/

  2. #2
    Join Date
    May 2009
    Location
    On Earth
    Posts
    15

    Default Link has changed

    Hey, Thanks for the post, I Just wanted to let everyone know Yamdi has been updated and the link has changed. The new code is...


    cd /usr/local/src
    wget -c http://sourceforge.net/projects/yamdi/files/yamdi/1.6/yamdi-1.6.tar.gz/download?use_mirror=cdnetworks-us-1
    cd /usr/local/src/yamdi-1.6
    gcc yamdi.c -o yamdi -O2 -Wall
    mv yamdi /usr/bin/

    ~zelda180~
    80TOONS.com

  3. #3
    Join Date
    Jul 2009
    Posts
    5

    Default

    Would you please tell me how to change Flvtool to yamdi.

    I installed yamdi.
    In control panel I only found Flvtool:Enabled/Disabled.

    How to make yamdi works instead of Flvtool2 ?

  4. #4
    Join Date
    May 2009
    Location
    On Earth
    Posts
    15

    Default

    You will need to download vShare 2.8 beta at http://beta.buyscripts.in/vshare_2.8_beta_1.zip. If you have time you can do an upgrade or you can simply replace the following files with the ones in the 2.8 beta. FIRST BACKUP YOUR FILES AND DATABASE then replace

    /admin/miscellaneous.php
    /include/functions_upload.php
    /templates/admin/miscellaneous.tpl

    Then add the following command to your SQL QUERY

    UPDATE `config` SET `config_name` = 'flv_metadata',`config_value` = 'flvtool' WHERE `config_name` = 'enable_flvtool' LIMIT 1 ;

    I hope this helps.

    ~zelda180~
    80TOONS.com

    I have a heavily modified version of vShare 2.8 beta WITH my own mobile addon at www.80TOONS.com . Please let me know what you think. Thanks
    Last edited by zelda180; 12-19-2010 at 10:57 AM.

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
  •