Baseflow / Baseflow/XamarinMediaManager

PlayQueueItem does not work in v.0.9.6

Open
#674 3 comments 0 reactions 0 assignees View on GitHub
need investigation
Dominant language
C#
Stars
763
Forks
299
PR merge metrics
No merged PRs in 30d

Description

Hello,

Trying to play audio files. I can see the player, but nothing happens. Why?

public IList Mp3UrlList => new[]{
"https://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_700KB.mp3",
"https://storage.googleapis.com/uamp/The_Kyoto_Connection_-_Wake_Up/01_-_Intro_-_The_Way_Of_Waking_Up_feat_Alan_Watts.mp3",
"https://aphid.fireside.fm/d/1437767933/02d84890-e58d-43eb-ab4c-26bcc8524289/d9b38b7f-5ede-4ca7-a5d6-a18d5605aba1.mp3"
};

CrossMediaManager.Current.Queue.Clear();
foreach (var mediaUrl in Mp3UrlList)
{
CrossMediaManager.Current.Queue.Add(await CrossMediaManager.Current.Extractor.CreateMediaItem(mediaUrl));
}
await CrossMediaManager.Current.PlayQueueItem(1);

Contributor guide

Open the contributing guide

Research direction

Reproduce the v0.9.6 behavior using the listed MP3 URLs and the sequence of Queue.Clear, Extractor.CreateMediaItem, and PlayQueueItem(1). Trace whether the queue is populated and playback starts after the second item is selected; done means the requested queued audio plays instead of showing no response.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.