Piero V.

Plugin Local Cover Art [Picard]

È da quasi due anni che uso Music Brainz Picard, il programma di cui avevo già parlato che serve per taggare in automatico e con precisione la musica.

Già allora mi ero lamentato della mancanza del supporto delle copertine, cosa che, per chi ha un iPod Touch, è insopportabile.

All’inizio ho usato il plugin Cover Art Downloader, solo che il risultato non era del tutto soddisfacente: infatti il plugin non poteva distinguere le copertine belle da quelle meno.

La mia soluzione al problema allora è stata scaricare le copertine da Google immagini e inserirle con un altro programma: EasyTag. Come software quest’ultimo non è affatto male, però io continuavo a usare comunque Picard, perché più veloce, immediato e preciso e dover usare due programmi mi risultava scomodo.

Così oggi ho cambiato ancora le mie abitudini: per Picard è possibile scrivere plugin in python, linguaggio che mi piaciucchia, così ho scritto un plugin per fare da solo ciò che prima dovevo fare io, cioè cercare un’immagine chiamata Front.png o Front.jpg nella cartella dell’album e poi aggiungerla.

Non è stato proprio immediato da fare perché non conoscevo bene le API di MusicBrainz e il plugin da cui sono partito (Cover Art Downloader, di Oliver Charles e Philipp Wolfer) non andava più bene con la versione di Picard/Python della mia Debian Unstable.

Se avete voglia di provarlo, il file è localcoverart.py.

Va installato come tutti gli altri plugin del programma.

Per la licenza, fin quando non scoprirò quella del plugin originale è Creative Commons 3.0 con obbligo di Attribuzione: potete farne quel che volete, fino a quando io, Oliver Charles e Philipp Wolfer (gli autori del plugin da cui ho preso spunto) saremo riconosciuti come gli autori originali del plugin.

Plugin Tag (v2.5) [Flatpress]

English

This is an update for the Tag Plugin.

Changelog:

  • Fixed entities problems on the tag listing
  • Fixed the problem with the manual [more]
  • Modified the entry editor (suggestion feature requires jQuery)

Known bugs:

  • If you haven’t Javascript enabled and you click on Save and continue you see both the tag tag and both the tag field. This is a limit of Flatpress, I can’t do anything.

License: GNU GPLv2

Download: tag_v2.5.tar.gz

Italiano

Ecco un aggiornamento per il Plugin Tag.

Changelog:

  • Sistemato un problema di validazione con la liste dai Tag
  • Sistemato un problema con il [more] manuale
  • Modificato l’editor dei post (i suggerimenti richiedono jQuery)

Bug conosciuti:

  • Se non hai abilitato Javascript o non hai jQuery, quando clicchi Salva e continua vengono fuori i tag sia nella textarea, sia nel campo apposito. Sono spiacente ma pare essere un limite di Flatpress.

Licenza: GNU GPLv2

Download: tag_v2.5.tar.gz

Plugin BBToolbar (v1.0) [Flatpress]

English

This plugin is a replacement for the default BBCode toolbar but it also adds a toolbar to write comments.

It also replaces all the Emoticons plugins and it adds an emoticons toolbar.

You can select the emoticons set (the default one is powered by Lantaca) or you can create your own: you create the directory e_yourset, then you put here your emoticons and you create a file called set.txt. This file is in this format:

# This is a comment
symbol1 char2	image.ext

The replacements are separated by a space and the image by a tab.

You can also add buttons via javascript: there are two arrays: bbtCustomAdmin and bbtCustomComms respectively for the entry editor and for the comment editor. If you want to customize the function of a tag, you have to use the bbtCustomFunctions object:

bbtCustomFunctions={
	'mytag' : function() {
		// Do some stuff
	},
}

The function must return true or false: with false the tag is complete, with true the default function is run.

You can change all options from the administration panel: go to Plugins -> BBToolbar. … [Leggi il resto]

Plugin DokuCaptcha (v1.1) [Flatpress]

English

This plugin is the porting of the Dokuwiki’s CAPTCHA plugin by Andreas Gohr.

All data about original authors are in the file authors.txt.

It has some captcha types: Textual, Javascript, Image or Audio.

You can select your favourite mode from Admin -> Plugins -> Dokucaptcha.

Changelog:

  • Cleaned all code
  • Changed the font (now it’s Kindergarten)
  • Removed the flash wav player for audio captcha (it didn’t work very well)
  • The javascripts use the DOM instead of jQuery

License: GNU GPL v2 (but not v3)

Download: dokucaptcha_v1.1.tar.gz.

Italiano

Questo plugin è il porting a Flatpress del plugin CAPTCHA di Dokuwiki, fatto da Andreas Gohr.

Tutti i dati sugli autori originali sono nel file authors.txt.

Ha diverse modalità di funzionamento: Testuale, Javascript, Immagine o Audio.

Potete scegliere la vostra preferita da Amministrazione -> Plugin -> Dokucaptcha.

Changelog:

  • Pulito tutto il codice
  • Cambiato il font (ora è Kindergarten)
  • Rimosso il player wav in flash (non funzionava molto bene)
  • I javascript usano il DOM anziché jQuery

Licenza: GNU GPL v2 (ma non v3)

Download: dokucaptcha_v1.1.tar.gz.

Plugin Widget Fixer (v1.0) [Flatpress]

English

Flatpress has a bug in the Widgets admin panel (you can’t see widgets in the sidebar) and NoWhereMans knows it but he hasn’t fixed yet, even though it’s easy to solve.

So I’ve released this plugin that fixes it.

License: Public Domain

Download: widgetfixer_v1.0.tar.gz

Italiano

Flatpress ha un bug nel pannello di amministrazione dei widget (non si possono vedere i widget nella sidebar) e NoWhereMan, pur conoscendolo e sapendo che è di facile risoluzione, non lo ha ancora sistemato.

Così rilascio questo plugin che lo risolve.

Licenza: Pubblico Dominio

Download: widgetfixer_v1.0.tar.gz