-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
58 lines (37 loc) · 1.6 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
==========================================================================
PLEASE NOTE THAT DUE TO A LACK OF AVAILABLE TIME THIS PROJECT IS CURRENTLY
UNMAINTAINED. IF YOU FEEL YOU CAN TAKE OVER THE SUPPORT DO LET ME KNOW.
==========================================================================
======================
iTunes plugin for XBMC
======================
This plugin imports an iTunes library into XBMC. After importing, you will
see categories that correspond with their iTunes counterparts.
* Artists
* Genres
* Albums
* Ratings
* Playlists
Configuration
=============
The plugin needs to know where your 'iTunes Music Library.xml' file is. If
you haven't explicitly pointed iTunes to a non-standard library location,
the default of "~/Music/iTunes/iTunes Music Library.xml" should work fine.
Otherwise, please enter in the correct path in the plugin's settings dialog.
If you select "Auto update library", the plugin will compare the modification
time of your AlbumData.xml with its current database and update the database
automatically on start. This is disabled by default.
Translations
============
If you'd like to help translate this plugin to another language, please send
a patch to alfred_j_kwack at badsoda dot com.
If possible, patch against the most recent version at:
https://github.com/AlfredJKwack/plugin.audio.itunes
Known Issues
============
Please log issues at https://github.com/AlfredJKwack/plugin.audio.itunes
Credits
=======
Anoop Menon (original code)
AlfredJKwack (current maintainer)
jingai (for showing the way)