Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

schnatterer/itunes4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itunes4j

License

A java wrapper for the windows COM API of iTunes. That is, this will only work on windows.

How to use

For now, this is not hosted on maven central, but on this very repository. To use it, add the following maven repository to your POM.xml

<repositories>
    <repository>
        <id>itunes4j-mvn-repo</id>
        <url>https://raw.github.com/schnatterer/itunes4j/mvn-repo/</url>
    </repository>
</repositories>

Then add the actual dependency

<dependency>
    <groupId>info.schnatterer</groupId>
    <artifactId>itunes4j</artifactId>
    <version>1.0</version>
</dependency>

See the wiki for details on how to use the API.

History

###Version 1.0 Very first version that provides very basic functionality for adding tracks and playlists to iTunes.
Tested and compiled against iTunes 12.1.2.27 64-Bit.

Examples

This API is used in the following projects for example

About

Java wrapper for the windows COM API of iTunes

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages