From 6ffc335491ddc03949c7d43fb349746bc94797ca Mon Sep 17 00:00:00 2001 From: ronie Date: Tue, 10 Jan 2017 20:49:51 +0100 Subject: [cosmetics] cleanup xml library nodes --- system/library/music/addons.xml | 6 +++--- system/library/music/albums.xml | 6 +++--- system/library/music/artists.xml | 6 +++--- system/library/music/compilations.xml | 6 +++--- system/library/music/files.xml | 6 +++--- system/library/music/genres.xml | 8 ++++---- system/library/music/musicroles/Arrangers.xml | 6 ------ system/library/music/musicroles/Composers.xml | 6 ------ system/library/music/musicroles/Conductors.xml | 6 ------ system/library/music/musicroles/DJMixers.xml | 6 ------ system/library/music/musicroles/Lyricists.xml | 6 ------ system/library/music/musicroles/Orchestras.xml | 6 ------ system/library/music/musicroles/Remixers.xml | 6 ------ system/library/music/musicroles/arrangers.xml | 6 ++++++ system/library/music/musicroles/composers.xml | 6 ++++++ system/library/music/musicroles/conductors.xml | 6 ++++++ system/library/music/musicroles/djmixers.xml | 6 ++++++ system/library/music/musicroles/lyricists.xml | 6 ++++++ system/library/music/musicroles/orchestras.xml | 6 ++++++ system/library/music/musicroles/remixers.xml | 6 ++++++ system/library/music/musicvideos/albums.xml | 8 ++++---- system/library/music/musicvideos/artists.xml | 8 ++++---- system/library/music/musicvideos/directors.xml | 6 +++--- system/library/music/musicvideos/genres.xml | 8 ++++---- system/library/music/musicvideos/index.xml | 4 ++-- system/library/music/musicvideos/studios.xml | 8 ++++---- system/library/music/musicvideos/tags.xml | 8 ++++---- system/library/music/musicvideos/titles.xml | 8 ++++---- system/library/music/musicvideos/years.xml | 8 ++++---- system/library/music/playlists.xml | 6 +++--- system/library/music/recentlyaddedalbums.xml | 6 +++--- system/library/music/recentlyplayedalbums.xml | 6 +++--- system/library/music/singles.xml | 6 +++--- system/library/music/songs.xml | 6 +++--- system/library/music/top100/index.xml | 4 ++-- system/library/music/top100/top100albums.xml | 20 ++++++++++---------- system/library/music/top100/top100songs.xml | 20 ++++++++++---------- system/library/music/years.xml | 8 ++++---- system/library/video/addons.xml | 6 +++--- system/library/video/files.xml | 6 +++--- system/library/video/movies/actors.xml | 8 ++++---- system/library/video/movies/country.xml | 8 ++++---- system/library/video/movies/directors.xml | 8 ++++---- system/library/video/movies/genres.xml | 8 ++++---- system/library/video/movies/index.xml | 5 ++--- system/library/video/movies/recentlyaddedmovies.xml | 8 ++++---- system/library/video/movies/sets.xml | 8 ++++---- system/library/video/movies/studios.xml | 8 ++++---- system/library/video/movies/tags.xml | 8 ++++---- system/library/video/movies/titles.xml | 8 ++++---- system/library/video/movies/years.xml | 9 ++++----- system/library/video/musicvideos/albums.xml | 8 ++++---- system/library/video/musicvideos/artists.xml | 8 ++++---- system/library/video/musicvideos/directors.xml | 6 +++--- system/library/video/musicvideos/genres.xml | 8 ++++---- system/library/video/musicvideos/index.xml | 4 ++-- .../video/musicvideos/recentlyaddedmusicvideos.xml | 8 ++++---- system/library/video/musicvideos/studios.xml | 8 ++++---- system/library/video/musicvideos/tags.xml | 8 ++++---- system/library/video/musicvideos/titles.xml | 8 ++++---- system/library/video/musicvideos/years.xml | 8 ++++---- system/library/video/playlists.xml | 6 +++--- system/library/video/tvshows/actors.xml | 8 ++++---- system/library/video/tvshows/genres.xml | 8 ++++---- system/library/video/tvshows/index.xml | 4 ++-- system/library/video/tvshows/inprogressshows.xml | 8 ++++---- .../library/video/tvshows/recentlyaddedepisodes.xml | 8 ++++---- system/library/video/tvshows/studios.xml | 8 ++++---- system/library/video/tvshows/tags.xml | 8 ++++---- system/library/video/tvshows/titles.xml | 8 ++++---- system/library/video/tvshows/years.xml | 8 ++++---- system/library/video_flat/addons.xml | 6 +++--- system/library/video_flat/files.xml | 6 +++--- system/library/video_flat/inprogressshows.xml | 6 +++--- system/library/video_flat/movies.xml | 8 ++++---- system/library/video_flat/musicvideos.xml | 8 ++++---- system/library/video_flat/playlists.xml | 6 +++--- system/library/video_flat/recentlyaddedepisodes.xml | 6 +++--- system/library/video_flat/recentlyaddedmovies.xml | 6 +++--- .../library/video_flat/recentlyaddedmusicvideos.xml | 6 +++--- system/library/video_flat/tvshows.xml | 8 ++++---- 81 files changed, 290 insertions(+), 292 deletions(-) delete mode 100644 system/library/music/musicroles/Arrangers.xml delete mode 100644 system/library/music/musicroles/Composers.xml delete mode 100644 system/library/music/musicroles/Conductors.xml delete mode 100644 system/library/music/musicroles/DJMixers.xml delete mode 100644 system/library/music/musicroles/Lyricists.xml delete mode 100644 system/library/music/musicroles/Orchestras.xml delete mode 100644 system/library/music/musicroles/Remixers.xml create mode 100644 system/library/music/musicroles/arrangers.xml create mode 100644 system/library/music/musicroles/composers.xml create mode 100644 system/library/music/musicroles/conductors.xml create mode 100644 system/library/music/musicroles/djmixers.xml create mode 100644 system/library/music/musicroles/lyricists.xml create mode 100644 system/library/music/musicroles/orchestras.xml create mode 100644 system/library/music/musicroles/remixers.xml diff --git a/system/library/music/addons.xml b/system/library/music/addons.xml index 9f5f10b674..7a5e89d3df 100644 --- a/system/library/music/addons.xml +++ b/system/library/music/addons.xml @@ -1,6 +1,6 @@ - - DefaultAddonMusic.png - addons://sources/audio/ + + DefaultAddonMusic.png + addons://sources/audio/ diff --git a/system/library/music/albums.xml b/system/library/music/albums.xml index 17c87c6380..67c8c77af6 100644 --- a/system/library/music/albums.xml +++ b/system/library/music/albums.xml @@ -1,6 +1,6 @@ - - DefaultMusicAlbums.png - albums + + DefaultMusicAlbums.png + albums diff --git a/system/library/music/artists.xml b/system/library/music/artists.xml index a8a7651e69..35cfcfbd24 100644 --- a/system/library/music/artists.xml +++ b/system/library/music/artists.xml @@ -1,6 +1,6 @@ - - DefaultMusicArtists.png - artists + + DefaultMusicArtists.png + artists diff --git a/system/library/music/compilations.xml b/system/library/music/compilations.xml index 38de92e212..15ba3dae44 100644 --- a/system/library/music/compilations.xml +++ b/system/library/music/compilations.xml @@ -1,6 +1,6 @@ - - DefaultMusicCompilations.png - musicdb://compilations/ + + DefaultMusicCompilations.png + musicdb://compilations/ diff --git a/system/library/music/files.xml b/system/library/music/files.xml index 6c2556c297..90dc6bc151 100644 --- a/system/library/music/files.xml +++ b/system/library/music/files.xml @@ -1,6 +1,6 @@ - - DefaultFolder.png - sources://music + + DefaultFolder.png + sources://music/ diff --git a/system/library/music/genres.xml b/system/library/music/genres.xml index 25ded7bd4e..e897ad25fb 100644 --- a/system/library/music/genres.xml +++ b/system/library/music/genres.xml @@ -1,7 +1,7 @@ - - DefaultMusicGenres.png - artists - genres + + DefaultMusicGenres.png + artists + genres diff --git a/system/library/music/musicroles/Arrangers.xml b/system/library/music/musicroles/Arrangers.xml deleted file mode 100644 index 2ae489f3b7..0000000000 --- a/system/library/music/musicroles/Arrangers.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=Arranger&albumartistsonly=false - diff --git a/system/library/music/musicroles/Composers.xml b/system/library/music/musicroles/Composers.xml deleted file mode 100644 index b4b50c3ace..0000000000 --- a/system/library/music/musicroles/Composers.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=Composer&albumartistsonly=false - diff --git a/system/library/music/musicroles/Conductors.xml b/system/library/music/musicroles/Conductors.xml deleted file mode 100644 index e4937cd23f..0000000000 --- a/system/library/music/musicroles/Conductors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=Conductor&albumartistsonly=false - diff --git a/system/library/music/musicroles/DJMixers.xml b/system/library/music/musicroles/DJMixers.xml deleted file mode 100644 index f9b59828ba..0000000000 --- a/system/library/music/musicroles/DJMixers.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=DJMixer&albumartistsonly=false - diff --git a/system/library/music/musicroles/Lyricists.xml b/system/library/music/musicroles/Lyricists.xml deleted file mode 100644 index 704d5332f4..0000000000 --- a/system/library/music/musicroles/Lyricists.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=Lyricist&albumartistsonly=false - diff --git a/system/library/music/musicroles/Orchestras.xml b/system/library/music/musicroles/Orchestras.xml deleted file mode 100644 index 1b47c95c03..0000000000 --- a/system/library/music/musicroles/Orchestras.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=Orchestra&albumartistsonly=false - diff --git a/system/library/music/musicroles/Remixers.xml b/system/library/music/musicroles/Remixers.xml deleted file mode 100644 index 7e8149b68b..0000000000 --- a/system/library/music/musicroles/Remixers.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - DefaultMusicGenres.png - musicdb://artists/?role=Remixer&albumartistsonly=false - diff --git a/system/library/music/musicroles/arrangers.xml b/system/library/music/musicroles/arrangers.xml new file mode 100644 index 0000000000..2ae489f3b7 --- /dev/null +++ b/system/library/music/musicroles/arrangers.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=Arranger&albumartistsonly=false + diff --git a/system/library/music/musicroles/composers.xml b/system/library/music/musicroles/composers.xml new file mode 100644 index 0000000000..b4b50c3ace --- /dev/null +++ b/system/library/music/musicroles/composers.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=Composer&albumartistsonly=false + diff --git a/system/library/music/musicroles/conductors.xml b/system/library/music/musicroles/conductors.xml new file mode 100644 index 0000000000..e4937cd23f --- /dev/null +++ b/system/library/music/musicroles/conductors.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=Conductor&albumartistsonly=false + diff --git a/system/library/music/musicroles/djmixers.xml b/system/library/music/musicroles/djmixers.xml new file mode 100644 index 0000000000..f9b59828ba --- /dev/null +++ b/system/library/music/musicroles/djmixers.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=DJMixer&albumartistsonly=false + diff --git a/system/library/music/musicroles/lyricists.xml b/system/library/music/musicroles/lyricists.xml new file mode 100644 index 0000000000..704d5332f4 --- /dev/null +++ b/system/library/music/musicroles/lyricists.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=Lyricist&albumartistsonly=false + diff --git a/system/library/music/musicroles/orchestras.xml b/system/library/music/musicroles/orchestras.xml new file mode 100644 index 0000000000..1b47c95c03 --- /dev/null +++ b/system/library/music/musicroles/orchestras.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=Orchestra&albumartistsonly=false + diff --git a/system/library/music/musicroles/remixers.xml b/system/library/music/musicroles/remixers.xml new file mode 100644 index 0000000000..523377d03a --- /dev/null +++ b/system/library/music/musicroles/remixers.xml @@ -0,0 +1,6 @@ + + + + DefaultMusicGenres.png + musicdb://artists/?role=Remixer&albumartistsonly=false + diff --git a/system/library/music/musicvideos/albums.xml b/system/library/music/musicvideos/albums.xml index 45cae4f99d..ce44b5b6d6 100644 --- a/system/library/music/musicvideos/albums.xml +++ b/system/library/music/musicvideos/albums.xml @@ -1,7 +1,7 @@ - - DefaultMusicAlbums.png - musicvideos - albums + + DefaultMusicAlbums.png + musicvideos + albums diff --git a/system/library/music/musicvideos/artists.xml b/system/library/music/musicvideos/artists.xml index 4588728f02..4913592fd8 100644 --- a/system/library/music/musicvideos/artists.xml +++ b/system/library/music/musicvideos/artists.xml @@ -1,7 +1,7 @@ - - DefaultMusicArtists.png - musicvideos - artists + + DefaultMusicArtists.png + musicvideos + artists diff --git a/system/library/music/musicvideos/directors.xml b/system/library/music/musicvideos/directors.xml index d53263534f..880742b656 100644 --- a/system/library/music/musicvideos/directors.xml +++ b/system/library/music/musicvideos/directors.xml @@ -1,7 +1,7 @@ - DefaultDirector.png - musicvideos - directors + DefaultDirector.png + musicvideos + directors diff --git a/system/library/music/musicvideos/genres.xml b/system/library/music/musicvideos/genres.xml index 751703ab68..ed4812150e 100644 --- a/system/library/music/musicvideos/genres.xml +++ b/system/library/music/musicvideos/genres.xml @@ -1,7 +1,7 @@ - - DefaultGenre.png - musicvideos - genres + + DefaultGenre.png + musicvideos + genres diff --git a/system/library/music/musicvideos/index.xml b/system/library/music/musicvideos/index.xml index 90e2c49b5d..96b24ec64f 100644 --- a/system/library/music/musicvideos/index.xml +++ b/system/library/music/musicvideos/index.xml @@ -1,5 +1,5 @@ - - DefaultMusicVideos.png + + DefaultMusicVideos.png diff --git a/system/library/music/musicvideos/studios.xml b/system/library/music/musicvideos/studios.xml index d63ff7d916..82023a4993 100644 --- a/system/library/music/musicvideos/studios.xml +++ b/system/library/music/musicvideos/studios.xml @@ -1,7 +1,7 @@ - - DefaultStudios.png - musicvideos - studios + + DefaultStudios.png + musicvideos + studios diff --git a/system/library/music/musicvideos/tags.xml b/system/library/music/musicvideos/tags.xml index 0b96db68ac..c63f826200 100644 --- a/system/library/music/musicvideos/tags.xml +++ b/system/library/music/musicvideos/tags.xml @@ -1,7 +1,7 @@ - - DefaultTags.png - musicvideos - tags + + DefaultTags.png + musicvideos + tags diff --git a/system/library/music/musicvideos/titles.xml b/system/library/music/musicvideos/titles.xml index 4bea08ab20..38c5eeae61 100644 --- a/system/library/music/musicvideos/titles.xml +++ b/system/library/music/musicvideos/titles.xml @@ -1,7 +1,7 @@ - - DefaultMusicVideoTitle.png - musicvideos - title + + DefaultMusicVideoTitle.png + musicvideos + title diff --git a/system/library/music/musicvideos/years.xml b/system/library/music/musicvideos/years.xml index 4586495247..f05332203f 100644 --- a/system/library/music/musicvideos/years.xml +++ b/system/library/music/musicvideos/years.xml @@ -1,7 +1,7 @@ - - DefaultYear.png - musicvideos - years + + DefaultYear.png + musicvideos + years diff --git a/system/library/music/playlists.xml b/system/library/music/playlists.xml index 9672d0ed31..feffa4089b 100644 --- a/system/library/music/playlists.xml +++ b/system/library/music/playlists.xml @@ -1,6 +1,6 @@ - - DefaultMusicPlaylists.png - special://musicplaylists/ + + DefaultMusicPlaylists.png + special://musicplaylists/ diff --git a/system/library/music/recentlyaddedalbums.xml b/system/library/music/recentlyaddedalbums.xml index 549d1c2fd4..3f648dc8ec 100644 --- a/system/library/music/recentlyaddedalbums.xml +++ b/system/library/music/recentlyaddedalbums.xml @@ -1,6 +1,6 @@ - - DefaultMusicRecentlyAdded.png - musicdb://recentlyaddedalbums/ + + DefaultMusicRecentlyAdded.png + musicdb://recentlyaddedalbums/ diff --git a/system/library/music/recentlyplayedalbums.xml b/system/library/music/recentlyplayedalbums.xml index 8774f4b2cd..18dfd65570 100644 --- a/system/library/music/recentlyplayedalbums.xml +++ b/system/library/music/recentlyplayedalbums.xml @@ -1,6 +1,6 @@ - - DefaultMusicRecentlyPlayed.png - musicdb://recentlyplayedalbums/ + + DefaultMusicRecentlyPlayed.png + musicdb://recentlyplayedalbums/ diff --git a/system/library/music/singles.xml b/system/library/music/singles.xml index 0457194a91..cb8501d220 100644 --- a/system/library/music/singles.xml +++ b/system/library/music/singles.xml @@ -1,6 +1,6 @@ - - DefaultMusicSongs.png - musicdb://singles/ + + DefaultMusicSongs.png + musicdb://singles/ diff --git a/system/library/music/songs.xml b/system/library/music/songs.xml index 4f24e55002..57e233b157 100644 --- a/system/library/music/songs.xml +++ b/system/library/music/songs.xml @@ -1,6 +1,6 @@ - - DefaultMusicSongs.png - songs + + DefaultMusicSongs.png + songs diff --git a/system/library/music/top100/index.xml b/system/library/music/top100/index.xml index 18546f4d8f..0a33df988a 100644 --- a/system/library/music/top100/index.xml +++ b/system/library/music/top100/index.xml @@ -1,5 +1,5 @@ - - DefaultMusicTop100.png + + DefaultMusicTop100.png diff --git a/system/library/music/top100/top100albums.xml b/system/library/music/top100/top100albums.xml index 3f5b8fbdd6..e5533f10c5 100644 --- a/system/library/music/top100/top100albums.xml +++ b/system/library/music/top100/top100albums.xml @@ -1,12 +1,12 @@ - - - DefaultMusicTop100Albums.png - albums - all - - 0 - - 100 - playcount + + + DefaultMusicTop100Albums.png + albums + all + + 0 + + 100 + playcount diff --git a/system/library/music/top100/top100songs.xml b/system/library/music/top100/top100songs.xml index 7db386c853..96e5231306 100644 --- a/system/library/music/top100/top100songs.xml +++ b/system/library/music/top100/top100songs.xml @@ -1,12 +1,12 @@ - - - DefaultMusicTop100Songs.png - songs - all - - 0 - - 100 - playcount + + + DefaultMusicTop100Songs.png + songs + all + + 0 + + 100 + playcount diff --git a/system/library/music/years.xml b/system/library/music/years.xml index 9b9fd45b35..e72025996a 100644 --- a/system/library/music/years.xml +++ b/system/library/music/years.xml @@ -1,7 +1,7 @@ - - DefaultMusicYears.png - albums - years + + DefaultMusicYears.png + albums + years diff --git a/system/library/video/addons.xml b/system/library/video/addons.xml index 984528c992..c6de28402a 100644 --- a/system/library/video/addons.xml +++ b/system/library/video/addons.xml @@ -1,6 +1,6 @@ - - DefaultAddonVideo.png - addons://sources/video/ + + DefaultAddonVideo.png + addons://sources/video/ diff --git a/system/library/video/files.xml b/system/library/video/files.xml index 2bc53927da..e418b061cf 100644 --- a/system/library/video/files.xml +++ b/system/library/video/files.xml @@ -1,6 +1,6 @@ - - DefaultFolder.png - sources://video + + DefaultFolder.png + sources://video/ diff --git a/system/library/video/movies/actors.xml b/system/library/video/movies/actors.xml index 811b29437b..48a0912272 100644 --- a/system/library/video/movies/actors.xml +++ b/system/library/video/movies/actors.xml @@ -1,8 +1,8 @@ - - DefaultActor.png - movies - actors + + DefaultActor.png + movies + actors diff --git a/system/library/video/movies/country.xml b/system/library/video/movies/country.xml index d1c6995378..1b68b82201 100644 --- a/system/library/video/movies/country.xml +++ b/system/library/video/movies/country.xml @@ -1,7 +1,7 @@ - - DefaultCountry.png - movies - countries + + DefaultCountry.png + movies + countries diff --git a/system/library/video/movies/directors.xml b/system/library/video/movies/directors.xml index 68a0d340f0..f074dcb6c0 100644 --- a/system/library/video/movies/directors.xml +++ b/system/library/video/movies/directors.xml @@ -1,7 +1,7 @@ - - DefaultDirector.png - movies - directors + + DefaultDirector.png + movies + directors diff --git a/system/library/video/movies/genres.xml b/system/library/video/movies/genres.xml index f3fdf269f9..1764b03ed3 100644 --- a/system/library/video/movies/genres.xml +++ b/system/library/video/movies/genres.xml @@ -1,7 +1,7 @@ - - DefaultGenre.png - movies - genres + + DefaultGenre.png + movies + genres diff --git a/system/library/video/movies/index.xml b/system/library/video/movies/index.xml index 7e7a8ee9f3..45e77e4ac5 100644 --- a/system/library/video/movies/index.xml +++ b/system/library/video/movies/index.xml @@ -1,6 +1,5 @@ - - - DefaultMovies.png + + DefaultMovies.png diff --git a/system/library/video/movies/recentlyaddedmovies.xml b/system/library/video/movies/recentlyaddedmovies.xml index 1363d4b854..721d45237a 100644 --- a/system/library/video/movies/recentlyaddedmovies.xml +++ b/system/library/video/movies/recentlyaddedmovies.xml @@ -1,6 +1,6 @@ - - - DefaultRecentlyAddedMovies.png - videodb://recentlyaddedmovies/ + + + DefaultRecentlyAddedMovies.png + videodb://recentlyaddedmovies/ diff --git a/system/library/video/movies/sets.xml b/system/library/video/movies/sets.xml index f87790ec29..4f1e065b30 100644 --- a/system/library/video/movies/sets.xml +++ b/system/library/video/movies/sets.xml @@ -1,7 +1,7 @@ - - DefaultSets.png - movies - sets + + DefaultSets.png + movies + sets diff --git a/system/library/video/movies/studios.xml b/system/library/video/movies/studios.xml index 462fb95474..6dd1f77ed8 100644 --- a/system/library/video/movies/studios.xml +++ b/system/library/video/movies/studios.xml @@ -1,7 +1,7 @@ - - DefaultStudios.png - movies - studios + + DefaultStudios.png + movies + studios diff --git a/system/library/video/movies/tags.xml b/system/library/video/movies/tags.xml index 53c3ae4752..f2f09c370e 100644 --- a/system/library/video/movies/tags.xml +++ b/system/library/video/movies/tags.xml @@ -1,7 +1,7 @@ - - DefaultTags.png - movies - tags + + DefaultTags.png + movies + tags diff --git a/system/library/video/movies/titles.xml b/system/library/video/movies/titles.xml index 53e70446c3..264db298d4 100644 --- a/system/library/video/movies/titles.xml +++ b/system/library/video/movies/titles.xml @@ -1,7 +1,7 @@ - - DefaultMovieTitle.png - movies - sorttitle + + DefaultMovieTitle.png + movies + sorttitle diff --git a/system/library/video/movies/years.xml b/system/library/video/movies/years.xml index 4f2f1d5c9f..226cfa3682 100644 --- a/system/library/video/movies/years.xml +++ b/system/library/video/movies/years.xml @@ -1,8 +1,7 @@ - - DefaultYear.png - movies - years + + DefaultYear.png + movies + years - diff --git a/system/library/video/musicvideos/albums.xml b/system/library/video/musicvideos/albums.xml index 45cae4f99d..ce44b5b6d6 100644 --- a/system/library/video/musicvideos/albums.xml +++ b/system/library/video/musicvideos/albums.xml @@ -1,7 +1,7 @@ - - DefaultMusicAlbums.png - musicvideos - albums + + DefaultMusicAlbums.png + musicvideos + albums diff --git a/system/library/video/musicvideos/artists.xml b/system/library/video/musicvideos/artists.xml index 4588728f02..4913592fd8 100644 --- a/system/library/video/musicvideos/artists.xml +++ b/system/library/video/musicvideos/artists.xml @@ -1,7 +1,7 @@ - - DefaultMusicArtists.png - musicvideos - artists + + DefaultMusicArtists.png + musicvideos + artists diff --git a/system/library/video/musicvideos/directors.xml b/system/library/video/musicvideos/directors.xml index d53263534f..880742b656 100644 --- a/system/library/video/musicvideos/directors.xml +++ b/system/library/video/musicvideos/directors.xml @@ -1,7 +1,7 @@ - DefaultDirector.png - musicvideos - directors + DefaultDirector.png + musicvideos + directors diff --git a/system/library/video/musicvideos/genres.xml b/system/library/video/musicvideos/genres.xml index 751703ab68..ed4812150e 100644 --- a/system/library/video/musicvideos/genres.xml +++ b/system/library/video/musicvideos/genres.xml @@ -1,7 +1,7 @@ - - DefaultGenre.png - musicvideos - genres + + DefaultGenre.png + musicvideos + genres diff --git a/system/library/video/musicvideos/index.xml b/system/library/video/musicvideos/index.xml index 131b0127a8..e58df85e4c 100644 --- a/system/library/video/musicvideos/index.xml +++ b/system/library/video/musicvideos/index.xml @@ -1,5 +1,5 @@ - - DefaultMusicVideos.png + + DefaultMusicVideos.png diff --git a/system/library/video/musicvideos/recentlyaddedmusicvideos.xml b/system/library/video/musicvideos/recentlyaddedmusicvideos.xml index e8b886e3fc..a8ee085e71 100644 --- a/system/library/video/musicvideos/recentlyaddedmusicvideos.xml +++ b/system/library/video/musicvideos/recentlyaddedmusicvideos.xml @@ -1,6 +1,6 @@ - - - DefaultRecentlyAddedMusicVideos.png - videodb://recentlyaddedmusicvideos/ + + + DefaultRecentlyAddedMusicVideos.png + videodb://recentlyaddedmusicvideos/ diff --git a/system/library/video/musicvideos/studios.xml b/system/library/video/musicvideos/studios.xml index d63ff7d916..82023a4993 100644 --- a/system/library/video/musicvideos/studios.xml +++ b/system/library/video/musicvideos/studios.xml @@ -1,7 +1,7 @@ - - DefaultStudios.png - musicvideos - studios + + DefaultStudios.png + musicvideos + studios diff --git a/system/library/video/musicvideos/tags.xml b/system/library/video/musicvideos/tags.xml index 0b96db68ac..c63f826200 100644 --- a/system/library/video/musicvideos/tags.xml +++ b/system/library/video/musicvideos/tags.xml @@ -1,7 +1,7 @@ - - DefaultTags.png - musicvideos - tags + + DefaultTags.png + musicvideos + tags diff --git a/system/library/video/musicvideos/titles.xml b/system/library/video/musicvideos/titles.xml index 4bea08ab20..38c5eeae61 100644 --- a/system/library/video/musicvideos/titles.xml +++ b/system/library/video/musicvideos/titles.xml @@ -1,7 +1,7 @@ - - DefaultMusicVideoTitle.png - musicvideos - title + + DefaultMusicVideoTitle.png + musicvideos + title diff --git a/system/library/video/musicvideos/years.xml b/system/library/video/musicvideos/years.xml index 4586495247..f05332203f 100644 --- a/system/library/video/musicvideos/years.xml +++ b/system/library/video/musicvideos/years.xml @@ -1,7 +1,7 @@ - - DefaultYear.png - musicvideos - years + + DefaultYear.png + musicvideos + years diff --git a/system/library/video/playlists.xml b/system/library/video/playlists.xml index 7b3ab4ce81..f245da9c67 100644 --- a/system/library/video/playlists.xml +++ b/system/library/video/playlists.xml @@ -1,6 +1,6 @@ - - DefaultVideoPlaylists.png - special://videoplaylists/ + + DefaultVideoPlaylists.png + special://videoplaylists/ diff --git a/system/library/video/tvshows/actors.xml b/system/library/video/tvshows/actors.xml index 761e81fab3..8e4f10ea04 100644 --- a/system/library/video/tvshows/actors.xml +++ b/system/library/video/tvshows/actors.xml @@ -1,7 +1,7 @@ - - DefaultActor.png - tvshows - actors + + DefaultActor.png + tvshows + actors diff --git a/system/library/video/tvshows/genres.xml b/system/library/video/tvshows/genres.xml index 69b4dcdeaf..f3445092b0 100644 --- a/system/library/video/tvshows/genres.xml +++ b/system/library/video/tvshows/genres.xml @@ -1,7 +1,7 @@ - - DefaultGenre.png - tvshows - genres + + DefaultGenre.png + tvshows + genres diff --git a/system/library/video/tvshows/index.xml b/system/library/video/tvshows/index.xml index 0aaa40e6f8..c03ffdae3f 100644 --- a/system/library/video/tvshows/index.xml +++ b/system/library/video/tvshows/index.xml @@ -1,5 +1,5 @@ - - DefaultTVShows.png + + DefaultTVShows.png diff --git a/system/library/video/tvshows/inprogressshows.xml b/system/library/video/tvshows/inprogressshows.xml index 8429423c3c..146230c6ca 100644 --- a/system/library/video/tvshows/inprogressshows.xml +++ b/system/library/video/tvshows/inprogressshows.xml @@ -1,6 +1,6 @@ - - - DefaultInProgressShows.png - videodb://inprogresstvshows/ + + + DefaultInProgressShows.png + videodb://inprogresstvshows/ diff --git a/system/library/video/tvshows/recentlyaddedepisodes.xml b/system/library/video/tvshows/recentlyaddedepisodes.xml index caf13574d8..6cf35dbfa6 100644 --- a/system/library/video/tvshows/recentlyaddedepisodes.xml +++ b/system/library/video/tvshows/recentlyaddedepisodes.xml @@ -1,6 +1,6 @@ - - - DefaultRecentlyAddedEpisodes.png - videodb://recentlyaddedepisodes/ + + + DefaultRecentlyAddedEpisodes.png + videodb://recentlyaddedepisodes/ diff --git a/system/library/video/tvshows/studios.xml b/system/library/video/tvshows/studios.xml index 0362dbf443..a7b49b9d3b 100644 --- a/system/library/video/tvshows/studios.xml +++ b/system/library/video/tvshows/studios.xml @@ -1,7 +1,7 @@ - - DefaultStudios.png - tvshows - studios + + DefaultStudios.png + tvshows + studios diff --git a/system/library/video/tvshows/tags.xml b/system/library/video/tvshows/tags.xml index 4682aea5b8..3bf9076d6e 100644 --- a/system/library/video/tvshows/tags.xml +++ b/system/library/video/tvshows/tags.xml @@ -1,7 +1,7 @@ - - DefaultTags.png - tvshows - tags + + DefaultTags.png + tvshows + tags diff --git a/system/library/video/tvshows/titles.xml b/system/library/video/tvshows/titles.xml index 8f32d21912..309389350f 100644 --- a/system/library/video/tvshows/titles.xml +++ b/system/library/video/tvshows/titles.xml @@ -1,7 +1,7 @@ - - DefaultTVShowTitle.png - tvshows - sorttitle + + DefaultTVShowTitle.png + tvshows + sorttitle diff --git a/system/library/video/tvshows/years.xml b/system/library/video/tvshows/years.xml index ae4a745c7b..33675500e8 100644 --- a/system/library/video/tvshows/years.xml +++ b/system/library/video/tvshows/years.xml @@ -1,7 +1,7 @@ - - DefaultYear.png - tvshows - years + + DefaultYear.png + tvshows + years diff --git a/system/library/video_flat/addons.xml b/system/library/video_flat/addons.xml index 984528c992..c6de28402a 100644 --- a/system/library/video_flat/addons.xml +++ b/system/library/video_flat/addons.xml @@ -1,6 +1,6 @@ - - DefaultAddonVideo.png - addons://sources/video/ + + DefaultAddonVideo.png + addons://sources/video/ diff --git a/system/library/video_flat/files.xml b/system/library/video_flat/files.xml index 2bc53927da..e418b061cf 100644 --- a/system/library/video_flat/files.xml +++ b/system/library/video_flat/files.xml @@ -1,6 +1,6 @@ - - DefaultFolder.png - sources://video + + DefaultFolder.png + sources://video/ diff --git a/system/library/video_flat/inprogressshows.xml b/system/library/video_flat/inprogressshows.xml index 8429423c3c..c95c9353c0 100644 --- a/system/library/video_flat/inprogressshows.xml +++ b/system/library/video_flat/inprogressshows.xml @@ -1,6 +1,6 @@ - - DefaultInProgressShows.png - videodb://inprogresstvshows/ + + DefaultInProgressShows.png + videodb://inprogresstvshows/ diff --git a/system/library/video_flat/movies.xml b/system/library/video_flat/movies.xml index 13f2904e84..ff0e5b1c67 100644 --- a/system/library/video_flat/movies.xml +++ b/system/library/video_flat/movies.xml @@ -1,7 +1,7 @@ - - DefaultMovies.png - movies - sorttitle + + DefaultMovies.png + movies + sorttitle diff --git a/system/library/video_flat/musicvideos.xml b/system/library/video_flat/musicvideos.xml index 5922b81343..f986dc7519 100644 --- a/system/library/video_flat/musicvideos.xml +++ b/system/library/video_flat/musicvideos.xml @@ -1,7 +1,7 @@ - - DefaultMusicVideos.png - musicvideos - title + + DefaultMusicVideos.png + musicvideos + title diff --git a/system/library/video_flat/playlists.xml b/system/library/video_flat/playlists.xml index 7b3ab4ce81..f245da9c67 100644 --- a/system/library/video_flat/playlists.xml +++ b/system/library/video_flat/playlists.xml @@ -1,6 +1,6 @@ - - DefaultVideoPlaylists.png - special://videoplaylists/ + + DefaultVideoPlaylists.png + special://videoplaylists/ diff --git a/system/library/video_flat/recentlyaddedepisodes.xml b/system/library/video_flat/recentlyaddedepisodes.xml index caf13574d8..531cba4dcc 100644 --- a/system/library/video_flat/recentlyaddedepisodes.xml +++ b/system/library/video_flat/recentlyaddedepisodes.xml @@ -1,6 +1,6 @@ - - DefaultRecentlyAddedEpisodes.png - videodb://recentlyaddedepisodes/ + + DefaultRecentlyAddedEpisodes.png + videodb://recentlyaddedepisodes/ diff --git a/system/library/video_flat/recentlyaddedmovies.xml b/system/library/video_flat/recentlyaddedmovies.xml index 1363d4b854..4ff3cb3d83 100644 --- a/system/library/video_flat/recentlyaddedmovies.xml +++ b/system/library/video_flat/recentlyaddedmovies.xml @@ -1,6 +1,6 @@ - - DefaultRecentlyAddedMovies.png - videodb://recentlyaddedmovies/ + + DefaultRecentlyAddedMovies.png + videodb://recentlyaddedmovies/ diff --git a/system/library/video_flat/recentlyaddedmusicvideos.xml b/system/library/video_flat/recentlyaddedmusicvideos.xml index e8b886e3fc..698ec4f02b 100644 --- a/system/library/video_flat/recentlyaddedmusicvideos.xml +++ b/system/library/video_flat/recentlyaddedmusicvideos.xml @@ -1,6 +1,6 @@ - - DefaultRecentlyAddedMusicVideos.png - videodb://recentlyaddedmusicvideos/ + + DefaultRecentlyAddedMusicVideos.png + videodb://recentlyaddedmusicvideos/ diff --git a/system/library/video_flat/tvshows.xml b/system/library/video_flat/tvshows.xml index 5f19e4d89b..55d68bf6ea 100644 --- a/system/library/video_flat/tvshows.xml +++ b/system/library/video_flat/tvshows.xml @@ -1,7 +1,7 @@ - - DefaultTVShows.png - tvshows - sorttitle + + DefaultTVShows.png + tvshows + sorttitle -- cgit v1.2.3