Tag Archive for 'add-ons'

Comments on my add-ons


Since POTI decided to close comments on the add-ons platform because of spam flood, I invite you to post comments on this article about any of my add-ons. You can also report issues on the dedicated Google Code pages :


Thanks, and hopes for POTI to quickly find a solution to reopen comments.

Conflit des traducteurs

Coup de gueule.

Songbird propose deux extensions Concerts et MashTape, toutes les deux Open Source. Ces deux extensions sont depuis longtemps sur la plate-forme communautaire BabelZilla pour permettre la traduction à chacun dans différentes langues. Récemment je tombe sur un changement, modifiant les traductions :

“Updated add-on strings provided by biffco” (Mise à jour des chaînes de caractères des extensions fournies par biffco). Le bug lié à ce changement est même privé !

Cela voudrait dire que POTI (société derrière Songbird) est d’accord avec une société externe inconnue de la communauté pour mettre à jour les traductions sans concertation de la communauté !!! (Oui Biffco = société externe partenaire à POTI, je suis au courant mais doit “éviter” de révéler qui, sachant que je ne travaille même pas chez POTI)

Pour résumer, tout le travail fait sur BabelZilla sur ces extensions ne sert plus vraiment et il n’y a même pas de retour pour les traducteurs ayant déjà contribué.

Les partenaires de POTI, veulent sûrement mettre à jour ces chaînes de caractères pour améliorer leur produits (version de Songbird dérivées), mais puisque ces extensions sont sur la plate-forme BabelZilla, ils devraient au moins utiliser cet outil et informer la communauté de ces changements. Ou alors POTI peut enlever ses extensions “officielles” de BabelZilla et peut -être gérer les traductions de ces dernières sur leur site ? (Qui a au passage un outil de traduction, très peu pratique.)

J’ai donc créé un sujet sur le “forum” de Songbird, et aussi sur le forum de BabelZilla en espérant que cela fera bouger les choses et aussi en espérant avoir une réponse officielle de POTI sur ces choix peu judicieux.

Beaucoup se demandent qu’en est t’il du “fork” de Songbird ? Eh bien le projet n’est pas mort, cependant je ne suis pas en train de travailler dessus, car j’ai d’autres projets prioritaires. Stevo un ancien développeur de Songbird s’occupe maintenant de la direction du projet.

Le terme Fauxpen Source est repris d’un article de Framasoft que je vous conseille de lire en complément d’informations.
Illustration par Kankie, sous Creative Commons.

Songbird Developer Tools Update

Since the beginning, I was using Songbird Developer Tools to help me create add-ons for Songbird. In what consist DevTools ? It’s a pack of different Tools originally designed for Firefox and globally the Mozilla platform (Gecko/XULRunner). Looking at the description :

  • The Feathers Wizard, used to set up feathers development projects
  • The Extension Wizard, which creates a HelloWorld extension and UI sample code
  • Options to disable XUL caching and refresh the UI
  • More debug output
  • The XUL Periodic Table, so you can test all the standard XUL widgets
  • Easy access to the Profile Manager
  • A great big bug report button
  • Javascript debugger and test environment

While this was quite useful, Songbird was evolving (new features, new API etc.), and nobody was taking care of this add-on, except fixing errors and bumping maxVersion over and over.

Since it’s a great add-on, I decided to improve it, by doing some modifications :

  • Since Songbird 1.4.3, customs media view page can have their own graphic button (like BirdQuizz for example). When creating a Media View, you now have the code to show this button.
  • Since the Purple Rain feather, toolbar buttons changed and developers have to provide the basic button. When creating a toolbar button, you now have a good graphic template with correct sizes in the CSS file.
  • Media View created now comes with a title (in page) to prevent the media tab showing the chrome URI (not pretty !)
  • Each add-on created now comes with a default icon for the add-on (iconURL), I did this since many people forgot or avoid to use an icon, this is a important step for your add-on to be recognized.
  • Remove of XULPlanet links since it’s closed and correct a lot of Mozilla Developer Center links. (hurray new website is live !)
  • Delete the ability to add about box in the wizard, this was useless since the Mozilla add-ons manager generate itself the about box. I think this feature was dedicated to Firefox 2.0 extensions, but not sure. Also for developers, instead of doing about inside a XUL file, you should make an html page.
  • When creating a Display Pane in the wizard you will be now able to choose which pane you will use ! Service Pane bottom, Content Pane bottom and Right Sidebar. You can even choose multiple pane to use.
  • Remove of useless Display Pane translation strings if the user didn’t choose to make a Display Pane
  • Ability to create both a Radio and Services node for the Service Pane in Wizard : This is a major feature, while you can make use of the service pane for ages in previous Songbird versions, this feature will let you help create an addon with a Radio or Services node with code compatible with Songbird 1.8 and more. It’s dedicated to the new Service Pane.
  • Plus, once you create an add-on with a Service Pane node, you will have a link to the documentation of Service Pane.
  • Refine some graphics of the add-on to match Purple Rain feather : both extensions and feathers hello page have a better design for example.
  • and of course, maxVersion was set to 1.9.0 to be compatible with “Pink Floyd” release

This is not what we can call an “huge” patch, but it definitely improve Tools for the developers. I think it’s the first step.

WAIT MORE TO COME ?

Yep, I’m considering more cool things to add.

  • Ability to create menu button in the toolbar (like AdBlock Plus)
  • Ability to choose the position for this button
  • Localize the add-on (I should do some test with BabelZilla team)
  • More customization for the Service Pane
  • Ability to create Search add-on (like SkreemR)
  • and more !!!

The patch is not yet committed, and so the official add-on is not up to date yet, but if you want to give a go, you can test this new version by installing this XPI file on your Songbird. (Songbird 1.8 or more recommended)