Skip to content

Commit

Permalink
change order tag of library nodes to make it easier to insert new items
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Marshall committed Sep 7, 2012
1 parent 078ea93 commit 33a36f0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion system/library/video/addons.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="9" type="folder">
<node order="22" type="folder">
<label>1037</label>
<icon>DefaultAddonVideo.png</icon>
<path>addons://sources/video/</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video/files.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="7" type="folder">
<node order="20" type="folder">
<label>744</label>
<icon>DefaultFolder.png</icon>
<path>sources://video</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video/playlists.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="8" type="folder">
<node order="21" type="folder">
<label>136</label>
<icon>DefaultVideoPlaylists.png</icon>
<path>special://videoplaylists/</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video/recentlyaddedepisodes.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="5" type="folder" visible="Library.HasContent(TVShows)">
<node order="11" type="folder" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
<path>videodb://5</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video/recentlyaddedmovies.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="4" type="folder" visible="Library.HasContent(Movies)">
<node order="10" type="folder" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
<path>videodb://4</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video/recentlyaddedmusicvideos.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="6" type="folder" visible="Library.HasContent(MusicVideos)">
<node order="12" type="folder" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
<path>videodb://6</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video_flat/addons.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="9" type="folder">
<node order="22" type="folder">
<label>1037</label>
<icon>DefaultAddonVideo.png</icon>
<path>addons://sources/video/</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video_flat/files.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="7" type="folder">
<node order="20" type="folder">
<label>744</label>
<icon>DefaultFolder.png</icon>
<path>sources://video</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video_flat/playlists.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="8" type="folder">
<node order="21" type="folder">
<label>136</label>
<icon>DefaultVideoPlaylists.png</icon>
<path>special://videoplaylists/</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video_flat/recentlyaddedepisodes.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="5" type="folder" visible="Library.HasContent(TVShows)">
<node order="11" type="folder" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
<path>videodb://5</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video_flat/recentlyaddedmovies.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="4" type="folder" visible="Library.HasContent(Movies)">
<node order="10" type="folder" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
<path>videodb://4</path>
Expand Down
2 changes: 1 addition & 1 deletion system/library/video_flat/recentlyaddedmusicvideos.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<node order="6" type="folder" visible="Library.HasContent(MusicVideos)">
<node order="12" type="folder" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
<path>videodb://6</path>
Expand Down

0 comments on commit 33a36f0

Please sign in to comment.