diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 5d5dcbc289..d0c1e853e0 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -5,8 +5,10 @@ var tips = [ 'Did you know that editing the artist or album of a music video will allow it to appear on the artist page?', 'Did you know that editing the tmdb id, tvdb id, and/or games db id of an album will allow media browser to link it to a movie, series or game as a soundtrack?', - 'Did you know you can re-order your media collections by editing their sort names?', - 'Did you know you series, seasons, games and boxsets can have local trailers?' + 'Did you know that you can re-order your media collections by editing their sort names?', + 'Did you know that series, seasons, games and boxsets can have local trailers?', + 'Did you know that movies can have special features by placing them in a "specials" sub-folder underneath the movie folder?', + 'Did you know that the trailer plugin can automatically download trailers for existing movies in your collection?' ]; var random = Math.floor((Math.random() * tips.length * 2));