Commit Graph

52 Commits

Author SHA1 Message Date
Ashik K ed91d39ad9 Implement dual provider architecture (Jellyfin + Xtream)
Add support for running both Jellyfin and Xtream providers simultaneously:
- User can have 1 active JF account + 1 active XC account at same time
- Tabs dynamically show/hide based on active providers
- Account switcher allows switching between multiple saved accounts

New Components:
- XtreamSession: Session management for Xtream providers
- SessionManager: Tracks both JF and XC sessions
- XtreamView/ViewModel: New Xtream tab with Live TV categories
- TabCoordinator: Dynamic tab building based on active providers

Modified Components:
- MainTabView: Injects SessionManager, rebuilds tabs on provider changes
- TabItem: Added Xtream tab definition
- MediaViewModel: Excludes Xtream channels (now in Xtream tab only)

Scripts:
- Added .claude/scripts/create-issue.sh for Gitea issue creation

Closes: jellyflood-2 (partial)
Related: jellyflood-1, jellyflood-5

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-18 11:47:41 +02:00
Ashik K 09a3ce15a0 Rename project from jellypig to jellyflood
Complete rebranding from jellypig to jellyflood including:
- Renamed all jellypig references to jellyflood
- Updated store implementations (jellypigstore -> jellyfloodstore)
- Moved jellypig tvOS to Swiftfin tvOS structure
- Updated service configurations and defaults
- Preserved all Xtream plugin support and EPG functionality

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-18 09:14:33 +02:00
Ethan Pippin ddbe77e348
Cleanup and `ItemView.AboutView` Cards (#788) 2023-06-12 22:24:58 -06:00
Ethan Pippin 2a51598004
Cleanup and UDPBroadcastConnection Package (#765) 2023-05-06 22:07:34 -06:00
Ethan Pippin a08a92e98a
New Year, New Video Player + Other Goodies (#593) 2023-04-20 09:33:51 -06:00
Ethan Pippin 3c81c7532f
tvOS - Refactor Cinematic Item Selector (#564) 2022-09-09 19:11:09 -06:00
Ethan Pippin ace339bd1a
implement (#561) 2022-09-05 06:45:22 -06:00
Ethan Pippin 79476328fe
Some work (#552) 2022-09-03 10:20:12 -06:00
Ethan Pippin f92edb83fb
iOS/iPadOS - Refactor Filter Selection (#548) 2022-09-01 23:29:52 -06:00
Ethan Pippin 98a5507b52
Refactor Search and implement in tvOS (#539) 2022-08-27 21:30:17 -06:00
Ethan Pippin 8181db13de
iOS/iPadOS - Landscape/Thumb Posters (#526) 2022-08-18 11:00:33 -06:00
Ethan Pippin 6f937ceddd
`ImageView` Refactor (#517) 2022-08-12 12:05:24 -06:00
Ethan Pippin 599cff4c95
Update Nuke and implement BlurHashKit (#516) 2022-08-07 22:27:23 -06:00
Ethan Pippin a9f09edd81
Navigation and Item Overhaul (#492) 2022-08-05 10:54:40 -06:00
Ethan Pippin cfb3aa1faa
No Tab Characters and Before First for Argument and Parameter Wrapping (#482) 2022-07-16 07:46:25 -06:00
jhays af61e90193 fix tv channel item focus 2022-03-30 18:16:31 -05:00
Ethan Pippin ee9f3c02f0 fix and lint 2022-03-28 23:29:24 -06:00
jhays 4bea0ddf43 tv settings, channel item improvements 2022-03-26 00:22:26 -05:00
Ethan Pippin 0d69ae592a Update BlurHashView.swift 2022-03-19 09:54:45 -06:00
Ethan Pippin a467f0cbd7 lint 2022-03-18 22:05:08 -06:00
Ethan Pippin 24dbb78fcf fix failureinitials 2022-03-18 21:45:52 -06:00
Ethan Pippin 9e10395f80 update inits 2022-03-18 21:38:33 -06:00
Ethan Pippin 42ea9ad1cf Update ImageView.swift 2022-03-18 21:24:12 -06: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 5ef57dc379 better fallback image implementation 2022-01-17 17:41:19 -07:00
Ethan Pippin 70506a276e get thumb image and fallback imageview 2022-01-17 15:51:22 -07:00
David Cordero e069c69d13 Hide title with initial for voice over 2022-01-16 21:39:48 +01: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 359986570e reimplement NukeUI 2022-01-12 17:27:04 -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 eb71e8b8d0 fix for updated swiftformat 2022-01-10 13:59:10 -07:00
Ethan Pippin 4298062ca3 swiftformat 2022-01-10 12:28:03 -07:00
Ethan Pippin 03aeed967e tvos cleanup 2022-01-09 21:13:35 -07:00
Ethan Pippin 14c8aa4101 create general poster size 2022-01-09 18:22:38 -07:00
Ethan Pippin c81306fd47 remove bad cached image package 2022-01-08 17:20:16 -07:00
Ethan Pippin 2bdaf173a4 cache image attempt 2022-01-07 17:58:51 -07:00
Ethan Pippin 8c91a95ca4 sadly remove live tv from playing and merge fixes 2022-01-04 22:18:23 -07:00
Ethan Pippin cd6f02d5f1 Merge branch 'main' into ios-video-player-refactor 2022-01-04 22:06:48 -07:00
Ethan Pippin 2d7cad8cec lots of final tvos work 2022-01-03 22:55:39 -07:00
jhays ed57ea5577 Cleanup and temp views for iOS 2021-11-29 17:51:47 -06:00
PangMo5 923af3f013 swiftlint autocorrect 2021-11-08 03:53:42 +09:00
PangMo5 6307ae4e26 Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09:00
PangMo5 1e0ae4745c Replace the existing strings and texts with R.swift 2021-11-08 02:56:07 +09:00
jhays 53ce0b1204 fix iOS build with dud view 2021-10-20 20:54:45 -05:00
Ethan Pippin ff7a4c5620 Cleanup and remove NukeUI for AsyncImage 2021-10-15 15:20:00 -06:00
aiden 3 13202d810e
Merge pull request #170 from jhays/jhays/tvos-fix
tvOS fixes
2021-09-22 16:47:43 -04:00
jhays 4050907988 fix tv target and colors 2021-09-21 23:18:05 -05:00