diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..87ea22b9b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: csharp +solution: src/NzbDrone.sln +script: # the following commands are just examples, use whatever your build process requires + - ./build.sh + - chmod +x test.sh +# - ./test.sh Linux Unit Takes far too long, maybe even crashes travis :/ +install: + - sudo apt-get install nodejs + - sudo apt-get install npm diff --git a/readme.md b/readme.md index c1aa3d5a9..c615441d6 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Radarr # +# Radarr [![Build Status](https://travis-ci.org/galli-leo/Radarr.svg?branch=develop)](https://travis-ci.org/galli-leo/Radarr)# This fork of Sonarr aims to turn it into something like Couchpotato. diff --git a/src/UI/AddMovies/Existing/AddExistingSeriesCollectionViewTemplate.hbs b/src/UI/AddMovies/Existing/AddExistingSeriesCollectionViewTemplate.hbs index d613a52d4..0928c0f38 100644 --- a/src/UI/AddMovies/Existing/AddExistingSeriesCollectionViewTemplate.hbs +++ b/src/UI/AddMovies/Existing/AddExistingSeriesCollectionViewTemplate.hbs @@ -1,5 +1,5 @@
- Loading search results from TheTVDB for your series, this may take a few minutes. + Loading search results from TheTVDB for your movies, this may take a few minutes.
\ No newline at end of file diff --git a/src/UI/AddMovies/NotFoundViewTemplate.hbs b/src/UI/AddMovies/NotFoundViewTemplate.hbs index e2d99bb63..7cc6eb25a 100644 --- a/src/UI/AddMovies/NotFoundViewTemplate.hbs +++ b/src/UI/AddMovies/NotFoundViewTemplate.hbs @@ -2,6 +2,6 @@

Sorry. We couldn't find any movies matching '{{term}}'

- Why can't I find my show? + [UPDATE LINK] Why can't I find my movie? diff --git a/src/UI/AddMovies/RootFolders/RootFolderCollectionView.js b/src/UI/AddMovies/RootFolders/RootFolderCollectionView.js index f781f21d7..f0704f342 100644 --- a/src/UI/AddMovies/RootFolders/RootFolderCollectionView.js +++ b/src/UI/AddMovies/RootFolders/RootFolderCollectionView.js @@ -2,7 +2,7 @@ var Marionette = require('marionette'); var RootFolderItemView = require('./RootFolderItemView'); module.exports = Marionette.CompositeView.extend({ - template : 'AddSeries/RootFolders/RootFolderCollectionViewTemplate', + template : 'AddMovies/RootFolders/RootFolderCollectionViewTemplate', itemViewContainer : '.x-root-folders', itemView : RootFolderItemView }); \ No newline at end of file diff --git a/src/UI/AddMovies/RootFolders/RootFolderItemView.js b/src/UI/AddMovies/RootFolders/RootFolderItemView.js index a0e98100b..7397f4e94 100644 --- a/src/UI/AddMovies/RootFolders/RootFolderItemView.js +++ b/src/UI/AddMovies/RootFolders/RootFolderItemView.js @@ -1,7 +1,7 @@ var Marionette = require('marionette'); module.exports = Marionette.ItemView.extend({ - template : 'AddSeries/RootFolders/RootFolderItemViewTemplate', + template : 'AddMovies/RootFolders/RootFolderItemViewTemplate', className : 'recent-folder', tagName : 'tr', diff --git a/src/UI/AddMovies/RootFolders/RootFolderLayout.js b/src/UI/AddMovies/RootFolders/RootFolderLayout.js index 6dae383d7..f48890076 100644 --- a/src/UI/AddMovies/RootFolders/RootFolderLayout.js +++ b/src/UI/AddMovies/RootFolders/RootFolderLayout.js @@ -7,7 +7,7 @@ var AsValidatedView = require('../../Mixins/AsValidatedView'); require('../../Mixins/FileBrowser'); var Layout = Marionette.Layout.extend({ - template : 'AddSeries/RootFolders/RootFolderLayoutTemplate', + template : 'AddMovies/RootFolders/RootFolderLayoutTemplate', ui : { pathInput : '.x-path' diff --git a/src/UI/AddMovies/RootFolders/RootFolderLayoutTemplate.hbs b/src/UI/AddMovies/RootFolders/RootFolderLayoutTemplate.hbs index 83cb9535d..1d6eae265 100644 --- a/src/UI/AddMovies/RootFolders/RootFolderLayoutTemplate.hbs +++ b/src/UI/AddMovies/RootFolders/RootFolderLayoutTemplate.hbs @@ -5,7 +5,7 @@