When share a song from soundcloud app, gives an error "unsupported url".
Contributor guide
Tech stack
javaandroid
Domain
mobile
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
basic Android developmentJava
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
50
Research direction
Investigate how NewPipe handles incoming intents from other apps, specifically the share intent. Look at the AndroidManifest.xml for intent filters and the code that processes shared URLs. The issue likely arises because Soundcloud URLs are not recognized by NewPipe's URL pattern matching. Compare with how other platforms like YouTube are handled. Check if there is any existing code for Soundcloud URL parsing. The error 'unsupported url' suggests a parsing failure.