spotube/lib/services
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
..
audio_player chore: remove buffer size limit 2025-11-14 13:38:47 +06:00
audio_services fix: local playback not working for tracks with special # (hashtag) characters 2025-08-31 00:45:29 +06:00
cli chore: remove old logger 2024-07-06 22:02:31 +06:00
device_info feat: LAN connect a.k.a control remote Spotube playback and local output device selection (#1355) 2024-04-04 22:22:00 +06:00
dio refactor: use replace http with dio and use it as the default 2024-06-01 12:31:20 +06:00
kv_store feat: implement yt-dlp for desktop and NewPipeExtractor for Android (#2316) 2025-02-11 21:36:07 +06:00
logger fix: youtube tracks keeps skipping despite being matched correctly 2025-02-05 00:36:23 +06:00
metadata fix: queue shows 0:00 duration for sourced tracks 2026-07-26 10:37:09 +02:00
sourced_track chore: fix alternative sources not persisting 2025-11-14 16:17:37 +06:00
wikipedia feat(artist): modularize page and add wikipedia section 2023-11-22 20:23:12 +06:00
wm_tools chore: use shadcn in all places that's using material 2025-01-30 21:44:07 +06:00
youtube_engine Release 5.1.2+45 (#3049) 2026-06-05 10:49:09 +06:00
connectivity_adapter.dart fix: youtube video unplayable issue and use more ytClients 2025-01-21 10:15:06 +06:00