Luke Pulverenti
2c6a9892f2
update translations
2014-04-08 00:17:18 -04:00
Luke Pulverenti
c60103df64
chromecast updates
2014-04-06 13:53:23 -04:00
Luke Pulverenti
e4001ec92b
add latest translations
2014-04-05 11:02:50 -04:00
Luke Pulverenti
0200911afc
add latest translations
2014-04-02 17:55:19 -04:00
Luke Pulverenti
21308be83f
Add latest translations
2014-04-01 18:23:07 -04:00
Luke Pulverenti
bb5386bb3a
added more remote control commands
2014-03-31 17:04:22 -04:00
Luke Pulverenti
c0801e4f6d
added web client localization
2014-03-30 22:33:10 -04:00
Luke Pulverenti
5a014b093c
add localization stub
2014-03-30 21:00:47 -04:00
Luke Pulverenti
f756e39b9d
restored live tv playback in the web client
2014-03-30 12:49:40 -04:00
Luke Pulverenti
39ea2adbc5
create separate media encoding project
2014-03-27 15:30:21 -04:00
Luke Pulverenti
4d1d2bbaa1
Add more channel features
2014-03-18 13:05:57 -04:00
Luke Pulverenti
53749f077b
progress on channels api
2014-03-17 21:45:41 -04:00
Luke Pulverenti
d55af4f529
support grouping behind boxsets
2014-03-15 00:14:07 -04:00
Luke Pulverenti
d494944767
calculate item by name counts on the fly
2014-03-09 18:14:44 -04:00
Luke Pulverenti
1ead63b0d1
add column sorting to reports
2014-03-08 13:17:05 -05:00
Luke Pulverenti
e00985d07c
#715 - Support creating/editing collections (boxsets) in web client
2014-03-07 10:53:23 -05:00
Luke Pulverenti
2349c8099d
start on manual collection creation
2014-03-06 00:17:13 -05:00
Luke Pulverenti
83619ef25a
added app theme classes and service
2014-02-27 23:49:02 -05:00
Luke Pulverenti
f0f897e97e
updated nuget
2014-02-27 11:25:04 -05:00
Luke Pulverenti
13563b6047
Add upnp configuration
2014-02-25 23:38:21 -05:00
Luke Pulverenti
88b4a8f6e6
added chromecast icon
2014-02-23 12:29:02 -05:00
Luke Pulverenti
014c06ea43
updated bdinfo
2014-02-21 22:42:58 -05:00
Luke Pulverenti
f8c44f538d
fix dvd info
2014-02-21 17:14:30 -05:00
Luke Pulverenti
888b8d619a
added encoding manager interface
2014-02-20 11:37:41 -05:00
Luke Pulverenti
4ebba2b2e8
change usage reporting to a timer
2014-02-15 17:42:06 -05:00
Luke Pulverenti
eec9e04825
take photos into the core
2014-02-13 00:11:54 -05:00
Luke Pulverenti
d0f1a83621
added more image providers
2014-02-08 15:02:35 -05:00
Luke Pulverenti
7c5b222463
Created ILibraryMonitor to replace IDirectoryWatchers
2014-01-28 16:25:10 -05:00
Luke Pulverenti
ad82c9f5e9
New provider system. Only for people right now
2014-01-28 13:37:01 -05:00
Luke Pulverenti
9d40b684bf
#680 - episode organization
2014-01-22 12:05:06 -05:00
Luke Pulverenti
c798529cac
#680 - Support new episode file sorting
2014-01-20 11:09:53 -05:00
Luke Pulverenti
d4bdd42acf
#680 - Support new episode file sorting added dummy results repository
2014-01-19 13:08:17 -05:00
Luke Pulverenti
a9f2a72d0b
#680 - Support new episode file sorting
2014-01-19 01:36:21 -05:00
Luke Pulverenti
d2cae40128
rework news downloading
2014-01-18 23:25:01 -05:00
Luke Pulverenti
7f51148130
display news on dashboard home page
2014-01-18 16:52:01 -05:00
Luke Pulverenti
7d4f33f0e0
add new fields from omdb
2014-01-15 00:01:58 -05:00
Luke Pulverenti
57a2a30989
added automatic restart option
2014-01-11 15:13:18 -05:00
Luke Pulverenti
ef8b02d285
added dvdlib for better dvd runtimes
2014-01-11 00:49:18 -05:00
abeloin
65dcf32da4
Added missing condition for managed System.Data.SQLite.dll
2014-01-08 06:32:42 -05:00
Luke Pulverenti
650dc0ccac
added new search params
2014-01-07 15:12:39 -05:00
Luke Pulverenti
b9d17c9bc7
add more methods to file system interface
2014-01-01 13:26:31 -05:00
Luke Pulverenti
72412038a8
updated sqlite
2013-12-27 10:02:57 -05:00
abeloin
320495a565
Add Mono conditon in Server.Implementations for Mono System.Data.SQLite version
2013-12-25 20:46:34 -05:00
abeloin
316500dca4
-Replaced Mono.Data.SQLite by System.Data.SQLite(ManagedOnly)
...
-Added System.Data.SQLite and Sqlite3 into ThirdParty
-Depending of the OS, System.Data.SQLite will look for:
sqlite3.dll in Windows(Provided with the project)
libsqlite3.so.0 in Linux(Need to be installed. ie yum install sqlite.i686)
libsqlite3.dylib in MacOS X(!?)
(See http://www.mono-project.com/Interop_with_Native_Libraries for more info)
2013-12-25 19:40:53 -05:00
abeloin
68cf16416b
Linux fixes:
...
-Copy PropertyChanged.Fody.dll to Tools/Fody in MediaBrowser.Model.csproj
-Check if root for WebSocketServer.FlashAccessPolicyEnabled (port < 1024)
-Check resolution value !=0 before SetResolution
-Catch _userManager.RefreshUsersMetadata exception when running MB3 for the first time
-Fix _appHost.Init() missing argument
-FFmpeg: set default and execute permission(766) to ffmpeg and ffprobe
-FFmpeg: Detect the OS type and download the correct version
-Rename MediaBrowser.WebDashboard/dashboard-ui/scripts/Itemdetailpage.js to itemdetailpage.js
2013-12-25 14:26:49 -05:00
Luke Pulverenti
bb5e6fdcad
hook up roku session controller + web client layout fixes
2013-12-25 09:39:46 -05:00
Luke Pulverenti
ce8f37de79
added stub for roku remote controller
2013-12-23 19:00:27 -05:00
Luke Pulverenti
cd859ac2e6
added IHasImages and IHasUserData
2013-12-19 16:51:32 -05:00
Luke Pulverenti
01e65c93ee
updated live tv + nuget
2013-12-14 20:17:57 -05:00
Luke Pulverenti
2c22de3773
update tv recording page
2013-12-12 23:06:38 -05:00