diff options
author | montellese <montellese@xbmc.org> | 2013-04-07 20:13:34 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-04-08 22:54:46 +0200 |
commit | 66263ca656f0afe0d7ae706a5342f89db357c0de (patch) | |
tree | 3d962088113c316428fc786893ac526e24342f81 /system/library | |
parent | e2efdc210140f99708fcb28d9b186e8c7542d3e3 (diff) |
videodb: use strings instead of numbers in videodb:// URL
Diffstat (limited to 'system/library')
32 files changed, 32 insertions, 32 deletions
diff --git a/system/library/video/movies/actors.xml b/system/library/video/movies/actors.xml index 348ef6f505..3ffdf46b67 100644 --- a/system/library/video/movies/actors.xml +++ b/system/library/video/movies/actors.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="4" type="folder"> <label>344</label> - <path>videodb://1/4</path> + <path>videodb://movies/actors/</path> <icon>DefaultActor.png</icon> </node> diff --git a/system/library/video/movies/country.xml b/system/library/video/movies/country.xml index 3d0a753f6b..a1934b3497 100644 --- a/system/library/video/movies/country.xml +++ b/system/library/video/movies/country.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="8" type="folder"> <label>20451</label> - <path>videodb://1/8</path> + <path>videodb://movies/countries/</path> <icon>DefaultCountry.png</icon> </node> diff --git a/system/library/video/movies/directors.xml b/system/library/video/movies/directors.xml index 2f248a2fae..4e1178ad15 100644 --- a/system/library/video/movies/directors.xml +++ b/system/library/video/movies/directors.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="5" type="folder"> <label>20348</label> - <path>videodb://1/5</path> + <path>videodb://movies/directors/</path> <icon>DefaultDirector.png</icon> </node> diff --git a/system/library/video/movies/genres.xml b/system/library/video/movies/genres.xml index 198806b01d..fc47591794 100644 --- a/system/library/video/movies/genres.xml +++ b/system/library/video/movies/genres.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="1" type="folder"> <label>135</label> - <path>videodb://1/1</path> + <path>videodb://movies/genres/</path> <icon>DefaultGenre.png</icon> </node> diff --git a/system/library/video/movies/sets.xml b/system/library/video/movies/sets.xml index 3363e8c8e7..87ab85c127 100644 --- a/system/library/video/movies/sets.xml +++ b/system/library/video/movies/sets.xml @@ -1,6 +1,6 @@ <?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> + <path>videodb://movies/sets/</path> <icon>DefaultSets.png</icon> </node> diff --git a/system/library/video/movies/studios.xml b/system/library/video/movies/studios.xml index bdc44b4ece..a206331aa8 100644 --- a/system/library/video/movies/studios.xml +++ b/system/library/video/movies/studios.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="6" type="folder"> <label>20388</label> - <path>videodb://1/6</path> + <path>videodb://movies/studios/</path> <icon>DefaultStudios.png</icon> </node> diff --git a/system/library/video/movies/tags.xml b/system/library/video/movies/tags.xml index 762bb8a131..538609c54f 100644 --- a/system/library/video/movies/tags.xml +++ b/system/library/video/movies/tags.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="9" type="folder"> <label>20459</label> - <path>videodb://1/9</path> + <path>videodb://movies/tags/</path> <icon>DefaultTags.png</icon> </node> diff --git a/system/library/video/movies/titles.xml b/system/library/video/movies/titles.xml index d93ddda8c8..3e71dee9c4 100644 --- a/system/library/video/movies/titles.xml +++ b/system/library/video/movies/titles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="2" type="folder"> <label>369</label> - <path>videodb://1/2</path> + <path>videodb://movies/titles/</path> <icon>DefaultMovieTitle.png</icon> </node> diff --git a/system/library/video/movies/years.xml b/system/library/video/movies/years.xml index 69db6aebf8..f73e080bd4 100644 --- a/system/library/video/movies/years.xml +++ b/system/library/video/movies/years.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="3" type="folder"> <label>562</label> - <path>videodb://1/3</path> + <path>videodb://movies/years/</path> <icon>DefaultYear.png</icon> </node> diff --git a/system/library/video/musicvideos/albums.xml b/system/library/video/musicvideos/albums.xml index 9b2e717b01..fe0e10860b 100644 --- a/system/library/video/musicvideos/albums.xml +++ b/system/library/video/musicvideos/albums.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="5" type="folder"> <label>132</label> - <path>videodb://3/5</path> + <path>videodb://musicvideos/albums/</path> <icon>DefaultAlbum.png</icon> </node> diff --git a/system/library/video/musicvideos/artists.xml b/system/library/video/musicvideos/artists.xml index 92ae8a5d04..5f529b38b1 100644 --- a/system/library/video/musicvideos/artists.xml +++ b/system/library/video/musicvideos/artists.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="4" type="folder"> <label>133</label> - <path>videodb://3/4</path> + <path>videodb://musicvideos/artists/</path> <icon>DefaultArtist.png</icon> </node> diff --git a/system/library/video/musicvideos/directors.xml b/system/library/video/musicvideos/directors.xml index 4971290be8..85b6721e92 100644 --- a/system/library/video/musicvideos/directors.xml +++ b/system/library/video/musicvideos/directors.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="6" type="folder"> <label>20348</label> - <path>videodb://3/6</path> + <path>videodb://musicvideos/directors/</path> <icon>DefaultDirector.png</icon> </node> diff --git a/system/library/video/musicvideos/genres.xml b/system/library/video/musicvideos/genres.xml index 4c060a6754..36e3ced9f9 100644 --- a/system/library/video/musicvideos/genres.xml +++ b/system/library/video/musicvideos/genres.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="1" type="folder"> <label>135</label> - <path>videodb://3/1</path> + <path>videodb://musicvideos/genres/</path> <icon>DefaultGenre.png</icon> </node> diff --git a/system/library/video/musicvideos/studios.xml b/system/library/video/musicvideos/studios.xml index cfb64f8a02..2583c0d0e7 100644 --- a/system/library/video/musicvideos/studios.xml +++ b/system/library/video/musicvideos/studios.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="7" type="folder"> <label>20388</label> - <path>videodb://3/7</path> + <path>videodb://musicvideos/studios/</path> <icon>DefaultStudios.png</icon> </node> diff --git a/system/library/video/musicvideos/tags.xml b/system/library/video/musicvideos/tags.xml index a1297b64f0..6647b94606 100644 --- a/system/library/video/musicvideos/tags.xml +++ b/system/library/video/musicvideos/tags.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="8" type="folder"> <label>20459</label> - <path>videodb://3/9</path> + <path>videodb://musicvideos/tags/</path> <icon>DefaultTags.png</icon> </node> diff --git a/system/library/video/musicvideos/titles.xml b/system/library/video/musicvideos/titles.xml index 79f73b2ae3..b677f79e90 100644 --- a/system/library/video/musicvideos/titles.xml +++ b/system/library/video/musicvideos/titles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="2" type="folder"> <label>369</label> - <path>videodb://3/2</path> + <path>videodb://musicvideos/titles/</path> <icon>DefaultMusicVideoTitle.png</icon> </node> diff --git a/system/library/video/musicvideos/years.xml b/system/library/video/musicvideos/years.xml index f05e99f627..8276088563 100644 --- a/system/library/video/musicvideos/years.xml +++ b/system/library/video/musicvideos/years.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="3" type="folder"> <label>562</label> - <path>videodb://3/3</path> + <path>videodb://musicvideos/years/</path> <icon>DefaultYear.png</icon> </node> diff --git a/system/library/video/recentlyaddedepisodes.xml b/system/library/video/recentlyaddedepisodes.xml index ba968b4cc0..caf13574d8 100644 --- a/system/library/video/recentlyaddedepisodes.xml +++ b/system/library/video/recentlyaddedepisodes.xml @@ -2,5 +2,5 @@ <node order="11" type="folder" visible="Library.HasContent(TVShows)"> <label>20387</label> <icon>DefaultRecentlyAddedEpisodes.png</icon> - <path>videodb://5</path> + <path>videodb://recentlyaddedepisodes/</path> </node> diff --git a/system/library/video/recentlyaddedmovies.xml b/system/library/video/recentlyaddedmovies.xml index 3b7e660820..1363d4b854 100644 --- a/system/library/video/recentlyaddedmovies.xml +++ b/system/library/video/recentlyaddedmovies.xml @@ -2,5 +2,5 @@ <node order="10" type="folder" visible="Library.HasContent(Movies)"> <label>20386</label> <icon>DefaultRecentlyAddedMovies.png</icon> - <path>videodb://4</path> + <path>videodb://recentlyaddedmovies/</path> </node> diff --git a/system/library/video/recentlyaddedmusicvideos.xml b/system/library/video/recentlyaddedmusicvideos.xml index a91e9eb4ac..e8b886e3fc 100644 --- a/system/library/video/recentlyaddedmusicvideos.xml +++ b/system/library/video/recentlyaddedmusicvideos.xml @@ -2,5 +2,5 @@ <node order="12" type="folder" visible="Library.HasContent(MusicVideos)"> <label>20390</label> <icon>DefaultRecentlyAddedMusicVideos.png</icon> - <path>videodb://6</path> + <path>videodb://recentlyaddedmusicvideos/</path> </node> diff --git a/system/library/video/tvshows/actors.xml b/system/library/video/tvshows/actors.xml index 2abfb20db3..110afc30ae 100644 --- a/system/library/video/tvshows/actors.xml +++ b/system/library/video/tvshows/actors.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="4" type="folder"> <label>344</label> - <path>videodb://2/4</path> + <path>videodb://tvshows/actors/</path> <icon>DefaultActor.png</icon> </node> diff --git a/system/library/video/tvshows/genres.xml b/system/library/video/tvshows/genres.xml index 1d6fdb2d6e..2bd51d185a 100644 --- a/system/library/video/tvshows/genres.xml +++ b/system/library/video/tvshows/genres.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="1" type="folder"> <label>135</label> - <path>videodb://2/1</path> + <path>videodb://tvshows/genres/</path> <icon>DefaultGenre.png</icon> </node> diff --git a/system/library/video/tvshows/studios.xml b/system/library/video/tvshows/studios.xml index 582e24df9f..638629295f 100644 --- a/system/library/video/tvshows/studios.xml +++ b/system/library/video/tvshows/studios.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="5" type="folder"> <label>20388</label> - <path>videodb://2/5</path> + <path>videodb://tvshows/studios/</path> <icon>DefaultStudios.png</icon> </node> diff --git a/system/library/video/tvshows/tags.xml b/system/library/video/tvshows/tags.xml index f959299c8f..90c8880ec9 100644 --- a/system/library/video/tvshows/tags.xml +++ b/system/library/video/tvshows/tags.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="6" type="folder"> <label>20459</label> - <path>videodb://2/9</path> <icon>DefaultTags.png</icon> + <path>videodb://tvshows/tags/</path> </node> diff --git a/system/library/video/tvshows/titles.xml b/system/library/video/tvshows/titles.xml index 58d9f90afb..653770ce0e 100644 --- a/system/library/video/tvshows/titles.xml +++ b/system/library/video/tvshows/titles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="2" type="folder"> <label>369</label> - <path>videodb://2/2</path> + <path>videodb://tvshows/titles/</path> <icon>DefaultTVShowTitle.png</icon> </node> diff --git a/system/library/video/tvshows/years.xml b/system/library/video/tvshows/years.xml index 17c4579e90..994bfabaf2 100644 --- a/system/library/video/tvshows/years.xml +++ b/system/library/video/tvshows/years.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="3" type="folder"> <label>562</label> - <path>videodb://2/3</path> + <path>videodb://tvshows/years/</path> <icon>DefaultYear.png</icon> </node> diff --git a/system/library/video_flat/movies.xml b/system/library/video_flat/movies.xml index 39bbb46147..0b53ebe7d6 100644 --- a/system/library/video_flat/movies.xml +++ b/system/library/video_flat/movies.xml @@ -1,6 +1,6 @@ <?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> + <path>videodb://movies/titles/</path> <icon>DefaultMovies.png</icon> </node> diff --git a/system/library/video_flat/musicvideos.xml b/system/library/video_flat/musicvideos.xml index 93052a2b05..d5aed3a8d0 100644 --- a/system/library/video_flat/musicvideos.xml +++ b/system/library/video_flat/musicvideos.xml @@ -1,6 +1,6 @@ <?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> + <path>videodb://musicvideos/titles/</path> <icon>DefaultMusicVideos.png</icon> </node> diff --git a/system/library/video_flat/recentlyaddedepisodes.xml b/system/library/video_flat/recentlyaddedepisodes.xml index ba968b4cc0..caf13574d8 100644 --- a/system/library/video_flat/recentlyaddedepisodes.xml +++ b/system/library/video_flat/recentlyaddedepisodes.xml @@ -2,5 +2,5 @@ <node order="11" type="folder" visible="Library.HasContent(TVShows)"> <label>20387</label> <icon>DefaultRecentlyAddedEpisodes.png</icon> - <path>videodb://5</path> + <path>videodb://recentlyaddedepisodes/</path> </node> diff --git a/system/library/video_flat/recentlyaddedmovies.xml b/system/library/video_flat/recentlyaddedmovies.xml index 3b7e660820..1363d4b854 100644 --- a/system/library/video_flat/recentlyaddedmovies.xml +++ b/system/library/video_flat/recentlyaddedmovies.xml @@ -2,5 +2,5 @@ <node order="10" type="folder" visible="Library.HasContent(Movies)"> <label>20386</label> <icon>DefaultRecentlyAddedMovies.png</icon> - <path>videodb://4</path> + <path>videodb://recentlyaddedmovies/</path> </node> diff --git a/system/library/video_flat/recentlyaddedmusicvideos.xml b/system/library/video_flat/recentlyaddedmusicvideos.xml index a91e9eb4ac..e8b886e3fc 100644 --- a/system/library/video_flat/recentlyaddedmusicvideos.xml +++ b/system/library/video_flat/recentlyaddedmusicvideos.xml @@ -2,5 +2,5 @@ <node order="12" type="folder" visible="Library.HasContent(MusicVideos)"> <label>20390</label> <icon>DefaultRecentlyAddedMusicVideos.png</icon> - <path>videodb://6</path> + <path>videodb://recentlyaddedmusicvideos/</path> </node> diff --git a/system/library/video_flat/tvshows.xml b/system/library/video_flat/tvshows.xml index 37d14879dd..aa1c7836a3 100644 --- a/system/library/video_flat/tvshows.xml +++ b/system/library/video_flat/tvshows.xml @@ -1,6 +1,6 @@ <?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> + <path>videodb://tvshows/titles/</path> <icon>DefaultTVShows.png</icon> </node> |