aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/PlayTo/PlayToController.cs
AgeCommit message (Collapse)Author
2023-11-15Remove Emby.DlnaPatrick Barron
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-07-29Enable nullable for more filesBond_009
2023-03-07Enable nullable for more filesBond_009
2022-12-07Cleanup and refactor streambuilderShadowghost
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-06-29Merge pull request #7947 from nyanmisaka/video-range-conditionCody Robibero
(cherry picked from commit f1d56aa5cef4c60021e0b29c5d9fb3adf384fda7) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-08Implement TransportState according to spec (#7426)Bond-009
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-14Fix some warningsBond_009
2022-01-22Flush to disk async where possibleBond_009
2021-12-27More cleanupBond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-05-24Merge pull request #5659 from ssenart/feature/5644-dlna_next_trackClaus Vium
2021-05-24Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-05-07Enable nullable reference types for Emby.DlnaBond_009
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
Various DLNA Optimizations
2021-04-02Various DLNA OptimizationsBaronGreenback
2021-03-30[5644] [DLNA] [Music] Next track command from any DLNA device does not do ↵Stéphane Senart
anything.
2021-03-29[5644] [DLNA] [Music] Next track command from any DLNA device does not do ↵Stéphane Senart
anything.
2021-03-29[5644] [DLNA] [Music] Next track command from any DLNA device does not do ↵Stéphane Senart
anything.
2021-03-22fix isdirectstream defaultcvium
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-03Remove Content-Length header from DLNA HEAD request (#5335)BaronGreenback
2021-02-15Properly forward cancellationTokensBond_009
2021-01-17Fix bug in GetItemIdBaronGreenback
2021-01-05Fix capitalization of Playstate messageBill Thornton
2020-12-07cleaned changeGreenback
2020-12-07Fixed createPlayListGreenback
2020-12-02Minor improvementsBond_009
2020-11-17Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsamplingJoshua M. Boniface
Add FLAC and define the corresponding target sample rate
2020-11-06Minor perf improvementsBond_009
2020-10-22[AudioTranscoding] Add FLAC as supported target audio format and be able to ↵Stéphane Senart
define the corresponding target sample rate
2020-10-05Merge pull request #4210 from nielsvanvelzen/typed-websocket-messageBond-009
Use enum for WebSocket message types
2020-09-28Merge pull request #4211 from BaronGreenback/NullPointerFixdkanada
Null Pointer Fix : PlayToController.cs
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-25Update PlayToController.csBaronGreenback
2020-09-21Use GeneralCommandType enum in GeneralCommand nameNiels van Velzen
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-20Fix all warnings in Emby.DlnaBond_009
2020-08-20Code reviewDavid
2020-08-20Reduce warnings in Emby.DlnaDavid
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-06-16fix SA1513/SA1516telans