Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6836)

  • Documentation #3547 : ?var_mode=preview ne recalcule plus les CSS en 3.1

    17 septembre 2015, par realet RealET

    Il y a des cas d’usages (sur un site en prod, ce qui serait paraît-il non recommandé) où l’on est amené à avoir besoin de recalculer les squelettes et d’être en mode preview :

    • modification des CSS calculées par SPIP concernant un nouveau type de contenu pas encore publié
    • développement d’une compostion portant sur une rubrique dont le contenu n’est pas encore publié

    En effet, tout le monde n’a pas les moyens d’avoir un site de test et un site de prod.
    Et c’est bien dans la philosophie de SPIP d’être utilisé par tous ;-)

    ==> Ce qui serait vachement pratique, c’est de pouvoir passer plusieurs valeurs à var_mode.
    Par exemple :

    • var_mode=recalcul,preview
      var_mode=preview,inclure
  • Evolution #2660 (Nouveau) : Créer les pipelines pre_login et post_login

    16 avril 2012, par James H.

    Permettre d’ajouter un ou plusieurs tests complémentaires à l’authentification SPIP avant ou après celui-ci sans qu’il soit nécessaire de surcharger les scripts ad hoc.

  • build-ffmpeg.sh bad variable name

    25 octobre 2016, par Alex Kombo

    I have added the library to my project successfully but after replacing the Android media player with the FFmpegMediaPlayer and trying to build and run the project, I get the following error :

    :library:buildFFmpeg
    /home/kombo/Radio Africa/Music Player/library/src/main/scripts/build-ffmpeg.sh: 4: export: Africa/Music: bad variable name

    FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':library:buildFFmpeg'.
    > Process 'command '/home/kombo/Radio Africa/Music Player/library/src/main/scripts/build-ffmpeg.sh'' finished with non-zero exit value 2

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

    BUILD FAILED

    Total time: 34.148 secs

    How can I solve tackle this since removing the build-ffmpeg.sh file doesn’t look like an option.