java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic ITunes (3 - 20 Aug 2006 - Main.kebernet)
Line: 1 to 1
 
META TOPICPARENT name="RomeModules"

Apple iTunes Plug In

This plug in is for use with iTunes Music Service podcast listings.

Changed:
<
<
The latest version is 0.3 available.
>
>
The latest version is 0.4 available.
 
Changed:
<
<
>
>
 

Sample Usage

Line: 30 to 30
 

Changes:

Changed:
<
<

0.4 (CVS)

Keywords now comma separated instead of space.
>
>

0.4

  • Corrected some Feed vs Item attribute issue.
  • Keywords now comma separated instead of space.
 

0.3

Added support for the "other" case of podcasts. It will now correctly parse all lowercase URIs as wells as the original mixed case URIs

 <<O>>  Difference Topic ITunes (2 - 25 Apr 2006 - Main.kebernet)
Line: 1 to 1
 
META TOPICPARENT name="RomeModules"

Apple iTunes Plug In

Line: 30 to 30
 

Changes:

Added:
>
>

0.4 (CVS)

Keywords now comma separated instead of space.
 

0.3

Added support for the "other" case of podcasts. It will now correctly parse all lowercase URIs as wells as the original mixed case URIs

 <<O>>  Difference Topic ITunes (1 - 23 Apr 2006 - Main.kebernet)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="RomeModules"

Apple iTunes Plug In

This plug in is for use with iTunes Music Service podcast listings.

The latest version is 0.3 available.

Sample Usage

        SyndFeedInput input = new SyndFeedInput();
        SyndFeed syndfeed = input.build(new XmlReader(feed.toURL()));

        Module module = syndfeed.getModule("http://www.itunes.com/dtds/podcast-1.0.dtd");
        FeedInformation feedInfo = (FeedInformation) module;
        
        System.out.println( feedInfo.getImage() );
        System.out.println( feedInfo.getCategory() );
        
        // Or to create a feed..
        
        ArrayList modules = new ArrayList();
        EntryInformation e = new EntryInformationImpl();
        e.setDuration( new Duration( 10000 ) );
        modules.add( e );
        syndEntry.setModules( modules );

Changes:

0.3

Added support for the "other" case of podcasts. It will now correctly parse all lowercase URIs as wells as the original mixed case URIs All generated feeds use the lowercase URI. Fixed some entity problems related to the apple summary tag.

-- Main.kebernet - 23 Apr 2006


Topic ITunes . { View | Diffs r3 < r2 < r1 | More }
 XML java.net RSS