LukePulverenti Luke Pulverenti luke pulverenti
|
f428c976aa
|
Added a default user handler
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
e52833059b
|
Moved server configuration to the model so that the UI can read it
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
a7b0dd1534
|
Added a weather api
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
caa369c1a3
|
A few serialization fixes
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
cb7f04e4d3
|
Upgraded Protobuf, and added api support for it
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
578ec7c5a5
|
Don't run series and movie resolvers against VF's
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
a0d69b3804
|
Added Protobuf to BaseSerializationHandler
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
42a2835633
|
Removed vf collection type
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
c124672636
|
Added more image api methods
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
0ff432ea4e
|
Addede VfType to DtoBaseItem
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
cc25bd579b
|
Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
278cf89a88
|
Changed some types to List to avoid having to call ToList for insertion purposes
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
2b8f23dff4
|
Updated reactive extensions
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
992bd8c1d9
|
Tweaked media streaming to not call process.waitforexit
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
2454b72c93
|
Comments and cleanup. ALso updated ffmpeg + ffprobe
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
977f8e970a
|
Added VideoType.ISO and trimmed Person output size
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
4527a18738
|
Removed generics from IBNItem
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
1786b846d6
|
Tweaked DTOBaseItem creation
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
f2de85b5d9
|
Added VideoInfo to DTOBaseItem
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
fbf8cc833c
|
a few more async optimizations
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
aae259d2cd
|
Initial check-in of VideoInfoProvider, although it's currently disabled.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
ab01b49f64
|
Added more Audio fields to DTOBaseItem
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
da23355fcc
|
Added AudioInfo to DTOBaseItem
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
fd2ead1aff
|
Added support for more Audio fields
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
e0acb3a74b
|
Added support for additional image types
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
0ec2ab5b7b
|
Change LocalTrailers to use DTO return type
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
937d27ae9d
|
One async call leads to another, and another, all the way up the call stack...
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
64887fa743
|
Renamed DTOBaseITem.IsRecentlyAdded to IsNew
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
f392de9b69
|
Renamed watched to played (since we support audio)
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
3e86104641
|
Moved ffmpeg to the controller project and added ffprobe
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
59a3dcc8c1
|
Slight re-work of ApplicationPaths so that we can have inherited versions for the UI and Server
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
a508a997d9
|
Added a VirtualFolder entity, a resolver, and a CollectionType property.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
1e61debf2d
|
Updated service stack json and reactive extensions to the latest
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
6d7c29f6c8
|
Added IsRoot and IsVirtualFolder to DTOBaseItem
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
9c456c63c8
|
Added more IBN api methods
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
7835d690a1
|
Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
f32f000298
|
Removed more kernel methods and deprecated the Configuration and HtmlBrowser projects. They've both been replaced by the new WebDashboard project.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
ed018a8bea
|
Moved some logic into domain entities, which is possible now that we're embracing DTO's
|
12 years ago |
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
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
5c094afd7e
|
Made BaseJsonHandler strongly typed. Moved DTO entities to their own DTO namespace in Model.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
8a2e0badae
|
Updated ffmpeg
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
3802297b1b
|
Fixed handler async
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
78bbb1cf8f
|
Added resolution params to the video handler
|
12 years ago |
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
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
0788f435c1
|
Added GetItemsWithPerson
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
ee1fa6e816
|
Implemented some IBN functionality - GetPerson, GetYear, GetStudio, GetGenre
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
cbfc2ac368
|
more video improvements
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
5f5f2fcdb4
|
Added some intelligence to the video handler. try to just copy the audio stream when possible, instead of encoding.
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
0a310fab0e
|
Removed unused field
|
12 years ago |
LukePulverenti Luke Pulverenti luke pulverenti
|
78dad0af96
|
Improved audio handler to only specify channels and sample rate when we're downmixing
|
12 years ago |