Piero V.

Plugin Tabmenu (v4.1) [Flatpress]

Description

This is the new version of the Tabmenu plugin, that replaces, the version 4.0.

The plugin adds “sel” class if you are in that page (in HTML, class=”sel”).

You can use both {{TABCLASS}} and {{TABSELECT}} patterns: the difference is that the first adds the class attribute, the second just the sel and so you can speficy other classes. See below for an example.
This is an example (for the homepage):

<li {{TABCLASS:index}}><a href="/" title="Homepage>Homepage</a></li>
<li class="myotherclass {{TABSELECT:index}}"><a href="/" title="Homepage>Homepage</a></li>

Replace index with:

  • index for the homepage;
  • blogindex or blog for the blog homepage;
  • contact for contact.php
  • admin for admin panel
  • login for login page
  • post:entry_id or entry:entry_id for entries (entry_id is the entry id in format entryYYMMDD-hhmmss) … [Leggi il resto]

Plugin RewriteURLs (v2.3.6) [Flatpress]

There is a new small fix in RewriteURLs plugin.

It fixes the strange behavior with ?u mode.

So if you use the classic mode or pathinfo mode you don’t need to update it.

Thanks to LTB for the reporting.

Downlaod: rewriteurls_v2.3.6.tar.gz.

Released under GPLv2.

Local Cover Art 0.3 [Picard]

I have updated the Local Cover Art plugin for Music Brainz Picard.

This plugin allows you to embed in your music files the cover of the album they belongs to.

The plugins looks for these files: Front, Cover, Folder and, if the album has more than one disc, it looks also for Front-discnumber, Front discnumber, Front_discnumber and these files have higher priority. They can be also all lowercase and the extension can be png, jpg and jpeg. The first file found is used.

There could be some problems if the disc are in different folders and each folder has a “front” image file. I’m sorry but solving this problem would make the plugin heavier because of how the plugin is implemented. If you find a solution please contact me 😊

Older versions of the plugin had problems with FLAC files. Now they’re solved.

The license of the plugin is released under Creative Commons Attribution 3.0. The authors are me and Oliver Charles and Philipp Wolfer (the authors of Cover Art Downloader, the plugin I modified to create this one). If the original license isn’t compatible, please contact me, otherwise I prefer keeping this license. I’d prefer publishing in the Public Domain but I don’t know the license of the original Cover Art Downloader. Now it’s released under GPL but I’ve modified it before it was covered with this license.

If you find bugs please contact me.

Download: localcoverart-0.3.py

If you don’t know how to install it, please refer to official instructions.

Plugin RewriteURLs (v2.3.4) [Flatpress]

That’s a minor revision of the RewriteURLs plugin.

It fixes the support for non latin letters on the titles and I’ve corrected some typos on the comments.

Actually I fixed it a lot of time ago, however I didn’t release (I think I had forgot to, unwittingly), so I apologize with users who have encountered problems that have been fixed with this update.

License: GPLv2 (or any other license compatible with FP’s one and the content of the plugin)

Download: rewriteurls_v2.3.4.tar.gz.

Plugin Tag (v2.5.4) [Flatpress]

An update to bug a fix of Tag Plugin.

It fixes an incompatibility with PrettyURLs: if you had the related entries before the comment form, after that you have plublished the comment, you would have been redirected to a wrong entry.

Thanks to LTB for the reporting.

License: GNU GPLv2

Download