Luke Pulverenti
35fc099114
removed dead db fields
9 years ago
Luke Pulverenti
718545a79b
update metadata editor
9 years ago
Luke Pulverenti
a7b25c065c
update stream buffering
9 years ago
Luke Pulverenti
a38f04b1b9
added headroom scrolling
10 years ago
Luke Pulverenti
a75ce4197d
3.0.5597.1
10 years ago
Luke Pulverenti
a7b32d4ec0
update audio transcoding bitrate
10 years ago
Mike
6fbbf913e4
Fix season images not showing up when Emby starts.
...
The TvdbSeasonImageProvider was running before the TvdbSeasonImageProvider. This caused the seriesid be null on the series. (This is apparently populated as part of the metadata refresh on the series. Moving that scan before the seasons seems to fix the problem.
See the following code from TvdbSeriesImageProvider
var seriesId = series != null ? series.GetProviderId(MetadataProviders.Tvdb) : null;
if (!string.IsNullOrEmpty(seriesId) && season.IndexNumber.HasValue)
10 years ago
Luke Pulverenti
0708dc953e
add live tv collage
10 years ago
Luke Pulverenti
7fdc6e7e91
support storage of original title
10 years ago
Luke Pulverenti
18ff8aba74
fix language settings inheritance
10 years ago
Luke Pulverenti
e6e5d1a794
sync updates
10 years ago
Luke Pulverenti
7d415fc2fd
some initial work on cloud sync
10 years ago
Luke Pulverenti
83ec91f836
restore dummy season folder creation
10 years ago
Luke Pulverenti
bed6bed5c6
support getting all episodes per series
10 years ago
Luke Pulverenti
a1a56557ec
sync updates
10 years ago
Luke Pulverenti
6755937800
sync updates
10 years ago
Luke Pulverenti
55b9bffabc
added optional SeasonUserData
10 years ago
Luke Pulverenti
42b1416602
begin work on daily episodes
10 years ago
Luke Pulverenti
8807e80d0a
start using user policy
10 years ago
Luke Pulverenti
e55ab989d2
add more sync buttons
10 years ago
Luke Pulverenti
ea9e8b957c
update sync objects
10 years ago
Luke Pulverenti
049ef9b4ec
update naming methods
10 years ago
Luke Pulverenti
5fdd7ec672
add new naming project
10 years ago
Luke Pulverenti
c8a735bcb1
add LocalFileInfo.Id
10 years ago
Luke Pulverenti
6ca771cc79
move user image into profile settings
10 years ago
Luke Pulverenti
f6769b73f2
add MediaInfo to improve media analysis for video files
10 years ago
Luke Pulverenti
33c6c37316
Adjust transcoding throttling
10 years ago
Luke Pulverenti
18a7ddc2fa
add photo album
10 years ago
Luke Pulverenti
9c5cceb4ec
update translations
10 years ago
Luke Pulverenti
3ba6364f25
fixes #887 - Support ttml subtitle output
10 years ago
Luke Pulverenti
2714127d2b
fixes #791 - Support server-side playlists
10 years ago
Luke Pulverenti
97c5b468a0
add dlna channel factory
10 years ago
Luke Pulverenti
ed5bf546c1
fixes #689 - Support grouping latest items
10 years ago
Luke Pulverenti
7fa9b14f56
fixes #762 - Marking unwatched doesn't update display
10 years ago
Thomas Gillen
6ef7e71caa
Fixed absolute episodes being being resolved and the tvdb provider not identifying them
...
Episode resolver will only consider absolute episodes (those without a
season) if the media type is TV Series for the collection.
11 years ago
Luke Pulverenti
1a323767be
Do better to make sure hls files are cleaned up
11 years ago
Luke Pulverenti
13509c1d8d
dlna fixes
11 years ago
Luke Pulverenti
a72a297c88
add more report data
11 years ago
Luke Pulverenti
83619ef25a
added app theme classes and service
11 years ago
Luke Pulverenti
aef805efb9
fix directory not found error in episode organization
11 years ago
Luke Pulverenti
6e5d90bafe
rework checkboxes for block unrated items
11 years ago
Luke Pulverenti
1a9e2dfd83
fixed themoviedb search returning no results
11 years ago
Luke Pulverenti
eec9e04825
take photos into the core
11 years ago
Luke Pulverenti
cf9ef0e43d
fix refresh of tv recordings
11 years ago
Luke Pulverenti
013d5a467e
restored external subtitle support
11 years ago
Luke Pulverenti
7f5a4c2d4e
added item type to refresh info
11 years ago
Luke Pulverenti
d0f1a83621
added more image providers
11 years ago
Luke Pulverenti
b1713a16cd
switch to generic lookup type
11 years ago
Luke Pulverenti
38d88aed58
Inherit custom rating
11 years ago
Luke Pulverenti
821a3d29a2
converted movie providers to new system
11 years ago