aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-09-12 11:39:00 +0200
committermontellese <montellese@xbmc.org>2012-09-12 11:39:00 +0200
commit25ecf20d2a5c46531d807f8ec2426ed2cfcaa342 (patch)
tree425c5ef9d6fbe3b30ff54042a9a547f8b5fcf112
parent807d0ea7c3a0c005e6e8c3ef4e4d013fc9ba479f (diff)
cosmetics: add proper XML header to custom video library node XML files
-rw-r--r--system/library/video/addons.xml1
-rw-r--r--system/library/video/files.xml1
-rw-r--r--system/library/video/movies/actors.xml1
-rw-r--r--system/library/video/movies/country.xml1
-rw-r--r--system/library/video/movies/directors.xml1
-rw-r--r--system/library/video/movies/genres.xml1
-rw-r--r--system/library/video/movies/index.xml1
-rw-r--r--system/library/video/movies/sets.xml1
-rw-r--r--system/library/video/movies/studios.xml1
-rw-r--r--system/library/video/movies/tags.xml1
-rw-r--r--system/library/video/movies/titles.xml1
-rw-r--r--system/library/video/movies/years.xml1
-rw-r--r--system/library/video/musicvideos/albums.xml1
-rw-r--r--system/library/video/musicvideos/artists.xml1
-rw-r--r--system/library/video/musicvideos/directors.xml1
-rw-r--r--system/library/video/musicvideos/genres.xml1
-rw-r--r--system/library/video/musicvideos/index.xml1
-rw-r--r--system/library/video/musicvideos/studios.xml1
-rw-r--r--system/library/video/musicvideos/tags.xml1
-rw-r--r--system/library/video/musicvideos/titles.xml1
-rw-r--r--system/library/video/musicvideos/years.xml1
-rw-r--r--system/library/video/playlists.xml1
-rw-r--r--system/library/video/recentlyaddedepisodes.xml1
-rw-r--r--system/library/video/recentlyaddedmovies.xml1
-rw-r--r--system/library/video/recentlyaddedmusicvideos.xml1
-rw-r--r--system/library/video/tvshows/actors.xml1
-rw-r--r--system/library/video/tvshows/genres.xml1
-rw-r--r--system/library/video/tvshows/index.xml1
-rw-r--r--system/library/video/tvshows/studios.xml1
-rw-r--r--system/library/video/tvshows/tags.xml1
-rw-r--r--system/library/video/tvshows/titles.xml1
-rw-r--r--system/library/video/tvshows/years.xml1
-rw-r--r--system/library/video_flat/addons.xml1
-rw-r--r--system/library/video_flat/files.xml1
-rw-r--r--system/library/video_flat/movies.xml1
-rw-r--r--system/library/video_flat/musicvideos.xml1
-rw-r--r--system/library/video_flat/playlists.xml1
-rw-r--r--system/library/video_flat/recentlyaddedepisodes.xml1
-rw-r--r--system/library/video_flat/recentlyaddedmovies.xml1
-rw-r--r--system/library/video_flat/recentlyaddedmusicvideos.xml1
-rw-r--r--system/library/video_flat/tvshows.xml1
41 files changed, 41 insertions, 0 deletions
diff --git a/system/library/video/addons.xml b/system/library/video/addons.xml
index 69c0529028..984528c992 100644
--- a/system/library/video/addons.xml
+++ b/system/library/video/addons.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="22" type="folder">
<label>1037</label>
<icon>DefaultAddonVideo.png</icon>
diff --git a/system/library/video/files.xml b/system/library/video/files.xml
index c7cccd862b..2bc53927da 100644
--- a/system/library/video/files.xml
+++ b/system/library/video/files.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="20" type="folder">
<label>744</label>
<icon>DefaultFolder.png</icon>
diff --git a/system/library/video/movies/actors.xml b/system/library/video/movies/actors.xml
index e0b6ee013e..348ef6f505 100644
--- a/system/library/video/movies/actors.xml
+++ b/system/library/video/movies/actors.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="folder">
<label>344</label>
<path>videodb://1/4</path>
diff --git a/system/library/video/movies/country.xml b/system/library/video/movies/country.xml
index 92c3142306..3d0a753f6b 100644
--- a/system/library/video/movies/country.xml
+++ b/system/library/video/movies/country.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="8" type="folder">
<label>20451</label>
<path>videodb://1/8</path>
diff --git a/system/library/video/movies/directors.xml b/system/library/video/movies/directors.xml
index ef82b448a0..2f248a2fae 100644
--- a/system/library/video/movies/directors.xml
+++ b/system/library/video/movies/directors.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="5" type="folder">
<label>20348</label>
<path>videodb://1/5</path>
diff --git a/system/library/video/movies/genres.xml b/system/library/video/movies/genres.xml
index 157ea384f4..198806b01d 100644
--- a/system/library/video/movies/genres.xml
+++ b/system/library/video/movies/genres.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="1" type="folder">
<label>135</label>
<path>videodb://1/1</path>
diff --git a/system/library/video/movies/index.xml b/system/library/video/movies/index.xml
index 4813d9619c..7e7a8ee9f3 100644
--- a/system/library/video/movies/index.xml
+++ b/system/library/video/movies/index.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="1" visible="Library.HasContent(Movies)">
<!-- a virtual folder -->
<label>342</label>
diff --git a/system/library/video/movies/sets.xml b/system/library/video/movies/sets.xml
index 66d2ec996f..3363e8c8e7 100644
--- a/system/library/video/movies/sets.xml
+++ b/system/library/video/movies/sets.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="7" type="folder" visible="Library.HasContent(MovieSets)">
<label>20434</label>
<path>videodb://1/7</path>
diff --git a/system/library/video/movies/studios.xml b/system/library/video/movies/studios.xml
index f354617c83..bdc44b4ece 100644
--- a/system/library/video/movies/studios.xml
+++ b/system/library/video/movies/studios.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="6" type="folder">
<label>20388</label>
<path>videodb://1/6</path>
diff --git a/system/library/video/movies/tags.xml b/system/library/video/movies/tags.xml
index c88abc106d..762bb8a131 100644
--- a/system/library/video/movies/tags.xml
+++ b/system/library/video/movies/tags.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="9" type="folder">
<label>20459</label>
<path>videodb://1/9</path>
diff --git a/system/library/video/movies/titles.xml b/system/library/video/movies/titles.xml
index 7227c7716b..d93ddda8c8 100644
--- a/system/library/video/movies/titles.xml
+++ b/system/library/video/movies/titles.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="folder">
<label>369</label>
<path>videodb://1/2</path>
diff --git a/system/library/video/movies/years.xml b/system/library/video/movies/years.xml
index 2dbc26a619..69db6aebf8 100644
--- a/system/library/video/movies/years.xml
+++ b/system/library/video/movies/years.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="3" type="folder">
<label>562</label>
<path>videodb://1/3</path>
diff --git a/system/library/video/musicvideos/albums.xml b/system/library/video/musicvideos/albums.xml
index 153765de41..9b2e717b01 100644
--- a/system/library/video/musicvideos/albums.xml
+++ b/system/library/video/musicvideos/albums.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="5" type="folder">
<label>132</label>
<path>videodb://3/5</path>
diff --git a/system/library/video/musicvideos/artists.xml b/system/library/video/musicvideos/artists.xml
index 8af2a59824..92ae8a5d04 100644
--- a/system/library/video/musicvideos/artists.xml
+++ b/system/library/video/musicvideos/artists.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="folder">
<label>133</label>
<path>videodb://3/4</path>
diff --git a/system/library/video/musicvideos/directors.xml b/system/library/video/musicvideos/directors.xml
index 028954c69a..4971290be8 100644
--- a/system/library/video/musicvideos/directors.xml
+++ b/system/library/video/musicvideos/directors.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="6" type="folder">
<label>20348</label>
<path>videodb://3/6</path>
diff --git a/system/library/video/musicvideos/genres.xml b/system/library/video/musicvideos/genres.xml
index 5c835d8451..4c060a6754 100644
--- a/system/library/video/musicvideos/genres.xml
+++ b/system/library/video/musicvideos/genres.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="1" type="folder">
<label>135</label>
<path>videodb://3/1</path>
diff --git a/system/library/video/musicvideos/index.xml b/system/library/video/musicvideos/index.xml
index 2547d83203..131b0127a8 100644
--- a/system/library/video/musicvideos/index.xml
+++ b/system/library/video/musicvideos/index.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="3" visible="Library.HasContent(MusicVideos)">
<label>20389</label>
<icon>DefaultMusicVideos.png</icon>
diff --git a/system/library/video/musicvideos/studios.xml b/system/library/video/musicvideos/studios.xml
index 322fc4e2ab..cfb64f8a02 100644
--- a/system/library/video/musicvideos/studios.xml
+++ b/system/library/video/musicvideos/studios.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="7" type="folder">
<label>20388</label>
<path>videodb://3/7</path>
diff --git a/system/library/video/musicvideos/tags.xml b/system/library/video/musicvideos/tags.xml
index 59538bddea..a1297b64f0 100644
--- a/system/library/video/musicvideos/tags.xml
+++ b/system/library/video/musicvideos/tags.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="8" type="folder">
<label>20459</label>
<path>videodb://3/9</path>
diff --git a/system/library/video/musicvideos/titles.xml b/system/library/video/musicvideos/titles.xml
index 35c101d888..79f73b2ae3 100644
--- a/system/library/video/musicvideos/titles.xml
+++ b/system/library/video/musicvideos/titles.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="folder">
<label>369</label>
<path>videodb://3/2</path>
diff --git a/system/library/video/musicvideos/years.xml b/system/library/video/musicvideos/years.xml
index 0797a4f529..f05e99f627 100644
--- a/system/library/video/musicvideos/years.xml
+++ b/system/library/video/musicvideos/years.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="3" type="folder">
<label>562</label>
<path>videodb://3/3</path>
diff --git a/system/library/video/playlists.xml b/system/library/video/playlists.xml
index 6ad8ede679..7b3ab4ce81 100644
--- a/system/library/video/playlists.xml
+++ b/system/library/video/playlists.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="21" type="folder">
<label>136</label>
<icon>DefaultVideoPlaylists.png</icon>
diff --git a/system/library/video/recentlyaddedepisodes.xml b/system/library/video/recentlyaddedepisodes.xml
index 3e344d3c23..d16cc18617 100644
--- a/system/library/video/recentlyaddedepisodes.xml
+++ b/system/library/video/recentlyaddedepisodes.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="11" type="filter" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
diff --git a/system/library/video/recentlyaddedmovies.xml b/system/library/video/recentlyaddedmovies.xml
index 9dfae3086c..e7bd30beb6 100644
--- a/system/library/video/recentlyaddedmovies.xml
+++ b/system/library/video/recentlyaddedmovies.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
diff --git a/system/library/video/recentlyaddedmusicvideos.xml b/system/library/video/recentlyaddedmusicvideos.xml
index 0008aff9d9..04352a69c9 100644
--- a/system/library/video/recentlyaddedmusicvideos.xml
+++ b/system/library/video/recentlyaddedmusicvideos.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="12" type="filter" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
diff --git a/system/library/video/tvshows/actors.xml b/system/library/video/tvshows/actors.xml
index a94a9bba2c..2abfb20db3 100644
--- a/system/library/video/tvshows/actors.xml
+++ b/system/library/video/tvshows/actors.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="folder">
<label>344</label>
<path>videodb://2/4</path>
diff --git a/system/library/video/tvshows/genres.xml b/system/library/video/tvshows/genres.xml
index a6a6a8c85a..1d6fdb2d6e 100644
--- a/system/library/video/tvshows/genres.xml
+++ b/system/library/video/tvshows/genres.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="1" type="folder">
<label>135</label>
<path>videodb://2/1</path>
diff --git a/system/library/video/tvshows/index.xml b/system/library/video/tvshows/index.xml
index df2229d9b3..0aaa40e6f8 100644
--- a/system/library/video/tvshows/index.xml
+++ b/system/library/video/tvshows/index.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" visible="Library.HasContent(TVShows)">
<label>20343</label>
<icon>DefaultTVShows.png</icon>
diff --git a/system/library/video/tvshows/studios.xml b/system/library/video/tvshows/studios.xml
index ba4196a398..582e24df9f 100644
--- a/system/library/video/tvshows/studios.xml
+++ b/system/library/video/tvshows/studios.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="5" type="folder">
<label>20388</label>
<path>videodb://2/5</path>
diff --git a/system/library/video/tvshows/tags.xml b/system/library/video/tvshows/tags.xml
index ad2a6e4fa8..f959299c8f 100644
--- a/system/library/video/tvshows/tags.xml
+++ b/system/library/video/tvshows/tags.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="6" type="folder">
<label>20459</label>
<path>videodb://2/9</path>
diff --git a/system/library/video/tvshows/titles.xml b/system/library/video/tvshows/titles.xml
index b2199ae4b8..58d9f90afb 100644
--- a/system/library/video/tvshows/titles.xml
+++ b/system/library/video/tvshows/titles.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="folder">
<label>369</label>
<path>videodb://2/2</path>
diff --git a/system/library/video/tvshows/years.xml b/system/library/video/tvshows/years.xml
index f6dca4e0e2..17c4579e90 100644
--- a/system/library/video/tvshows/years.xml
+++ b/system/library/video/tvshows/years.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="3" type="folder">
<label>562</label>
<path>videodb://2/3</path>
diff --git a/system/library/video_flat/addons.xml b/system/library/video_flat/addons.xml
index 69c0529028..984528c992 100644
--- a/system/library/video_flat/addons.xml
+++ b/system/library/video_flat/addons.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="22" type="folder">
<label>1037</label>
<icon>DefaultAddonVideo.png</icon>
diff --git a/system/library/video_flat/files.xml b/system/library/video_flat/files.xml
index c7cccd862b..2bc53927da 100644
--- a/system/library/video_flat/files.xml
+++ b/system/library/video_flat/files.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="20" type="folder">
<label>744</label>
<icon>DefaultFolder.png</icon>
diff --git a/system/library/video_flat/movies.xml b/system/library/video_flat/movies.xml
index 1f259634ed..0ddc852522 100644
--- a/system/library/video_flat/movies.xml
+++ b/system/library/video_flat/movies.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="1" type="folder" visible="Library.HasContent(Movies)">
<label>342</label>
<path>videodb://1/2</path>
diff --git a/system/library/video_flat/musicvideos.xml b/system/library/video_flat/musicvideos.xml
index 3881e36f18..dc33b1572a 100644
--- a/system/library/video_flat/musicvideos.xml
+++ b/system/library/video_flat/musicvideos.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="3" type="folder" visible="Library.HasContent(MusicVideos)">
<label>20389</label>
<path>videodb://3/2</path>
diff --git a/system/library/video_flat/playlists.xml b/system/library/video_flat/playlists.xml
index 6ad8ede679..7b3ab4ce81 100644
--- a/system/library/video_flat/playlists.xml
+++ b/system/library/video_flat/playlists.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="21" type="folder">
<label>136</label>
<icon>DefaultVideoPlaylists.png</icon>
diff --git a/system/library/video_flat/recentlyaddedepisodes.xml b/system/library/video_flat/recentlyaddedepisodes.xml
index 3e344d3c23..d16cc18617 100644
--- a/system/library/video_flat/recentlyaddedepisodes.xml
+++ b/system/library/video_flat/recentlyaddedepisodes.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="11" type="filter" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
diff --git a/system/library/video_flat/recentlyaddedmovies.xml b/system/library/video_flat/recentlyaddedmovies.xml
index 9dfae3086c..e7bd30beb6 100644
--- a/system/library/video_flat/recentlyaddedmovies.xml
+++ b/system/library/video_flat/recentlyaddedmovies.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
diff --git a/system/library/video_flat/recentlyaddedmusicvideos.xml b/system/library/video_flat/recentlyaddedmusicvideos.xml
index 0008aff9d9..04352a69c9 100644
--- a/system/library/video_flat/recentlyaddedmusicvideos.xml
+++ b/system/library/video_flat/recentlyaddedmusicvideos.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="12" type="filter" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
diff --git a/system/library/video_flat/tvshows.xml b/system/library/video_flat/tvshows.xml
index 09bfe9a901..f5d81d639d 100644
--- a/system/library/video_flat/tvshows.xml
+++ b/system/library/video_flat/tvshows.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="folder" visible="Library.HasContent(TVShows)">
<label>20343</label>
<path>videodb://2/2</path>