Commit Graph

143 Commits

Author SHA1 Message Date
jhays 4bea0ddf43 tv settings, channel item improvements 2022-03-26 00:22:26 -05:00
jhays c2ad99ba83 livetv fixes 2022-03-22 14:30:29 -05:00
PangMo5 a69fdb9964 update contributing.md
run swiftformat .
2022-03-19 03:22:55 +09:00
PangMo5 d4f03fb327 Support Apple Siliscon Mac's simulator
Replace Cocoapods with Carthage (VLCkit)
Support Xcode 13.3
add GoogleCastSDK xcframework
2022-03-19 03:20:16 +09:00
Ethan Pippin 2231870263 lint 2022-01-29 12:33:32 -07:00
Ethan Pippin 8840ca4995 fix blurhashes 2022-01-29 12:30:22 -07:00
Ethan Pippin 6bd07817f7
Merge pull request #351 from mshockwave/dev-folder-view
Basic support for folder-type library items
2022-01-28 11:01:18 -08:00
Min-Yih Hsu 3f52223be5 Basic support for folder-type library items
- Add a new BaseItemDto.ItemType member: .folder.
  - Use CollectionItemViewModel to display folder-type item.
  - For each episode in a folder, fallback to primary image if series
    primary image is not available.
2022-01-25 21:14:58 +08:00
jhays 715e5b6102 format 2022-01-24 17:57:51 -06:00
jhays 0749fa0520 rebase added hlsStreamURL param 2022-01-24 17:57:00 -06:00
jhays 56b60dafdc duplicate create view model for livetv 2022-01-24 14:58:30 -06:00
Ethan Pippin 1a7bef0579 lint 2022-01-20 22:47:43 -07:00
Ethan Pippin efa69984ac implement about view iOS and version tvOS 2022-01-20 22:47:33 -07:00
Ethan Pippin 961f87d3c7 add back experimental native player 2022-01-19 16:11:06 -07:00
Ethan Pippin 45bafed1e9 add aspect fill and update packages 2022-01-19 00:18:24 -07:00
Ethan Pippin b67aa7a13e thumb images for episodes 2022-01-17 17:48:48 -07:00
Ethan Pippin 7b67f4bc2a cleanup 2022-01-17 15:57:00 -07:00
Ethan Pippin 70506a276e get thumb image and fallback imageview 2022-01-17 15:51:22 -07:00
Andrei Nistor 1515fcb158 Fix Base URL handling 2022-01-17 17:55:23 +02:00
Ethan Pippin 6b7f3672b2 Merge branch 'main' into chapter-support 2022-01-16 19:13:08 -07:00
Ethan Pippin fe81bc1e23
Merge pull request #305 from LePips/force-direct-play-experimental-setting
Allow force direct play as a temporary measure
2022-01-16 19:11:09 -07:00
David Cordero 5603eb7bca Fix typo 2022-01-16 21:43:22 +01:00
Ethan Pippin fa01de49a6 ios chapters 2022-01-15 22:23:14 -07:00
Ethan Pippin 13f457f52a allow force direct play as a temporary measure 2022-01-15 13:01:42 -07:00
Ethan Pippin ec5ff53c03 fix recently added to only have series and movies and implement temp overkill bitrate ceiling 2022-01-14 12:53:13 -07:00
Ethan Pippin 09d0cb74a8 Update BaseItemDto+VideoPlayerViewModel.swift 2022-01-14 11:43:27 -07:00
Ethan Pippin 5ad6b08a04 increase bit-rate ceiling 2022-01-14 11:26:18 -07:00
Ethan Pippin fce8b8d624 unaired switch and alignment fix 2022-01-14 11:14:39 -07:00
Ethan Pippin 7f55945c94 revert some work and fix collections 2022-01-13 23:13:49 -07:00
Ethan Pippin 0c95fb48a7 undo filter change attempt 2022-01-13 22:49:25 -07:00
Ethan Pippin 0dd592df02 wip 2022-01-13 14:35:20 -07:00
Ethan Pippin bdae39caa0 Merge branch 'main' into fix-transcoding 2022-01-13 09:05:54 -07:00
Ethan Pippin 8843577c41 fix transcoding url 2022-01-12 23:14:36 -07:00
Ethan Pippin 62a0bf4326 Update BaseItemDto+VideoPlayerViewModel.swift 2022-01-12 17:06:37 -07:00
Ethan Pippin eb997e8cbe ios multiple sources 2022-01-12 17:00:44 -07:00
Ethan Pippin 6771d3d2c9 initial iOS missing items 2022-01-11 16:33:37 -07:00
Ethan Pippin 53048d7d14 update item after playback close 2022-01-11 00:01:37 -07:00
Ethan Pippin f02c52f20a lint 2022-01-10 15:51:24 -07:00
Ethan Pippin 057beca0ff localize 2022-01-10 15:48:29 -07:00
Ethan Pippin e12da2cf07 format merge 2022-01-10 13:34:03 -07:00
Ethan Pippin 071d07d5ff Merge branch 'main' into swiftformat-third-times-the-charm 2022-01-10 13:31:04 -07:00
Ethan Pippin 4298062ca3 swiftformat 2022-01-10 12:28:03 -07:00
koen 63e02f46bf Merge branch 'main' into subtitle-sizes 2022-01-10 17:47:32 +01:00
koen a94ddd1d36 Added subtitle sizes in tvOS 2022-01-10 17:46:25 +01:00
Ethan Pippin c6886e3272 iOS truncated item overview 2022-01-09 20:00:41 -07:00
Ethan Pippin d77f59d048 remove hls stream 2022-01-08 18:06:03 -07:00
Ethan Pippin 158edb3b5f support external subtitles 2022-01-07 15:37:19 -07:00
Ethan Pippin dbe95f29db initial collections implementation 2022-01-06 23:01:17 -07:00
Ethan Pippin 6a7c4c0a5b resume offset and live tv moved to experimental 2022-01-05 13:38:15 -07:00
Ethan Pippin cd6f02d5f1 Merge branch 'main' into ios-video-player-refactor 2022-01-04 22:06:48 -07:00