Luke Pulverenti
76c7bfcb67
update closing of streams
2016-09-29 08:55:49 -04:00
Luke Pulverenti
68268cfb73
update closing of live streams
2016-09-27 13:51:01 -04:00
Luke Pulverenti
64d63c1b4b
implement keep up to
2016-09-27 01:13:56 -04:00
Luke Pulverenti
adb39f4090
update recording layouts
2016-09-26 14:59:18 -04:00
Luke Pulverenti
d596053ec7
rework live stream handling
2016-09-25 14:39:13 -04:00
Luke Pulverenti
48d7f686eb
update network share settings
2016-09-24 13:58:17 -04:00
Luke Pulverenti
fdc2826709
add network share config
2016-09-24 02:22:03 -04:00
Luke Pulverenti
8b096ccc0e
stub out storage for new path substitution
2016-09-23 02:21:54 -04:00
Luke Pulverenti
bfb2f64ea4
check against repeat programs
2016-09-23 02:20:56 -04:00
Luke Pulverenti
6999017bc9
update recording dialogs
2016-09-21 17:09:14 -04:00
Luke Pulverenti
d94598a75e
update recording screens
2016-09-21 13:07:18 -04:00
Luke Pulverenti
bcfef5dd83
update recording nfo saving
2016-09-20 15:38:53 -04:00
Luke Pulverenti
dd8601f515
update guide image quality
2016-09-20 11:21:44 -04:00
Luke Pulverenti
6798a8f92c
always supply SeriesTimerId
2016-09-19 11:41:35 -04:00
Luke Pulverenti
05edb9f4bd
update timeshifting
2016-09-18 16:38:38 -04:00
Luke Pulverenti
be491f7321
don't take movies as series
2016-09-18 01:52:27 -04:00
Luke Pulverenti
5cfae1ada1
update startup tasks
2016-09-17 02:09:29 -04:00
Luke Pulverenti
cc6680f48f
save nfo during recording process
2016-09-15 19:19:27 -04:00
Luke Pulverenti
3ad2703c35
add guide data error handling
2016-09-15 16:31:08 -04:00
Luke Pulverenti
c335521859
don't use year in series folder name
2016-09-15 02:38:09 -04:00
Luke Pulverenti
38fec0a74a
reduce recording failures
2016-09-15 02:23:39 -04:00
Luke Pulverenti
0c95297269
improve resiliency of recording process
2016-09-14 12:21:33 -04:00
Luke Pulverenti
42d67db1b8
removed dead code
2016-09-12 17:24:05 -04:00
Luke Pulverenti
62d9eb1ec7
rework upnp discovery
2016-09-11 03:33:53 -04:00
Luke Pulverenti
906546ca5e
update dialogs
2016-09-09 02:59:23 -04:00
Luke Pulverenti
232b5758f0
update dialogs
2016-09-08 16:32:30 -04:00
Luke Pulverenti
323d410484
add option to save recordings as mkv
2016-09-08 02:41:49 -04:00
Luke Pulverenti
efebc78cf5
update prompt dialog
2016-09-08 02:15:44 -04:00
Luke Pulverenti
4e0adb17e7
update dialogs
2016-09-07 01:48:14 -04:00
Luke Pulverenti
c3f947f4da
add sports and kids recording categories
2016-09-06 13:59:10 -04:00
Luke Pulverenti
67505e24bd
fix artist editor
2016-09-06 01:02:05 -04:00
Luke Pulverenti
d4324b7e89
add chapter image error handling
2016-09-05 16:07:36 -04:00
Luke Pulverenti
cc7b150b90
update recording layout
2016-09-05 01:39:14 -04:00
Luke Pulverenti
fb251448c9
Rtp Rtcp fix Discovery #2116
2016-09-01 21:54:16 -04:00
Luke Pulverenti
eefd697b85
update app footer
2016-08-31 15:17:11 -04:00
Luke Pulverenti
0375990d8e
Support grabbing channel number from url
2016-08-30 14:17:37 -04:00
Luke Pulverenti
06ebf9d3c2
update recording file name
2016-08-29 14:42:53 -04:00
Luke Pulverenti
dc9742a2ed
comment out code not compiling
2016-08-28 12:57:59 -04:00
Kay Diefenthal
6aa4583081
Update SatIpDiscovery.cs
...
Expand and correcting the Reading of the DeviceDescription Capability Field
now can you look for how many Tuners and wicht type ( DVBS DVBT DVBC ) it is
2016-08-28 11:19:50 +02:00
Luke Pulverenti
510fbf139c
fix repeated guide refreshes
2016-08-26 15:29:28 -04:00
Luke
a98a7f4579
Merge pull request #2071 from softworkz/OrganizeErrorHandling2
...
EpisodeFileOrganizer: Improve error handling (alternate approach)
2016-08-18 20:12:24 -04:00
softworkz
66a80ac6b9
EpisodeFileOrganizer: Improve error handling (alternate approach)
...
Previously some methods were just returning null or empty values in case
of encountered errors; as a consequence, the actual reason for failure
was never written to the auto-organize log.
Instead, only a generic message like "Unable to sort xxx because target
path could not be determined." was displayed.
After this change, the actual reason for failure will be saved to the
auto-organize log or displayed in the UI (when completing the organize
dialog).
This information is very important for the user. Examples are "No
permission", "Target folder not available", "Disk full", etc..
2016-08-18 22:05:54 +02:00
Luke Pulverenti
fd6aa72dac
add guide optimizations
2016-08-17 15:28:43 -04:00
Luke Pulverenti
ae887d9157
remove readinputatnativeframerate
2016-08-16 14:46:12 -04:00
Luke Pulverenti
8508e07bb9
improve genre displays
2016-08-13 16:54:29 -04:00
Luke Pulverenti
68d1b60964
stub out objects for per library settings
2016-08-13 01:49:00 -04:00
Luke Pulverenti
7daf34f048
quote ffmpeg params
2016-08-07 16:13:30 -04:00
Luke
fec7c47824
Merge pull request #1932 from softworkz/ReduceWarnings
...
Reduced compiler warnings. No functional changes.
2016-08-05 20:37:21 -04:00
softworkz
23da61281e
Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs)
2016-08-05 23:15:48 +02:00
Luke Pulverenti
22fc552fc0
remove paper-fab
2016-08-05 16:25:09 -04:00