Swiftfin/Shared/Coordinators
Joe f5bd1b8fcd
Customizable Device Profiles (#1169)
* Rename ExperimentalSettingsView.swift to PlaybackQualitySettingsView.swift

Fix Merge

* Rename MaximumBitrateSettingsView.swift to PlaybackQualitySettingsView.swift

fix merge

* Re-implement on Main. Should now have all the Main changed. Added a new change to use the Device Profile as a Transcoding Profile.

* Part 1 -> Making VideoPlayerType into a struct (I Hope) correctly

* Part 1.1 -> Making VideoPlayerType into a struct (I Hope) correctly

* Remove unneeded Files

* Missing file + CustomDeviceProfileSelection -> CustomDeviceProfileAction Rename

* Change + to Appending

* Attempt to add StorageValues+User. Not sure if this is correct?

* Move the Array unwrapping to funcitons. Not required but this should help prevent accidently doing this wrong. Add subtitles back into the custom profiles since that somehow got dropped. Added a PlaybackCompatibility enum. This might need to work for more than just video

* Complete rewrite to allow multiple profiles, compatibility mode, and directplay.

* Hardward -> Hardware

* Update CustomDeviceProfileSettingsView.swift

Double Licensing

* It was actually really easy to implement iOS... Trash cans still look weird and small.

* Swipe to Delete instead of the edit button

* wip

* wip

* Linting

* tvOS Implementation

* wip

* wip

* cleanup

* Create Package.resolved

---------

Co-authored-by: Joseph Kribs <joseph@kribs.net>
Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com>
2024-09-02 15:33:02 -06:00
..
LiveTVCoordinator Live TV Updates (#1022) 2024-04-16 23:10:44 -06:00
MainCoordinator Fix UserSession Resolution (#1175) 2024-08-09 13:23:11 +09:00
AppSettingsCoordinator.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
BasicNavigationCoordinator.swift Update 2024 headers (#951) 2024-01-13 15:13:44 -07:00
CustomDeviceProfileCoordinator.swift Customizable Device Profiles (#1169) 2024-09-02 15:33:02 -06:00
CustomizeSettingsCoordinator.swift [tvOS] Fix Indicators Setting Unreachable (#1161) 2024-08-03 15:45:56 -06:00
DownloadListCoordinator.swift Update 2024 headers (#951) 2024-01-13 15:13:44 -07:00
DownloadTaskCoordinator.swift Update 2024 headers (#951) 2024-01-13 15:13:44 -07:00
EditCustomDeviceProfileCoordinator.swift Customizable Device Profiles (#1169) 2024-09-02 15:33:02 -06:00
FilterCoordinator.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
HomeCoordinator.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
ItemCoordinator.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
LibraryCoordinator.swift Refactor PosterButton and libraries, good UICollectionViews, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
LiveVideoPlayerCoordinator.swift Fix iOS 15 Rotation (#1174) 2024-08-09 13:25:32 +09:00
MediaCoordinator.swift Live TV Updates (#1022) 2024-04-16 23:10:44 -06:00
MediaSourceInfoCoordinator.swift Update 2024 headers (#951) 2024-01-13 15:13:44 -07:00
PlaybackQualitySettingsCoordinator.swift Customizable Device Profiles (#1169) 2024-09-02 15:33:02 -06:00
PlaybackSettingsCoordinator.swift Update 2024 headers (#951) 2024-01-13 15:13:44 -07:00
SearchCoordinator.swift Refactor PosterButton and libraries, good UICollectionViews, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
SelectUserCoordinator.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
SettingsCoordinator.swift Customizable Device Profiles (#1169) 2024-09-02 15:33:02 -06:00
UserProfileImageCoordinator.swift User Profile Image Selection (#1061) 2024-05-22 13:45:48 +09:00
UserSignInCoordinator.swift Refactor sign in policy (#1085) 2024-06-08 21:22:18 -06:00
VideoPlayerCoordinator.swift Fix iOS 15 Rotation (#1174) 2024-08-09 13:25:32 +09:00
VideoPlayerSettingsCoordinator.swift Refactor PosterButton and libraries, good UICollectionViews, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
VideoPlayerWrapperCoordinator.swift Live TV Updates (#1022) 2024-04-16 23:10:44 -06:00