LukePulverenti Luke Pulverenti luke pulverenti
|
f68137ec4a
|
Added api methods to get movie special features
|
2012-09-09 21:52:33 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
8530e69878
|
Removed user item rating mode for now - it's too much work for the ui devs
|
2012-09-09 15:06:56 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
2441ba0c6d
|
Added api methods to set user ratings for items
|
2012-09-09 15:00:19 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
c1c4c85fc2
|
Added some favorites api calls
|
2012-09-09 14:32:51 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
8e9571e828
|
Added GetVideoStreamUrl to ApiClient
|
2012-09-09 11:15:22 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
86f162fd7c
|
Added aac to the AudioResolver
|
2012-09-09 10:03:49 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
9f1a7845dd
|
Added GetAudioStreamUrl to ApiClient
|
2012-09-09 09:56:04 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
8b39ed2f63
|
Moved TV into the main project and added Series properties to DTOBaseItem
|
2012-09-08 15:05:18 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
2ca4e8b1c2
|
Added a SeriesInfo DTO
|
2012-09-08 10:51:40 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
8fc828361e
|
Updated authentication
|
2012-09-07 12:17:39 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
3e0c2165b6
|
Added the first method to portable ApiClient
|
2012-09-06 21:45:24 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
82be5ff50d
|
Added user dates
|
2012-09-06 16:29:33 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
3538789e46
|
Added User authentication
|
2012-09-06 14:38:29 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
26aef6b082
|
Implemented UI plugin downloading
|
2012-09-03 15:12:02 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
4500f1d11b
|
Added an api method to download the list of installed plugins from the server
|
2012-09-03 14:15:07 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
31357d3298
|
Updated plugins to store their assemblies directly in the plugins folder
|
2012-09-03 12:40:35 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
caa369c1a3
|
A few serialization fixes
|
2012-08-29 15:37:05 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
cb7f04e4d3
|
Upgraded Protobuf, and added api support for it
|
2012-08-29 08:21:56 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
42a2835633
|
Removed vf collection type
|
2012-08-27 08:18:59 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
0ff432ea4e
|
Addede VfType to DtoBaseItem
|
2012-08-24 13:49:07 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
977f8e970a
|
Added VideoType.ISO and trimmed Person output size
|
2012-08-23 08:59:40 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
4527a18738
|
Removed generics from IBNItem
|
2012-08-23 08:50:41 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
f2de85b5d9
|
Added VideoInfo to DTOBaseItem
|
2012-08-22 08:56:44 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
ab01b49f64
|
Added more Audio fields to DTOBaseItem
|
2012-08-20 08:20:51 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
da23355fcc
|
Added AudioInfo to DTOBaseItem
|
2012-08-20 08:09:42 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
fd2ead1aff
|
Added support for more Audio fields
|
2012-08-19 22:05:55 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
211ef34249
|
Adding missing file to previous local trailer checkin
|
2012-08-19 20:14:34 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
64887fa743
|
Renamed DTOBaseITem.IsRecentlyAdded to IsNew
|
2012-08-19 13:02:26 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
f392de9b69
|
Renamed watched to played (since we support audio)
|
2012-08-19 13:00:52 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
6d7c29f6c8
|
Added IsRoot and IsVirtualFolder to DTOBaseItem
|
2012-08-18 12:45:11 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
9c456c63c8
|
Added more IBN api methods
|
2012-08-18 12:27:34 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
7835d690a1
|
Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size.
|
2012-08-18 04:22:54 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5c6ec34a9c
|
Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper to ApiBaseItemContainer. Added Person and Studio DTO's to BaseItemWrapper
|
2012-08-17 12:47:35 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5c094afd7e
|
Made BaseJsonHandler strongly typed. Moved DTO entities to their own DTO namespace in Model.
|
2012-08-17 09:16:50 -04:00 |
|