Commit graph

1757 commits

Author SHA1 Message Date
softworkz
5bc7089990 Create new series backend implementation 2016-02-27 00:59:03 +01:00
Luke Pulverenti
cd144bc6f5 update photo resolver 2016-02-25 10:12:22 -05:00
Luke Pulverenti
b1e35d248b update login 2016-02-24 22:15:07 -05:00
Luke Pulverenti
f989c2d993 update mkv timestamps 2016-02-24 02:11:35 -05:00
Luke Pulverenti
c7fe8587cb stub out ForegroundLayer param 2016-02-23 14:48:58 -05:00
Luke Pulverenti
47eb22e25e fixes #1481 - Transcoding of sub/idx not working 2016-02-22 22:41:30 -05:00
Luke Pulverenti
ad8b43cc3d update local pin feature 2016-02-21 01:25:25 -05:00
Luke Pulverenti
dacdfd272a fix subtitle position after seek in chrome 2016-02-20 01:57:17 -05:00
Luke Pulverenti
bc6e47c30a removed dead code 2016-02-18 14:15:26 -05:00
Luke Pulverenti
600aa76865 update recordings 2016-02-15 23:54:20 -05:00
Luke Pulverenti
d48ba8dbc1 update smart match tab 2016-02-13 01:39:23 -05:00
Luke Pulverenti
2bd49a779b update delete smart match entry 2016-02-13 01:19:28 -05:00
Luke Pulverenti
b30bd9a1df update recording deletion process 2016-02-11 23:54:00 -05:00
Luke Pulverenti
de39408217 update person editor 2016-02-09 12:13:50 -05:00
Luke Pulverenti
2247cd8794 update auto-organize 2016-02-09 12:13:38 -05:00
Luke Pulverenti
fcd15da1e6 update progressive encoding 2016-02-07 16:48:08 -05:00
Luke
b398b4eaab Merge pull request #1432 from softworkz/SeriesDetectionV2
Supersedes #1192: Auto-Organize - Added feature to remember/persist series matching in manual organization dialog
2016-02-06 22:24:18 -05:00
Luke Pulverenti
16145380d9 update android init 2016-02-05 12:04:38 -05:00
Luke Pulverenti
32013f5ae5 deprecate merge setting 2016-02-05 11:04:18 -05:00
softworkz
3a868e28b3 Auto-Organize: Added feature to remember/persist series matching in manual organization dialog #2
When a filename cannot be auto-matched to an existing series name, the
organization must be performed manually.
Unfortunately not just once, but again and again for each episode coming
in.
This change proposes a simple but solid method to optionally persist the
matching condition from within the manual organization dialog.
This approach will make Emby "learn" how to organize files in the future
without user interaction.
2016-02-05 05:21:25 +01:00
Luke Pulverenti
7614707dad update pin login service 2016-02-04 13:03:40 -05:00
Luke Pulverenti
d8c654f329 stub out pin login service 2016-02-04 12:50:24 -05:00
Luke Pulverenti
950912bd03 update components 2016-01-30 13:31:31 -05:00
Luke Pulverenti
c47eef0e90 default to include hidden 2016-01-29 23:54:42 -05:00
Luke Pulverenti
3835657a23 remove no_accurate seek 2016-01-29 14:52:50 -05:00
Luke Pulverenti
55128c308a add logging 2016-01-28 01:39:02 -05:00
Luke Pulverenti
95ae1c5f7b add back MergeMetadataAndImagesByName 2016-01-27 01:31:31 -05:00
Luke Pulverenti
772dba319f deprecate options 2016-01-26 13:19:05 -05:00
Luke Pulverenti
69d0464ca6 throttle people requests 2016-01-22 21:32:14 -05:00
Luke Pulverenti
2f1996b773 resolve config caching issue 2016-01-20 14:54:06 -05:00
Luke Pulverenti
35e48e4990 trim logging 2016-01-20 13:11:02 -05:00
Luke Pulverenti
f26693c9a3 add back api keys 2016-01-19 22:02:14 -05:00
Luke Pulverenti
a2a620a4c4 add delete to multi-select 2016-01-19 14:03:46 -05:00
Luke Pulverenti
0cd008bcb9 update commonio 2016-01-16 22:24:24 -05:00
Luke Pulverenti
e0f47a4c28 add aspect ratio to search results 2016-01-16 00:01:57 -05:00
Luke Pulverenti
a3ded01bce update identification feature 2016-01-15 14:15:51 -05:00
Luke Pulverenti
8a2e023e28 Merge branch 'dev'
Conflicts:
	MediaBrowser.Controller/Entities/BaseItem.cs
	MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-apiclient/.bower.json
	MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/.bower.json
	MediaBrowser.WebDashboard/dashboard-ui/bower_components/iron-icons/.bower.json
	MediaBrowser.WebDashboard/dashboard-ui/bower_components/iron-icons/bower.json
	MediaBrowser.WebDashboard/dashboard-ui/strings/html/kk.json
	MediaBrowser.WebDashboard/dashboard-ui/strings/html/ru.json
	MediaBrowser.WebDashboard/dashboard-ui/strings/javascript/kk.json
	MediaBrowser.WebDashboard/dashboard-ui/strings/javascript/ru.json
	SharedVersion.cs
2016-01-11 21:55:52 -05:00
Luke
ba4ca10ae2 Merge pull request #1396 from faush01/master
Report Fixes
2016-01-11 21:51:21 -05:00
Shaun
9eaf22e54e add a new endpoint param IsFavorite and use it for reports 2016-01-12 13:22:52 +11:00
Luke Pulverenti
18a6cd629c add EndPointInfo class 2016-01-09 16:27:30 -05:00
Luke Pulverenti
61c2048555 reduce excess logging 2016-01-09 12:58:47 -05:00
Luke Pulverenti
3790eff69e update transcoding throttle 2016-01-09 12:58:27 -05:00
Luke Pulverenti
82c4297347 reduce excess logging 2016-01-09 12:12:09 -05:00
Luke Pulverenti
162f10239e update transcoding throttle 2016-01-08 23:27:58 -05:00
Shaun
cb751893a8 if HasQueryLimit is false then set start and limit to null so it includes all results 2016-01-07 18:38:40 +11:00
Shaun
0c6edf9773 add Not Favorite to filters 2016-01-07 17:21:13 +11:00
Luke Pulverenti
6f53f7ee1d update mp3 transcoding 2016-01-04 12:47:00 -05:00
Luke Pulverenti
1135ad0fe2 update mp3 transcoding 2016-01-03 16:35:19 -05:00
Luke Pulverenti
98a7f5b5d7 revert segment length change 2016-01-03 14:01:43 -05:00
Luke Pulverenti
82b8d60720 get stable and beta server packages from github 2016-01-02 20:23:09 -05:00