spotube/lib/modules/player
Tomasz Jabłonowski 3558ad3b12 fix: queue shows 0:00 duration for sourced tracks
YouTubeEngine passed track duration in seconds while
SpotubeAudioSourceMatchObject.fromJson interprets `duration` as
microseconds, so durations collapsed to ~0 and the queue displayed 0:00.

- lib/services/metadata/metadata.dart: send duration in microseconds
  (search() and getVideo() callbacks)
- lib/components/track_tile/track_tile.dart,
  lib/modules/player/player_queue.dart: add resolveMissingDuration so
  the queue actively resolves the sourced track's real duration when
  the track's own metadata duration is effectively zero

Fixes #3021
2026-07-26 10:37:09 +02:00
..
player_actions.dart fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
player_controls.dart fix(ui): lyrics white text in white background and small player buttons 2025-09-09 00:45:45 +06:00
player_overlay_collapsed.dart fix: local playback not working for tracks with special # (hashtag) characters 2025-08-31 00:45:29 +06:00
player_overlay.dart chore: use navigateTo instead of pushRoute 2025-01-31 22:10:40 +06:00
player_queue_actions.dart feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
player_queue.dart fix: queue shows 0:00 duration for sourced tracks 2026-07-26 10:37:09 +02:00
player_track_details.dart fix(ui): lyrics white text in white background and small player buttons 2025-09-09 00:45:45 +06:00
player.dart feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
sibling_tracks_sheet.dart chore: remove useless dependencies 2025-11-13 14:57:08 +06:00
use_progress.dart chore: create new audio player centric playback notifier with drift persistence 2024-06-23 12:23:28 +06:00
volume_slider.dart refactor: bottom player border, player queue using shadcn drawer 2024-12-21 14:38:54 +06:00