Luke Pulverenti
022c242f3a
remove tvdb split by comma
2016-05-10 22:20:49 -04:00
Luke Pulverenti
0edd4e410a
fix dashboard page
2016-05-06 02:02:10 -04:00
nfnty
6d7349284f
Use HTTPS for API requests: TheMovieDb: base_url -> secure_base_url
2016-04-29 10:52:18 +02:00
Luke Pulverenti
87091b6196
update providers
2016-04-27 21:59:09 -04:00
Luke Pulverenti
5fc4233942
update change monitors
2016-04-27 17:09:52 -04:00
Luke Pulverenti
9ec3b6c0eb
update change monitors
2016-04-27 16:52:09 -04:00
Luke Pulverenti
d0aece61e7
fixes for episodes directly in series folder
2016-04-27 15:41:12 -04:00
Luke Pulverenti
69622a74a8
faster cleanup of missing episodes
2016-04-25 23:39:21 -04:00
nfnty
0879089eb5
Use HTTPS for API requests
2016-04-23 06:47:15 +02:00
Luke Pulverenti
57b5fa73ee
pull content rating from tmdb for series
2016-04-18 23:14:45 -04:00
Luke Pulverenti
916b148274
don't use omdb for missing episodes
2016-04-18 00:25:43 -04:00
Luke Pulverenti
e31aec4bc5
update metadata refresh
2016-04-08 14:32:38 -04:00
Sven Van den brande
168587b2a0
Remove unused code...
2016-03-27 23:11:27 +02:00
Luke Pulverenti
05ea65ede0
fix series nfo parsing
2016-03-26 01:44:01 -04:00
softworkz
c0cf5ea0c9
MovieDbEpisodeProvider: Implement GetSearchResults to allow usage from auto-organize
2016-03-24 15:44:11 +01:00
Luke Pulverenti
5d0abc280d
fixes #1404 - [BUG] Emby recreating old folder name after renaming/moving folder
2016-03-24 02:04:58 -04:00
softworkz
a3a333d168
TheTVDB Episode Provider: Fixed incorrect fallback to absolute episode numbering
2016-03-23 01:43:05 +01:00
softworkz
362839f253
Re-Organize TV provider source files
2016-03-17 00:18:07 +01:00
Luke Pulverenti
734ebdab95
update moviedb providers
2016-03-12 10:19:35 -05:00
Luke Pulverenti
21ebd05a0e
update MovieDb providers to search for images using all languages
2016-03-04 12:38:51 -05:00
Luke Pulverenti
22377f2516
auto-organize fixes
2016-03-04 12:07:14 -05:00
softworkz
6c50734131
Created new Metadata provider for TheMovieDB: MovieDbEpisodeProvider
...
Most of the required logic already existed in
MovieDbEpisodeImageProvider.
In order to avoid duplicated code, I have moved all common code to a new
base class "MovieDbProviderBase" from which MovieDbEpisodeProvider and
MovieDbEpisodeImageProvider are inheriting now.
2016-03-03 03:08:44 +01:00
Luke Pulverenti
b30bd9a1df
update recording deletion process
2016-02-11 23:54:00 -05:00
Luke Pulverenti
426b6f698c
fix pt-br with tvdb
2016-01-26 14:06:02 -05:00
Luke Pulverenti
c33992765c
fix pt-br from tvdb
2016-01-24 23:12:47 -05:00
Luke Pulverenti
9842749643
trim logging
2016-01-21 14:45:52 -05:00
Luke Pulverenti
1c8b97866b
get people info during media refresh
2016-01-21 13:50:43 -05:00
Luke Pulverenti
94261b7669
update episode refresh
2016-01-16 22:24:12 -05:00
Luke Pulverenti
0355ada899
update tvdb
2016-01-16 14:02:25 -05:00
softworkz
182f1da03e
Added OmdbEpisodeProvider as an alternative source for series episodes
...
This new episode provider implementation does not bulk-download or cache
episode data. It is only meant to be a backup source for situations
where media is not recognized by the default provider (TheTvDb).
2016-01-12 05:54:26 +01:00
softworkz
9063827bab
Fixed missing episode and season numbers when searching for episodes by date
2015-12-29 03:59:23 +01:00
Luke
da5fc95612
fixes #1145 - Improve support for daily episodes
2015-12-25 16:18:27 -05:00
Luke Pulverenti
73b1e227d3
fix tvdb lookup by imdb id
2015-12-18 11:43:42 -05:00
Luke Pulverenti
3800fe9051
fixes #1216 - Scraper (thetvdb) searches in wrong language
2015-12-01 22:10:04 -05:00
Luke Pulverenti
77104e2a20
update tv providers
2015-11-29 15:01:14 -05:00
Luke Pulverenti
57fe446225
fix fanart season images
2015-11-25 21:58:41 -05:00
Luke Pulverenti
0c7e06648c
encapsulate validity in tv providers
2015-10-21 01:09:50 -04:00
softworkz
091792145f
Remote-Search: Fixed providers to return year information when searching for series
...
* OmdbProvider: The result often contains strings like '2010-' or
'2010-2012'. I fixed the parsing to use the first 4 digits only in these
cases
* TheMovieDb: While the search method did send appropriate queries for
different search types, it didn't differentiate for deserialization of
results. I fixed this at least for the TvResults, in order to get the
'first_air_date' property parsed.
* TheTvdb: The parsing of the 'FirstAired' node was missing here as
well (for search results)
2015-10-06 00:38:18 +02:00
Luke Pulverenti
078277ebc2
continue file system rework
2015-10-04 00:23:11 -04:00
Luke Pulverenti
8ad702060e
begin file system rework
2015-10-03 23:38:46 -04:00
Luke Pulverenti
35fc099114
removed dead db fields
2015-09-29 13:35:23 -04:00
Thomas Gillen
6d25610d53
Fix not initialising structs properly
2015-09-19 23:56:59 +01:00
Thomas Gillen
556b34d000
Re-designed item identity providers
2015-09-19 22:25:19 +01:00
Luke Pulverenti
aff7309a08
update ffmpeg with qsv-compatible version
2015-09-18 13:50:24 -04:00
Luke Pulverenti
8cf45a3e4a
add more methods to IFileSystem
2015-09-13 19:07:54 -04:00
Luke
14de062681
update file system methods
2015-09-13 17:32:02 -04:00
Luke Pulverenti
609d2283c6
update polymer
2015-07-23 22:48:10 -04:00
Luke Pulverenti
d4fad83ee2
update favorites page
2015-07-09 01:52:25 -04:00
Luke Pulverenti
b1be09242c
update people saving
2015-06-28 21:10:45 -04:00
Luke Pulverenti
b3dd4beb8a
update people saving
2015-06-28 13:00:36 -04:00