Recherche avancée

Médias (91)

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (11229)

  • Program not working as expected on DigitalOcean Ubuntu

    22 mai 2022, par Stardust

    Currently, I am writing a discord bot on python and tried to put it on my droplet of Digital Ocean to make it run 24/7 ; however, my play method and radio method will not produce sound in the environment. When I tested on my local python interpreter everything works fine but the statement seems to have no effect when it was run on the server.

    


        @commands.command(name="radio")
    async def radio(self, ctx, url: str = 'https://listen.moe/fallback'):
    print("radio received!")
    channel = ctx.message.author.voice.channel
    self.is_radio = True
    try:
        self.vc = await channel.connect()

    except Exception:
        pass
    if self.vc is None:
        await ctx.send("Sorry but I cannot find where are you...")
    else:
        await ctx.send("Take a look at this! Hope you will like it~")
        self.vc.play(FFmpegPCMAudio('https://listen.moe/fallback'))


    


    I uses the ubuntu provided by the Digital Ocean droplet, and uses git clone to copy the file into the server, then uses python3 main.py to run the code.

    


  • doc/filters.texi : Include dnn_processing in docs of sr and derain filter

    25 août 2021, par Shubhanshu Saxena
    doc/filters.texi : Include dnn_processing in docs of sr and derain filter
    

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] doc/filters.texi
  • avutil/frame : Update AVFrame docs library references

    18 juillet 2015, par Michael Niedermayer
    avutil/frame : Update AVFrame docs library references
    

    These where apparently forgotten when AVFrames where moved into libavutil

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/frame.h