There are a ton of ways you can extend, or integrate with Songbird... from the visual appearance and layout all the way to tight-knit webservice mashups. Songbird has a ton of APIs to build add-ons on top of, as well as being open source itself for anyone to hack on the core. If you're new to Songbird, check out the following for a very high-level overview of some of the ways you can build on Songbird.

Feathers allow you to customize Songbird via images, and CSS. You can also develop more advanced Feathers (such as changing layouts, UI elements, etc.) via XUL. Feathers are also capable of supporting other browser technologies such as Flash & SVG. Feathers can be easily created using our Feathers Wizard, which is a part of the Songbird Developer Tools add-on.
Media Views, implemented using our Media Pages API, let you create custom ways of viewing and visualizing your media library. Want to build the next Cover Flow? You want to implement a Media View.
Extensions, by virtue of the fact they are loaded into Songbird, have access to the full range of methods, components, and interfaces that Songbird provides. They can overlay arbitrary UI or target Display Panes to add arbitrary new functionality.
You can approach this from two ways. One is to simply use Songbird's Webpage API in your website's Javascript code to allow it to integrate well with Songbird users browsing your site. The Webpage API allows you to do some really cool media player and media library integrations and interaction from your website. For visitors using Songbird, you can enumerate their media library, trigger playback, and seamlessly integrate/download media into their library.
Alternatively, you can integrate from the client side using Extensions. Extensions can display UI in Songbird via Display Panes (or anywhere else via XUL and overlays). Once overlaid they can use vanilla Javascript to make remote calls to websites, including making AJAX queries to fetch in contextual information from remote sites. Combining this with the Webpage API makes for extremely compelling webservice and website integration tackling it from both the client and server-side.
Songbird is open source, go ahead... build and hack on the core code directly!
Songbird is a media player built on top of Mozilla's XULRunner framework. XULRunner gives us an extensive and flexible add-on mechanism whereby developers can choose to extend or build new functionality into the app without having to modify the application code (what we call the Core) itself.
New functionality is generally implemented in extensions which are client-side installable add-ons. Because we're built on Mozilla, we use the same extension mechanism in the form of XPIs (pronounced "zippy") which are simply ZIP archives. Go ahead and extract some of your favorite extensions to take a look. Because extensions and installed by the user and run on the client-side, they have full access to the complete set of APIs offered by Songbird. For this reason, much of the documentation and articles for hacking on the Songbird player/platform directly are also 100% applicable to extension developers.
Extensions are overlays which target some part of the application and layer new elements onto existing ones. Technically speaking, skins/themes (which we call Feathers) are also extensions, but we classify them differently since they are a very specific subset of extensions. Similarly, Media Views, are also implemented using the extension mechanism, but are a very specific subclass of extensions so we call them out explicitly in some places as well.
Songbird's media playing services and library/collection management services are implemented using XPCOM components and open-source libraries. If you want to fix bugs in any of these core components, or add new core services, then you want to be hacking on the core code directly. This is not for the faint-of-heart, you will be walking the path to full Jedi Birder.
| File | Size | Date | Attached by | |||
|---|---|---|---|---|---|---|
| largeheartedboy.png No description | 22.18 kB | 15:03, 29 Apr 2008 | stevel | Actions | ||
http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Core_Player_Development
for all the info on getting and building the Songbird source. edited 08:32, 17 Jun 2008
to download it instantly if we like that song or video
1) How do I contact someone on How To Install?
2) Does Songbird have a way to access and update the currently playing playlist on my streaming media server (mms, trsp, etc)?
3) Are you looking for a Beta Tester? I am tester... I read code, just do not write it.
thanks
https://108.225.201.74.static.ey03.engineyard.com
I have checked the site... it is valid but does not Seem to go anywhere.....
I want to ask if it is required to be open sourced also if we make an Add-ons application/plugin (not web service one) into Song Bird? E.g. audio dynamic analyze of the songs?