edde746
a618218828
feat: respect per media language preference
2025-11-14 22:27:12 +01:00
Doezer
3366ed02f5
Ran dart format using this pwsh command
...
$FILES = Get-ChildItem -Path lib, test -Recurse -Filter "*.dart" -File -ErrorAction SilentlyContinue | Where-Object { $_.Name -notmatch '\.(g|freezed)\.dart$' } | Select-Object -ExpandProperty FullName; if (-not $FILES) { Write-Host "No Dart files found to format"; exit 0 } else { dart format --output=write --set-exit-if-changed $FILES }
2025-11-13 22:53:31 +01:00
9be219ce15
feat: Add functionality to remove items from Continue Watching
...
- Updated the DiscoverScreen to include a callback for removing items from Continue Watching.
- Enhanced MediaCard to accept a new callback for removing items from Continue Watching.
- Modified MediaContextMenu to handle the removal of items from Continue Watching without affecting their watched status or progress.
- Updated dependencies in pubspec.lock to their latest versions.
Co-authored-by: Doezer <11655673+Doezer@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2025-11-13 19:07:31 +01:00
edde746
995f0d006d
feat: i18n
2025-11-10 10:02:34 +01:00
Tazio
15dd8f813a
fix: change skip credit to Next Episode
...
convenience is king
2025-11-09 13:14:01 +01:00
Tazio
cb4a446509
feat: Skip intro and credit
...
These are based on chapters
2025-11-09 13:01:32 +01:00
edde746
3f40007f03
feat: throttle seeking commands
2025-11-07 02:16:07 +01:00
edde746
60a84380a6
feat: external subtitle support
2025-11-06 10:36:26 +01:00
edde746
2571a6c38b
refactor: adjust video controls button sizes
2025-11-05 20:16:12 +01:00
edde746
8b6052d97b
feat: rotation lock
2025-11-05 16:46:31 +01:00
edde746
155ac2042e
feat: audio device selector
2025-11-05 15:00:17 +01:00
edde746
1c7fccdd6b
feat: persist volume
2025-11-05 14:50:13 +01:00
edde746
c15bc6d4c2
feat: subtitle delay config
2025-11-05 14:43:05 +01:00
edde746
4888d125e4
refactor: merge video controls into one sheet
2025-11-05 14:22:24 +01:00
edde746
1c8d36f0e9
feat: configurable audio delay
2025-11-05 14:15:14 +01:00
edde746
6e58f26ee4
refactor: move fullscreen button into controls
2025-11-05 14:03:30 +01:00
edde746
b30c9c6420
refactor: split up video controls
2025-11-05 13:52:21 +01:00
edde746
cef1e38f6d
Merge branch 'sleep-timer-47'
2025-11-05 13:29:45 +01:00
edde746
00c02730d7
refactor(sleep timer): remove default styling
2025-11-05 13:29:32 +01:00
edde746
bb97e5a418
feat: list mode
2025-11-05 13:26:02 +01:00
Sam Matthews
00da8a23e3
feat: sleep timer
...
- default timer values in settings
- extend timer function
- pauses playback when done and shows popup
2025-11-05 11:28:51 +00:00
edde746
0817153f4b
feat: shuffle play button on media detail screen
2025-11-05 12:20:52 +01:00
edde746
844965e051
refactor: fix warnings
2025-11-05 11:03:35 +01:00
edde746
60ba1b1570
feat: video fill modes
2025-11-05 11:00:22 +01:00
edde746
6243195b21
feat: shuffle play
2025-11-05 07:28:23 +01:00
edde746
8d8423d136
refactor: move library actions to context menu
2025-11-05 07:09:58 +01:00
edde746
03495b1ea3
refactor: deduplicate sort widget
2025-11-04 20:49:25 +01:00
Sam Matthews
2ac3555567
Merge main into issue-20: Combine music filtering with library ordering
2025-11-04 16:04:31 +00:00
Sam Matthews
1ec9fbcc02
Hide music libraries from app (Issue #20 )
...
- Filter out artist-type libraries in libraries_screen.dart
- Add safety check in media_card.dart to prevent music playback attempts
- Filter music content from getOnDeck() and getRecentlyAdded() in plex_client.dart
Music libraries are now hidden throughout the app since music playback
is not yet supported. This focuses the app on video content (movies and TV shows).
2025-11-04 15:49:00 +00:00
edde746
65057750f7
feat: file version picker
2025-11-04 10:28:37 +01:00
edde746
1c67fa3998
feat: mobile double tap rewind/skip
2025-11-04 09:26:03 +01:00
edde746
f1a5493aeb
feat: higher playback speed options
...
add 2.5x and 3x speed options
2025-11-04 08:52:47 +01:00
edde746
770cb6b744
feat: customizable seek durations
2025-11-04 08:26:05 +01:00
edde746
f0035d1335
fix: seek time overflow
2025-11-04 08:02:00 +01:00
edde746
1f59374f62
feat: library hiding
2025-11-04 07:45:24 +01:00
edde746
781aa4640e
fix: support pin protected profiles
2025-11-04 04:44:22 +01:00
edde746
b5349d7b3d
feat: library density settings
...
also add season/show poster toggle for episodes
2025-11-04 04:17:39 +01:00
edde746
b01f9ce3f9
fix: crashing when scrolling large libraries
2025-11-04 02:50:39 +01:00
edde746
25ff8f1d1f
feat: horizontal scroll arrows on desktop
2025-11-04 02:14:50 +01:00
edde746
ce8d384e7c
feat: file info
2025-11-03 15:08:48 +01:00
edde746
26e7dba0d0
fix: plex track preference
2025-11-01 12:12:16 +01:00
edde746
127500329b
refactor: remove player navigation animation
2025-11-01 09:28:47 +01:00
edde746
a81cf3b18f
fix: not showing selected tracks properly
2025-11-01 08:04:54 +01:00
edde746
ad9502d3c7
feat: fastlane & screenshot scripts
2025-11-01 08:03:47 +01:00
edde746
5f1251d82b
refactor: fix warnings
2025-10-31 04:27:32 +01:00
edde746
19ab6a21b9
feat: settings page
2025-10-31 03:55:01 +01:00
edde746
e0fc990b0e
refactor: back button unification
2025-10-31 00:51:45 +01:00
edde746
36b897f963
feat: profiles
2025-10-30 19:50:50 +01:00
edde746
823ba0beab
fix: context menu overflowing
2025-10-29 10:50:08 +01:00
edde746
b310d1f169
fix: macos app bar padding issue
2025-10-29 10:49:52 +01:00