Gary Wilber
|
f4edca7c27
|
Move MetadataRefreshThrottler to BaseItemManager
|
4 years ago |
Gary Wilber
|
eb04773c79
|
Use the get or add argument
|
4 years ago |
Gary Wilber
|
50c9083bc0
|
remove unnecessary parentheses
|
4 years ago |
Gary Wilber
|
449f7e1b1e
|
update based on suggestions
|
4 years ago |
Gary Wilber
|
89041982c2
|
Use ConcurrentDictionary's in DirectoryService
|
4 years ago |
Erwin de Haan
|
208b00fbb1
|
Add the item path to the ItemLookupInfo class.
This is important for the Shoko Anime Meatdata provider plugin.
|
4 years ago |
Patrick Barron
|
9fa4fff15d
|
Merge branch 'master' into event-rewrite-1
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
|
4 years ago |
Bond_009
|
404bb4f835
|
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
|
4 years ago |
Patrick Barron
|
98ed90c4a2
|
Merge branch 'master' into event-rewrite-1
|
4 years ago |
Bond_009
|
2b400c99ef
|
Fix warnings
|
4 years ago |
crobibero
|
1325815182
|
Remove IHttpClient from Providers
|
4 years ago |
crobibero
|
2e0c2336cc
|
Remove IHttpClient from IRemoteImageProvider
|
4 years ago |
Patrick Barron
|
ca1f15af19
|
Move GenericEventArgs to Jellyfin.Data.Events
|
4 years ago |
Mark Monteiro
|
0e9164351b
|
Merge remote-tracking branch 'upstream/master' into external-id-type
|
4 years ago |
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
4 years ago |
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
4 years ago |
telans
|
9018f8d8be
|
Add full stop at end of comments (SA1629)
|
4 years ago |
Mark Monteiro
|
4f6e5591ec
|
Remove 'General' as an ExternalIdMediaType, and instead use 'null' to represent a general external id type
|
5 years ago |
Mark Monteiro
|
d06fee75b6
|
Rename Name to ProviderName
|
5 years ago |
Mark Monteiro
|
c82f7eeca1
|
Clean up some doc comments
|
5 years ago |
Mark Monteiro
|
67edf1b7f5
|
Do not convert 'Type' value to string unnecessarily, and do not replace 'General' type with null
|
5 years ago |
Mark Monteiro
|
422d5b2b68
|
Move ExternalIdMediaType enum to MediaBrowser.Model
|
5 years ago |
Mark Monteiro
|
e5c857ac36
|
Rename external id type 'None' to 'General'
|
5 years ago |
Mark Monteiro
|
526e47c362
|
Clean up documentation
|
5 years ago |
Mark Monteiro
|
96acd6481e
|
Merge branch 'master' into externalid-type
|
5 years ago |
Patrick Barron
|
9ad839c776
|
Initial migration code
|
5 years ago |
Bond_009
|
787049f35f
|
Merge branch 'master' into minor
|
5 years ago |
Luke Foust
|
0fb78cf54b
|
Add documentation around Name, Id, and Type. Changed ExternalIdType to ExternalIdMediaType
|
5 years ago |
Luke Foust
|
9bdb99fe92
|
Add type to externalids to distinguish them in the UI
|
5 years ago |
dkanada
|
4f195f289c
|
remove useless interface
|
5 years ago |
dkanada
|
52fde64f10
|
remove unused files and fix some future warnings
|
5 years ago |
Bond_009
|
a07ee65365
|
Minor improvements
|
5 years ago |
Bond_009
|
ddf9b38799
|
Simplify image processing by removing image enhancers
|
5 years ago |
Bond_009
|
d9a03c9bb1
|
Fix more warnings
|
5 years ago |
Bond_009
|
e4f893a0eb
|
More warning fixes
|
5 years ago |
Bond-009
|
6032f31aa6
|
Use CultureInvariant string conversion for Guids
|
5 years ago |
Claus Vium
|
8985fb8d58
|
Remove support for games as a media type
|
6 years ago |
Bond_009
|
883575893b
|
Change image dimentions from double to int
Rename ImageSize -> ImageDimensions
|
6 years ago |
Erwin de Haan
|
38f96af079
|
Reformat JustAMan review pt2 changes
Refs #575
|
6 years ago |
Erwin de Haan
|
e867446437
|
ReSharper format: conform inline 'out' parameters.
|
6 years ago |
Erwin de Haan
|
ba610b5094
|
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
|
6 years ago |
Erwin de Haan
|
3ed6f37030
|
EditorConfig reformat: MediaBrowser.Controller
|
6 years ago |
Erwin de Haan
|
26ca4b607b
|
Visual Studio Reformat: MediaBrowser.Controller
|
6 years ago |
Joshua M. Boniface
|
c888879599
|
Merge pull request #541 from cvium/fix_providermanager_guid
Change ItemId to Guid in ProviderManager
|
6 years ago |
cvium
|
0abe5b6ec3
|
Change ItemId to Guid like all the others
|
6 years ago |
hawken
|
bd169e4fd4
|
remove trailing whitespace
|
6 years ago |
Bond_009
|
340a2c6512
|
Post GPL cleanup
|
6 years ago |
Bond_009
|
b1ccd6bad9
|
Fix build post GPL change
|
6 years ago |
Bond_009
|
b7ebb67cbb
|
Remove the need for NullLogger
|
6 years ago |
Bond_009
|
3d3ec3588b
|
Mark where ILogger is being set to null
|
6 years ago |
Bond_009
|
0f8b3c6347
|
Use Microsoft.Extensions.Logging abstraction
|
6 years ago |
Andrew Rabert
|
a86b71899e
|
Add GPL modules
|
6 years ago |
stefan
|
48facb797e
|
Update to 3.5.2 and .net core 2.1
|
6 years ago |
Luke Pulverenti
|
5cb7469028
|
support track selection before playback
|
7 years ago |
Luke Pulverenti
|
0351c968c3
|
reduce file checks during library scan
|
7 years ago |
Luke Pulverenti
|
43eec485e9
|
fix book providers
|
7 years ago |
Luke Pulverenti
|
51ca72ab5d
|
adjust default provider order
|
7 years ago |
Luke Pulverenti
|
a5b82cd2ec
|
remove unneeded async signatures
|
7 years ago |
Luke Pulverenti
|
cdd79ec7e2
|
update owned items
|
7 years ago |
Luke Pulverenti
|
eb63e0d264
|
update image processor
|
7 years ago |
Luke Pulverenti
|
e441e2f53d
|
update active recordings
|
7 years ago |
Luke Pulverenti
|
1ad990ad72
|
update live tv data transfer
|
7 years ago |
Luke Pulverenti
|
6b28eee2db
|
rework episode queries
|
7 years ago |
Luke Pulverenti
|
e7425e6205
|
revert servicestack.text update
|
7 years ago |
Luke Pulverenti
|
40442f887b
|
consolidate emby.server.core into emby.server.implementations
|
7 years ago |
Luke Pulverenti
|
52aeb3c40b
|
consolidate interfaces
|
7 years ago |
Luke Pulverenti
|
2ed625d27e
|
update themes
|
7 years ago |
Luke Pulverenti
|
401d82eea7
|
fixes #2559 - movie.nfo being ignored
|
7 years ago |
Luke Pulverenti
|
1e5c3db9eb
|
support individual library refreshing
|
8 years ago |
Luke Pulverenti
|
ffb68b0318
|
update realtime monitor
|
8 years ago |
Luke Pulverenti
|
33014f77aa
|
update GetItems method
|
8 years ago |
Luke Pulverenti
|
696a6b34ea
|
improve smb support
|
8 years ago |
Luke Pulverenti
|
a9b041a7e6
|
rework refresh queue
|
8 years ago |
Luke Pulverenti
|
04b6f23473
|
3.2.9.1
|
8 years ago |
Luke Pulverenti
|
6091e00e18
|
clean related files when deleting items
|
8 years ago |
Luke Pulverenti
|
ac3ec6d185
|
update image saver
|
8 years ago |
Luke Pulverenti
|
b0c0b77aed
|
improve series recording images
|
8 years ago |
Luke Pulverenti
|
ef6b90b8e6
|
make controller project portable
|
8 years ago |
Luke Pulverenti
|
bba0c564c7
|
remove dead interface objects
|
8 years ago |
Luke Pulverenti
|
daaae69df5
|
add playback of in-progress recordings
|
8 years ago |
Luke Pulverenti
|
5cd3276775
|
pass requested fields to data layer
|
8 years ago |
Luke Pulverenti
|
50e6686987
|
update live stream management
|
8 years ago |
softworkz
|
9f5cf9de0c
|
Added MetadataResult.QueriedById property
|
8 years ago |
softworkz
|
896cc59936
|
Prioritize metadata merging by preferred language
|
8 years ago |
Luke Pulverenti
|
d4324b7e89
|
add chapter image error handling
|
8 years ago |
softworkz
|
bd4ffa898e
|
Programmatic provider id handling for xml and nfo persistence
|
8 years ago |
Eric Reed
|
47ceccb240
|
Read MCM CollectionNumber
|
8 years ago |
softworkz
|
ac4023ed47
|
Core server preparation for new "TV Maze Provider Plugin"
|
8 years ago |
Luke Pulverenti
|
894d87fabb
|
add file cache
|
8 years ago |
Luke Pulverenti
|
c3d8115bc8
|
update directory service
|
8 years ago |
Luke Pulverenti
|
0706bd5237
|
update DirectoryService
|
8 years ago |
Luke Pulverenti
|
eb321dad3b
|
fix DateModified not refreshing
|
8 years ago |
Luke Pulverenti
|
2733c598b2
|
remove unused components
|
9 years ago |
Luke Pulverenti
|
37d7db4bc4
|
support xmltv gzip
|
9 years ago |
Luke Pulverenti
|
ae168bc563
|
update tag saving
|
9 years ago |
Luke Pulverenti
|
977f62336b
|
update storage of genres, studios, tags, & keywords
|
9 years ago |
Luke Pulverenti
|
88415471eb
|
add trakt external url
|
9 years ago |
Luke Pulverenti
|
4e624c2cef
|
removed dead code
|
9 years ago |
Luke Pulverenti
|
15f0832a04
|
deprecate refreshinfo db
|
9 years ago |
Luke Pulverenti
|
a4d1c9e6e4
|
update sqlite
|
9 years ago |