Skip to content

Instantly share code, notes, and snippets.

@JustinAiken
Created July 17, 2013 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinAiken/3d64282ed48355f98043 to your computer and use it in GitHub Desktop.
Save JustinAiken/3d64282ed48355f98043 to your computer and use it in GitHub Desktop.
sources.xml
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Video Playlists</name>
<path pathversion="1">special://videoplaylists/</path>
</source>
<source>
<name>Movies</name>
<path pathversion="1">smb://192.168.1.8//Video/Movies/</path>
</source>
<source>
<name>TV</name>
<path pathversion="1">smb://192.168.1.8//Video/TV/</path>
</source>
<source>
<name>Criterion</name>
<path pathversion="1">smb://192.168.1.8//Video/Criterion/</path>
</source>
<source>
<name>--- Daily Show ---</name>
<path pathversion="1">smb://192.168.1.8//Video/--- Daily Show ---/</path>
</source>
<source>
<name>--- The Colbert Report ---</name>
<path pathversion="1">smb://192.168.1.8//Video/--- The Colbert Report ---/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music Playlists</name>
<path pathversion="1">special://musicplaylists/</path>
</source>
<source>
<name>Music</name>
<path pathversion="1">/Users/Justin/Music/</path>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>Pictures</name>
<path pathversion="1">/Users/Justin/Pictures/</path>
</source>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://192.168.1.8//Video/Movies/</path>
</source>
<source>
<name>.downloads</name>
<path pathversion="1">smb://192.168.1.8/cache/.downloads/</path>
</source>
<source>
<name>jaiken</name>
<path pathversion="1">/Users/jaiken/</path>
</source>
</files>
</sources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment