Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (57)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (7926)

  • Revision 72272 : Une coquille de chaîne de langue + un ’geton :’ que j’avais en local ...

    23 avril 2013, par marcimat@… — Log

    Une coquille de chaîne de langue
    + un ’geton :’ que j’avais en local non commité depuis certainement plusieurs années. Je suppose qu’il sera mieux en ligne

  • Making a watched folder wait for a file to finish rendering

    19 septembre 2015, par JSchrey

    I’m trying to setup a watched folder (using fswatch)that starts to convert a received file into another format using ffmpeg(got that part sorted out).
    So far so good, what I’m having problems with is getting the script to wait until the original input (or master file) has finished rendering or has been copied completely into my watched folder.

    Here’s the script for the folder

    fswatch -o ~/Desktop/autom_shell| xargs -n1 ~/Desktop/scripts_autom_shell/move_QT.sh

    move_QT.sh filters and moves quicktime movies from my receiving folder to the folder where I encode.

    I’ve searched for a solution and found kqwait but I have absolutely no idea how to apply it in my case.

    MacOS 10.10

  • Making a watched folder wait for a file to finish rendering

    10 février 2018, par JSchrey

    I’m trying to setup a watched folder (using fswatch)that starts to convert a received file into another format using ffmpeg(got that part sorted out).
    So far so good, what I’m having problems with is getting the script to wait until the original input (or master file) has finished rendering or has been copied completely into my watched folder.

    Here’s the script for the folder

    fswatch -o ~/Desktop/autom_shell| xargs -n1 ~/Desktop/scripts_autom_shell/move_QT.sh

    move_QT.sh filters and moves quicktime movies from my receiving folder to the folder where I encode.

    I’ve searched for a solution and found kqwait but I have absolutely no idea how to apply it in my case.

    MacOS 10.10