Skip to content

Instantly share code, notes, and snippets.

@iordonez
Created October 26, 2008 04:37
Show Gist options
  • Save iordonez/19845 to your computer and use it in GitHub Desktop.
Save iordonez/19845 to your computer and use it in GitHub Desktop.
Default Sources.xml for plex
<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>
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