index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Controller
/
Providers
/
ImageFromMediaLocationProvider.cs
Age
Commit message (
Collapse
)
Author
2013-06-09
added a providers assembly
Luke Pulverenti
2013-05-30
standardize knowledge of supported image extensions
Luke Pulverenti
2013-05-30
remote control progress
Luke Pulverenti
2013-05-30
support plex/xbmc conventions for primary images and backdrops
Luke Pulverenti
2013-05-18
fixes #281 - Metadata images incomplete
Luke Pulverenti
2013-05-04
add basic ability to upload images for items
Luke Pulverenti
2013-05-01
more work on streaming remotely
Luke Pulverenti
2013-04-30
added play buttons to song table
Luke Pulverenti
2013-04-28
fixes #200 - MB3 Locking Folders for a long time
Luke Pulverenti
2013-04-15
more task reduction
Luke Pulverenti
2013-04-14
support box, menu & screenshot images
Luke Pulverenti
2013-03-14
Add resume capability to GetTempFile
LukePulverenti
2013-03-13
#11 - Image change in Trailer folder is only picked up on server start
LukePulverenti
2013-03-08
extracted provider manager. took more off the kernel
LukePulverenti
2013-03-04
Created IConfigurationManager
LukePulverenti
2013-03-02
fix provider logging messages
LukePulverenti
2013-02-23
moved some network code to the networking assembly
LukePulverenti
2013-02-23
type discovery without attributes
LukePulverenti
2013-02-20
Pushing missing changes
LukePulverenti
2012-09-11
More code cleanups
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-11
Some minor code cleanups
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-10
Moved some entities to the main project
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-09
Fixed clearart image path
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-08
Moved TV into the main project and added Series properties to DTOBaseItem
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-24
Changed some types to List to avoid having to call ToList for insertion purposes
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-23
More comments and cleanup. Added special feature provider for movies
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-21
a few more async optimizations
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-21
Tweaked disk access a little bit more
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20
Further reduced disk access in ItemController
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20
Fixed a file system issue and also added a few more performance tweaks
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20
Switched to low-level io methods for better performance
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20
Fully async'd xml parsing process as well as added resolver and provider ↵
LukePulverenti Luke Pulverenti luke pulverenti
priorities
2012-08-20
Update IBN types to use providers
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-19
One async call leads to another, and another, all the way up the call stack...
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-19
Added initial implementation of the metadata provider network, along with ↵
LukePulverenti Luke Pulverenti luke pulverenti
the first few providers