Leonardo Galli
cbc70a8ff3
Added option to specify preferred words in quality profile. ( #462 )
...
* UI Done
* Should theoretically work.
* Preferred tags works now correctly :)
2017-01-27 20:01:28 +01:00
Jordan
a89e662721
Update GeneralViewTemplate.hbs
...
Updated Wiki link to Radarr
2017-01-25 16:34:35 -08:00
Tim Turner
692841478c
Add link to Activity -> History Tab ( #408 )
...
Fixes #365
2017-01-24 16:12:58 -05:00
Devin Buhl
2c56d60678
#292 - Allow longer threshold for RSS Sync ( #428 )
...
* #292 - Allow longer threshold for RSS Sync
Update RSS Sync interval default to 60 minutes, and don't allow values below 60 or higher than 720 minutes (12 hours)
* allow minimum of 10 mintes
2017-01-24 21:26:51 +01:00
hotio
a0c8127ecf
Update to favicon section, according to ( #416 )
...
* Update to favicon section, according to
http://realfavicongenerator.net/
* Windows start not as expected
* re-add msapplication-navbutton-color
2017-01-24 21:23:42 +01:00
Devin Buhl
05f61df59e
update default sort order ( #429 )
...
#426
2017-01-24 21:16:22 +01:00
Devin Buhl
2b579eb0d3
Merge pull request #385 from hotio/ui-logos
...
Ui logos
2017-01-22 23:21:23 -05:00
hotio
791121fa06
Proper ico and favicon
2017-01-22 23:32:01 +01:00
Tim Turner
ec6b389d75
Fix duplicate key prefixing
2017-01-22 16:59:53 -05:00
Tim Turner
f38430d632
Update localstorage key prefixes
2017-01-22 16:24:22 -05:00
Tim Turner
266f28883a
Prefix localstorage keys with "Radarr"
...
Updates #285
2017-01-22 15:54:41 -05:00
hotio
f8162b34f2
Update UI logos
2017-01-22 21:07:12 +01:00
Tim Turner
80ec66b47c
Prefix Keys with "Radarr"
...
Makes progress on #285
2017-01-22 10:09:10 -05:00
Devin Buhl
ec5161e848
Add more filter options to movie list
2017-01-22 04:58:04 -05:00
Devin Buhl
0ec54daaff
Merge pull request #373 from baltoaca/develop
...
search selected button in wanted tab works
2017-01-21 19:27:00 -05:00
Tim Turner
3ed1bebb7d
Fix #228 - Fix Drone Factory interval input not saving
2017-01-21 18:06:10 -05:00
Vlad Ilies
29ae088a3d
search selected button in wanted tab works
...
* switched MoviesSearchCommand to a list of id's
* adapted the MovieSearchService
* adapted UI files to use the new command
2017-01-21 23:43:58 +02:00
Krystian Charubin
a691ffa7b7
adds 'Movie Title, The' filename option ( #359 )
...
* adds 'Movie Title, The' filename option
* updates the FileNameBuilder.MovieTitleRegex to include new format
2017-01-20 17:42:14 -05:00
Devin Buhl
3ab3e66853
Add year to quick search results
2017-01-19 19:56:26 -05:00
Leonardo Galli
2d3a3a0677
Update sizing information in settings tab.
2017-01-19 17:40:25 +01:00
Tim Turner
2bb21fedab
Update height of posters to accomodate additional labels
2017-01-18 17:24:32 -05:00
Tim Turner
4f4ad77ad1
Add download status to poster view
...
Fixes #319
2017-01-18 16:54:17 -05:00
Devin Buhl
cbb2b778a6
Merge pull request #336 from Radarr/patch/add-imdb-to-naming
...
Add IMDb ID to file naming
2017-01-18 15:11:16 -05:00
Devin Buhl
b3e03a648d
Add IMDb ID to file naming
2017-01-18 14:53:29 -05:00
Vlad Ilies
da2d075aa8
basic implementation of the wanted tab ( #31 )
...
* top buttons don't yet work
* new missing module for movies
* find missing movies method to movie service
* new movie status cell with text
* adapted UI missing collection and layout
2017-01-18 20:53:17 +02:00
Aenima99x
99123be936
Fix: Issue #91 - "Search All Missing" wording
2017-01-17 09:00:56 -08:00
Leonardo Galli
dd0a033b0f
Add Support for changing file date to either cinema or physical release.
...
Fixes #124
2017-01-17 15:02:48 +01:00
Leonardo Galli
4263808360
Fix only one movie showing. Fix more button not showing up.
2017-01-17 13:21:40 +01:00
Leonardo Galli
c5ca2babf7
Updated website and donation links
2017-01-17 13:07:02 +01:00
Tim Turner
2730745607
Clean up rename preview & organize
...
Fixes #125 , #129 ,
BE SURE TO RUN "Update Library" before renaming/organizing.
2017-01-16 18:43:32 -05:00
Tim Turner
ae0df2aef0
Disambiguate Movie from Episode Renaming
...
Fixes #84
2017-01-16 17:12:27 -05:00
Leonardo Galli
967d3fd5c0
Add Calendar Tab back. Fixes #32
2017-01-16 22:40:59 +01:00
Vlad Ilies
30d2b41fbb
Added movie studio to movie details page ( #262 )
...
* modified Movie model
* db migration
* ui template modification
2017-01-16 20:57:43 +02:00
Vlad Ilies
56a5b6ec89
Added trailer link to movie links ( #255 ) ( #282 )
...
* added YouTubeTrailerId to movie model
* db migration for new column
* added videos to append_to_response for tmdb
* increased height of .series-posters-item
* new handlebar helper to build the trailer url
2017-01-15 15:17:24 -05:00
Tim Turner
c2d40051d4
First pass at hiding existing movies upon import
...
Fixes #183
2017-01-15 11:34:43 -05:00
Tim Turner
7c5f2ca54e
95% done with hiding existing movies
2017-01-14 23:04:31 -05:00
Devin Buhl
8fb5049899
Add in theaters to 1st coumn in movie list
2017-01-14 16:43:51 -05:00
Leonardo Galli
8c3260c545
Remove file count, unecessary after the file info tab was added
...
Fixes #215 .
2017-01-14 11:41:39 +01:00
Leonardo Galli
29586667cb
Files tab is now present. ( #245 )
...
* Adding file info tab. Not finished yet.
* Adding more media info options.
* Deleting files now works. Fixes #127
* Fix button for modifying episode files.
* Get Media Info when running DiskScanService.
2017-01-13 19:03:37 -05:00
William Comartin
f7471940c4
Add Missing Filter ( #237 )
2017-01-13 20:57:25 +01:00
Devin Buhl
3a6873cc4d
Merge pull request #232 from Radarr/patch/awesomehd
...
awesomeHD indexer support - Clean up Deluge, Transmission, rTorrent, QBitTorrent - Fix Sorting Titles
2017-01-13 13:15:52 -05:00
Devin Buhl
ad824d4da5
Finally fix for sorting title (hopefully)
2017-01-13 12:16:12 -05:00
Leonardo Galli
e76c160afe
Downloaded column should now use the correct quality name. Fixes #210 .
2017-01-13 18:13:39 +01:00
vertigo235
4038ce18c3
update movie monitor tooltip ( #223 )
2017-01-13 16:08:24 +01:00
Leonardo Galli
5a8d944397
Fixed sorting in movie list view. Also added new downloaded quality column.
...
Fixes #128
2017-01-12 23:07:09 +01:00
Devin Buhl
f198ca2b77
Merge pull request #177 from Radarr/patch/sort-title
...
Movies in list don't sort correctly #174
2017-01-12 01:08:32 -05:00
William Comartin
604cea00f6
Replace Sonarr With Radarr in UI Directory
2017-01-11 21:42:47 -05:00
Tim Turner
b4782da1d1
Update sortValue when selecting movie for manual import
2017-01-11 19:29:22 -05:00
Devin Buhl
d5504043c5
Movies in list don't sort correctly #174
2017-01-11 19:06:08 -05:00
Leonardo Galli
92e9dc6ee1
Fix sorting of unkown release date.
2017-01-11 22:39:07 +01:00