Amarok Script to synchronise with podcast subscription service - OPML

Miguel Angel Alvarez maacruz at gmail.com
Thu Jun 7 14:23:44 UTC 2007


El Jueves, 7 de Junio de 2007 13:47, Greg Chrystall escribió:
> Hi List,
>
> The following is a script i whipped together to synchronise Podnova podcast
> subscriptions with Amarok. It uses the podnova OPML Url, one problem is
> that I can not get a list of podcasts already subscribed to through DCOP,
> so it pops up warnings, that the podcasts have already been subscribed to
> in Amarok whenever the script runs...
Podcasts are stored in database table podcastchannels with the following 
fields (varchar if not stated otherwise): url, title, weblink, image, 
comment, copyright, parent (integer), directory, autoscan (bool), fechtype 
(integer), autotransfer (bool), haspurge (bool), purgecount (integer)

You can use dcop to query the database and read the table:
dcop amarok collection query "select url from podcastchannels"

-- 
Don't see the world through a window, be open{source}minded, and be free :-)



More information about the Amarok mailing list