LukePulverenti Luke Pulverenti luke pulverenti
|
0ff432ea4e
|
Addede VfType to DtoBaseItem
|
2012-08-24 13:49:07 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
cc25bd579b
|
Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution.
|
2012-08-24 12:24:29 -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
|
1786b846d6
|
Tweaked DTOBaseItem creation
|
2012-08-22 13:01:24 -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
|
fbf8cc833c
|
a few more async optimizations
|
2012-08-21 22:50:59 -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
|
0ec2ab5b7b
|
Change LocalTrailers to use DTO return type
|
2012-08-19 20:13:51 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
937d27ae9d
|
One async call leads to another, and another, all the way up the call stack...
|
2012-08-19 16:38:31 -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
|
3e86104641
|
Moved ffmpeg to the controller project and added ffprobe
|
2012-08-18 16:47:10 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
59a3dcc8c1
|
Slight re-work of ApplicationPaths so that we can have inherited versions for the UI and Server
|
2012-08-18 16:38:02 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
a508a997d9
|
Added a VirtualFolder entity, a resolver, and a CollectionType property.
|
2012-08-18 15:38:27 -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
|
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
|
ed018a8bea
|
Moved some logic into domain entities, which is possible now that we're embracing DTO's
|
2012-08-17 13:37:26 -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 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
3f1af19ce7
|
Re-worked provider id's, api client, moved people to the api item wrapper and added server error handling
|
2012-08-15 09:20:29 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
bae04374e5
|
Fixed stdout/stderr deadlock issue that was causing ffmpeg to hang when working with large files.
|
2012-08-12 00:03:19 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
bda2c81dab
|
Reworked audio transcoding to output directly to response
|
2012-08-10 23:13:56 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
92056c4d3d
|
Added audio transcoding
|
2012-08-10 11:17:52 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
2cab5712a7
|
Added some api client methods, as well as logo and backdrop parents
|
2012-08-03 11:54:05 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
00c22a3454
|
Added ParentLogoItemId to indicate what parent item has a logo
|
2012-08-01 13:20:22 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
8edc1ce710
|
Added ParentId to ApiBaseItem
|
2012-07-31 21:48:51 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5d88dc8575
|
Configuration and serialization improvements
|
2012-07-29 11:19:25 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
80b3ad7bd2
|
Moved the http server to it's own assembly. added comments and made other minor re-organizations.
|
2012-07-19 22:22:44 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
6fbd5cf464
|
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
|
2012-07-16 12:50:44 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5f5f2838b1
|
moved the http server to common, added more http handlers
|
2012-07-12 23:50:50 -04:00 |
|