
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (73)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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
Sur d’autres sites (9660)
-
Evolution #4103 (En cours) : Autoriser /local/cache-gd2/ et /local/cache-vignette/ dans robots.txt
27 février 2018, par jean mariePour fournir les images à la "bonne taille", le plugin Métas+ les redimensionne (cf https://zone.spip.org/trac/spip-zone/browser/_plugins_/metaplus/branches/v1/inclure/metasplus.html#L30 ).
De fait, les images se retrouvent dans /local/. Le soucis, c’est que /local/ est interdits aux robots par robots.txt (pour des questions de perf je crois), donc Twitter chouinne (cf log ci-dessous) alors que c’est le but.Le log du validator ( https://cards-dev.twitter.com/validator ) :
INFO : Page fetched successfully
INFO : 35 metatags were found
INFO : twitter:card = summary_large_image tag found
INFO : Card loaded successfully
WARN : The image URL http://www.domaine.net/local/cache-gd2/6b/8d4f9ad77b1817e55de4ff171d8565.png?1515680421 specified by the ’twitter:image’ metatag may be restricted by the site’s robots.txt file, which will prevent Twitter from fetching it.Il faudrait autoriser /local/cache-gd2/ et sans doute aussi /local/cache-vignette/ comme ça a été fait pour /local/cache-css/ et /local/cache-js/.
Voir l’échange sur la liste : https://www.mail-archive.com/spip-zone@rezo.net/msg45211.html
-
Documentation #3972 : template variants and possible bug ?
6 juillet 2017, par Kamran Mir HazarI have SPIP 3.1.6 [23444].
On Thu, Jul 6, 2017 at 8:20 PM, <redmine@spip.org> wrote :
La demande #3972 a été mise à jour par nico d_.
Hi,
which version of SPIP are you using ?
Anomalie #3972 : template variants and possible bug ?
Auteur : Kamran Mir Hazar
Statut : Nouveau
Priorité : Normal
Assigné à :
Catégorie :
Version cible :
Resolution :
Navigateur :Hello,
The following template variants do not work for me :
I have section number 101, with articles in fa and en languages in it.
I have also files article.html for the main site’s language which is fa, and
article.en.html for the en language articles. Both work fine in general. I
created two other variants to apply articles in section 101 with two
separate languages. They are : article=101.fa.html and article=101.en.html .
SPIP ignores these two variants and proceeds article.html for fa language
articles, and article.en.html for en language articles in section 101, like
the other sections. I added also article=101.html to see if it works, but
didn’t.
I asked this in French and English mailing lists, but couldn’t find any
solution.
Thank you
KamranPS : I tried based of the following article :
https://www.spip.net/en_article4363.html
Vous recevez ce mail car vous êtes impliqués sur ce projet.
Pour changer les préférences d’envoi de mail, allez sur
http://core.spip.org/my/account -
FFMPEG : Send Email with output after ffmpeg completes
13 décembre 2017, par MegaXLRI have a VPS running Debian 9 GNU/Linux that transcodes mp4 files, because it’s a cheap single-core server it might take several hours. I want to send an email to myself when it completes with the output from ffmpeg.
I have tried
(ffmpeg -i input.mp4 -acodec copy -vcodec copy -y output.mp4 >> ffmpeg.log; cat ffmpeg.log) | mail -s "FFMPEG COMPLETE" email@me.net
But that left me with the email sending immediatly without body.
(my SMTP client is Unix Sendmail)