| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-03 | add loopback handler | Luke Pulverenti | |
| 2016-09-02 | automate loopback exception for windows store app | Luke Pulverenti | |
| 2016-09-01 | Rtp Rtcp fix Discovery #2116 | Luke Pulverenti | |
| 2016-09-01 | update tabs | Luke Pulverenti | |
| 2016-08-31 | move channel view setting to global | Luke Pulverenti | |
| 2016-08-31 | update app footer | Luke Pulverenti | |
| 2016-08-30 | Support grabbing channel number from url | Luke Pulverenti | |
| 2016-08-30 | update image editor | Luke Pulverenti | |
| 2016-08-30 | switch to shared image editor | Luke Pulverenti | |
| 2016-08-29 | make chapter images a per-library setting | Luke Pulverenti | |
| 2016-08-29 | update recording file name | Luke Pulverenti | |
| 2016-08-29 | update intros | Luke Pulverenti | |
| 2016-08-28 | comment out code not compiling | Luke Pulverenti | |
| 2016-08-28 | update episode nfo saving | Luke Pulverenti | |
| 2016-08-28 | Merge pull request #2118 from MediaBrowser/master | Luke | |
| merge from master | |||
| 2016-08-28 | Update SatIpDiscovery.cs | Kay Diefenthal | |
| 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-27 | Merge pull request #2089 from softworkz/OrganizeFixes3 | Luke | |
| AutoorganizeLog: Fixed error when log empty; re-introduced full reload on task completion | |||
| 2016-08-27 | fix saving of IsVirtualItem | Luke Pulverenti | |
| 2016-08-27 | AutoOrganize: Differentiate server events | softworkz | |
| 2016-08-27 | AutoorganizeLog: Fixed error when log empty; re-introduced full reload on ↵ | softworkz | |
| task completion | |||
| 2016-08-26 | fix repeated guide refreshes | Luke Pulverenti | |
| 2016-08-26 | Merge pull request #2091 from softworkz/EtagForSync | Luke | |
| Provide (unique) ETag value for synced media sources | |||
| 2016-08-26 | fix sync container statuses | Luke Pulverenti | |
| 2016-08-25 | fix notifications query | Luke Pulverenti | |
| 2016-08-24 | support realtime monitor per library | Luke Pulverenti | |
| 2016-08-24 | reduce rescanning due to IsOffline | Luke Pulverenti | |
| 2016-08-23 | update sync settings | Luke Pulverenti | |
| 2016-08-23 | ETag for synced media | Softworkz | |
| 2016-08-22 | start a dashboard folder | Luke Pulverenti | |
| 2016-08-20 | add null check when updating images | Luke Pulverenti | |
| 2016-08-20 | update admin session filter | Luke Pulverenti | |
| 2016-08-20 | Merge pull request #2076 from softworkz/OrganizeInstantFeedback | Luke | |
| Auto-Organize: Async operation and instant feedback UI (reworked) | |||
| 2016-08-20 | Auto-Organize: Async operation and instant feedback UI (reworked) | softworkz | |
| This commit includes changes to enable and stabilize asyncronous operation in the auto-organize area. Here are the key points: - The auto-organize correction dialog is now closed (almost) instantly. This means that the user does not have to wait until the file copy/move operation is completed in order to continue. (even with local HDs the copy/move process can take several minutes or even much longer with network destination). - This commit also implements locking of files to be organized in order to prevent parallel processing of the same item. In effect, there can be 2 or more manual organization operations active even while the normal auto-organization task is running without causing any problems - The items that are currently being processed are indicated as such in the log with an orange color and a spinner graphic - The client display is refreshed through websocket messages - A side effect of this is that other clients showing the auto-organize log at the same time are always up-to-date as well | |||
| 2016-08-19 | remove fingerprintjs | Luke Pulverenti | |
| 2016-08-19 | update boxset resolver | Luke Pulverenti | |
| 2016-08-19 | update new episode creation | Luke Pulverenti | |
| 2016-08-19 | update genre validator | Luke Pulverenti | |
| 2016-08-18 | update xmltv lib | Luke Pulverenti | |
| 2016-08-18 | Merge pull request #2071 from softworkz/OrganizeErrorHandling2 | Luke | |
| EpisodeFileOrganizer: Improve error handling (alternate approach) | |||
| 2016-08-18 | EpisodeFileOrganizer: Improve error handling (alternate approach) | softworkz | |
| 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 | update notifications | Luke Pulverenti | |
| 2016-08-18 | update item by name validators | Luke Pulverenti | |
| 2016-08-18 | fixes #1851 - EmbyServer crashes if staticly assigned IP address changes | Luke Pulverenti | |
| 2016-08-18 | update season queries | Luke Pulverenti | |
| 2016-08-17 | add guide optimizations | Luke Pulverenti | |
| 2016-08-17 | update sync display | Luke Pulverenti | |
| 2016-08-16 | remove readinputatnativeframerate | Luke Pulverenti | |
| 2016-08-16 | update season queries | Luke Pulverenti | |
| 2016-08-15 | fix folder caching | Luke Pulverenti | |
| 2016-08-15 | Merge pull request #2025 from softworkz/AsyncStreamInterface | Luke | |
| Async stream handling: Use interface instead of Func<Stream,Task> | |||
