Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (87)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (8201)

  • TypeError : parameter 'url' is missing a type annotation in callback 'play' + ffmpeg

    10 décembre 2022, par morichh

    I can't understand why Python interpreter doesn't like the fact that I use the url in the last line

    


    @client.tree.command()
async def play(interaction: Interaction, url = str):
    global voice
    channel = interaction.user.voice.channel
    voice = get(client.voice_clients, Guild=interaction.guild)
    if voice and voice.is_connected():
        await voice.move_to(channel)
        await interaction.response.send_message(f"*1*")
    else:
        voice = await channel.connect()
        await interaction.response.send_message(f"*2*")
    voice.play(discord.FFmpegPCMAudio(executable="C:/ffmpeg/bin/ffmpeg.exe", source = url))    



    


    By the way, ffmpeg also does not work.

    


  • Revision 3331 : On ajoute un accès à la configuration dans les menus

    25 avril 2010, par kent1 — Log

    On ajoute un accès à la configuration dans les menus

  • Anomalie #2378 (Nouveau) : dimensions MINimales pour les documents et logo

    19 octobre 2011, par jluc -

    Il serait très utile de pouvoir vérifier leur conformité aux contraintes venant d’un layout : largeur et/ou hauteur imposée ou minimale et/ou maximale. Il y a déjà avec les variables de personnalisation pour les dimensions maximales avec _LOGO_MAX_HEIGHT , _LOGO_MAX_WIDTH , _IMG_MAX_HEIGHT et (...)