Alguien sabe que significa esto? segun entiendo sirve para añadir plugins al jukebox del prodigy con el 3.5rc y poder asi poner mas idiomas como el español pero no se a que se refiere con lo del codigo fuente:
Dear developers of xtreamer

this post is aimed to you

we hereby want to share with you the Source Code of the scraper plugins of the new Jukebox engine we have just introduced in version 3.5

Currently the system supports 2 plugins

(1) TMDB - for English
(2) Torec - For Hebrew

These are just 2 examples.

We believe that if this community wants us to add more langauges and more scrapers for more sites, it will be fairly easy task

USAGE :


For Searching movie info in TMDB


Quote
: ./plugin/tmdb -s -l en -k "keyword" -o /tmp/jukebox/scraper/search.xml ----> the results will used in the search.xml

For scraping

Quote
./plugin/tmdb -l en -k "keyword" -o /tmp/jukebox/scrapper/number.info.xml.


and the keyword here will use the id we got in searching.

to test new plugin you may want : put the file under /system/rtk_rootfs/usr/local/bin/plugin folder

Here are the source files. they are done in CPP.

Sources & Toolchain :

Attached File scraper.tar.bz2 (46.68K)
Number of downloads: 43

here is the entire toolchain and the folder dependencies you need to create a working development environment in PC for jukebox