Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (38)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4804)

  • Echoprint-codegen perpetual "error" :"could not decode" from shell_exec

    16 janvier 2016, par sid405

    I am trying to run codegen from popen (shell_exec creates the same scenario) in php in my Mac lion MAMP box as follows :

    $handle = popen('echoprint-codegen "/Applications/MAMP/htdocs/projectx/codegen/2.mp3" 10 30', 'r')

    echo "'$handle'; " . gettype($handle) . "\n";
    $read = fread($handle, 2096);
    echo $read;
    pclose($handle);

    But i am perpetually met with

    "error":"could not decode", "tag":0, "metadata":{"filename":"/Applications/MAMP/htdocs/projectx/codegen/2.mp3"}}

    No matter how i format the cmd inside the handle, with various variations of single and dbl quotes i still get the same thing.

    codegen is in the path and so is ffmpeg.

    Here’s the kicker. Codegen works fine from command line and so does the php script with the popen() or the shell_exec().

    From browser it won’t work.

    Any ideas ?

    Thank you in advance

  • Bypass validation for buttons with 'formnovalidate' attribute (same as class="cancel"). Closes gh-623

    12 février 2013, par paulcichonski

    m jquery.validate.js m test/index.html m test/test.js Bypass validation for buttons with 'formnovalidate' attribute (same as class="cancel"). Closes gh-623

  • Revision b906fe6528 : Merge "Move shared test variables to tools_common.sh."

    24 avril 2014, par Tom Finegan

    Merge "Move shared test variables to tools_common.sh."