Created
October 26, 2008 04:37
-
-
Save iordonez/19845 to your computer and use it in GitHub Desktop.
Default Sources.xml for plex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sources> | |
<programs> | |
<default></default> | |
<source> | |
<name>Front Row</name> | |
<path>/Applications/Front Row.app</path> | |
</source> | |
<source> | |
<name>DVD Player</name> | |
<path>/Applications/DVD Player.app</path> | |
</source> | |
</programs> | |
<video> | |
<default></default> | |
<source> | |
<name>iTunes Video</name> | |
<path>plex://localhost/video/iTunes</path> | |
</source> | |
</video> | |
<music> | |
<default></default> | |
<source> | |
<name>iTunes Music</name> | |
<path>plex://localhost/music/iTunes</path> | |
</source> | |
</music> | |
<pictures> | |
<default></default> | |
<source> | |
<name>iPhoto</name> | |
<path>plex://localhost/photos/iPhoto</path> | |
</source> | |
<source> | |
<name>Aperture</name> | |
<path>plex://localhost/photos/Aperture</path> | |
</source> | |
</pictures> | |
<files> | |
<default></default> | |
</files> | |
</sources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2008-11-25 | |
*Added Aperture Path | |
2008-11-15 | |
* merged with Elan's latest | |
* Renamed iTunes to iTunes Music and iTunes Video | |
2008-10-28 | |
* removed .app/ from the defaults | |
2008-10-25 | |
Added iTunes Music | |
Removed old iTunes Music plugin | |
Removed old Music Path | |
Added DVD Player Programs | |
Added Frontrow Programs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment