moon30000 / andless

Automatically exported from code.google.com/p/andless
1 stars 0 forks source link

Feature req: Plugin API and infrastructure #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think, that andLess will be more powerfull, if it provide plugin
infrastructure.
It can be plugins like this:

1) File/stream format plugins
(Matroska and others)

2) Network plugins for sending/getting some text/image info from internet
(like last.fm, amazon covers, discogs information, lirycs, wiki)

3) Plugins like musicbrainz, which need work with file audiofingerprint and
sending/getting in internet

4) Crossfade, statistical plugins for using music library and sending for
online services (last.fm dinamic playlists)

This plugins can be shared library (libbla-bla.so)
and main plugin library (libplugin.so), which can handle plugin libs

Main app can use libplugin.so over JNI

We need proposed API table for it (it can be based on information, what
kind of plugins we need). Main types of audioplayers plugins you can see in
this message. 

I request wiki page for this theme.

Thanks for great player!

Original issue reported on code.google.com by xvi...@gmail.com on 22 Mar 2010 at 8:30

GoogleCodeExporter commented 9 years ago
Thank you for your comment. This would require much work I'm unable to complete 
without somebody's help.

Original comment by avs...@gmail.com on 24 Jan 2011 at 2:10