diff --git a/1080i/DialogVideoInfo.xml b/1080i/DialogVideoInfo.xml
index 374e33a..785826e 100644
--- a/1080i/DialogVideoInfo.xml
+++ b/1080i/DialogVideoInfo.xml
@@ -307,7 +307,6 @@
SendClick(2003,6)
-
- !System.HasAddon(script.artwork.downloader)
-
@@ -319,7 +318,7 @@
XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=movie, dbid=$INFO[ListItem.DBID])
RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])
- System.HasAddon(script.artwork.downloader)
+ false
-
diff --git a/1080i/View_Movies.xml b/1080i/View_Movies.xml
index e9ca68e..6a3389b 100644
--- a/1080i/View_Movies.xml
+++ b/1080i/View_Movies.xml
@@ -40,7 +40,7 @@
4-col-gutter
396
stretch
- colors/black.png
+ defaultPoster.png
colors/white.png
3
textboxInactive
@@ -94,7 +94,7 @@
4-col-gutter
396
stretch
- $INFO[ListItem.Art(poster)]
+ $INFO[ListItem.Art(poster)]
colors/white.png
3
ff666666
diff --git a/1080i/View_Seasons.xml b/1080i/View_Seasons.xml
index 6c11b0d..d5adb72 100644
--- a/1080i/View_Seasons.xml
+++ b/1080i/View_Seasons.xml
@@ -89,7 +89,7 @@
4-col-gutter
396
stretch
- colors/black.png
+ defaultPoster.png
colors/white.png
3
textboxInactive
@@ -139,7 +139,7 @@
4-col-gutter
396
scale
- $INFO[ListItem.thumb]
+ $INFO[ListItem.thumb]
colors/white.png
3
ff666666
diff --git a/1080i/View_TVShows.xml b/1080i/View_TVShows.xml
index 2efeae4..548b0a2 100644
--- a/1080i/View_TVShows.xml
+++ b/1080i/View_TVShows.xml
@@ -27,7 +27,7 @@
!isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)
col-1-begin
row-5-begin
- 12-col
+ 1800
25-row
9000
60
@@ -35,114 +35,70 @@
50
activateWindow(home)
60
-
+
0
0
- 1-col
- 3-row
- scale
- $INFO[Listitem.thumb]
+ 6-col-gutter
+ 4-col-gutter
+ scale
+ $INFO[Listitem.art(fanart)]
+ colors/white.png
+ 3
- 1-col
+ 0
0
- 11-col
- 3-row
+ 6-col-gutter
+ 4-col-gutter
+ vignette.png
+ ffffffff
stretch
- colors/black.png
- textboxInactive
-
- 1-col-indent
- 0
- 8-col-gutter
- 2-row
- center
- itemTitle
- textActive
- -
-
-
-
- 1-col-indent
- 1-row
- 11-col-gutter
- 2-row
- center
- itemSubTitle
- textActive
- -
-
-
-
- IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)
- 12
- 0
- 4-col
- 2-row
- right
- center
- itemSubTitle
- textActive
-
+
+ 0
+ row-3-begin
+ 6-col-gutter
+ 2-col-gutter
+ keep
+ $INFO[ListItem.Art(clearlogo)]
-
-
- 0
- 0
- 1-col
- 3-row
- scale
- $INFO[Listitem.thumb]
+
+
-
-
+
+
+
-
-
- 1-col
- 0
- 11-col
- 3-row
- stretch
- colors/white.png
- highlight
-
-
- 1-col-indent
- 0
- 8-col-gutter
- 2-row
- center
- itemTitle
- textActive
- -
-
-
-
- 1-col-indent
- 1-row
- 11-col-gutter
- 2-row
- center
- itemSubTitle
- textActive
- -
-
-
-
- IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)
- 12
- 0
- 4-col
- 2-row
- right
- center
- itemSubTitle
- textActive
-
+
+ 0
+ 0
+ 6-col-gutter
+ 4-col-gutter
+ scale
+ $INFO[Listitem.art(fanart)]
+ colors/white.png
+ 3
+ ffffffff
+
+
+ 3
+ 3
+ 402
+ 258
+ vignette.png
+ ffffffff
+ stretch
+
+
+ 0
+ row-3-begin
+ 6-col-gutter
+ 2-col-gutter
+ keep
+ $INFO[ListItem.Art(clearlogo)]
+
diff --git a/1080i/View_VideoRecentItems.xml b/1080i/View_VideoRecentItems.xml
index 577337c..52f2abc 100644
--- a/1080i/View_VideoRecentItems.xml
+++ b/1080i/View_VideoRecentItems.xml
@@ -171,7 +171,7 @@
288
stretch
colors/black.png
- colors/offblack.png
+ defaultPoster.png
3
textboxInactive
@@ -260,7 +260,7 @@
288
stretch
colors/black.png
- colors/offblack.png
+ defaultPoster.png
3
textboxInactive
diff --git a/changelog.txt b/changelog.txt
index 4294103..1d2e8fa 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -26,19 +26,19 @@
***To do***
-Reinstate artwork downloader into videoinfo (replace existing artwork button? No - but need to integrate both somehow!)
-
DialogPVRinfo - button update
Touchscreen controls
revise the TVShow view (looks kinda clunky)
-CREATE A BETTER LOGO!
+Add Artwork downloader link to 2nd level side menu
+
+CREATE A BETTER SKIN LOGO!
Addons manager - clean up a bit.
-DefaultAlbum redesign
-implement Default posters and thumbs for video section
+
+Design Fallbacks for posters and album covers
diff --git a/media/DefaultPoster.png b/media/DefaultPoster.png
new file mode 100644
index 0000000..3717e05
Binary files /dev/null and b/media/DefaultPoster.png differ