Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundcloud share to newpipe does not work #3103

Open
garawaa opened this issue Feb 16, 2020 · 10 comments
Open

Soundcloud share to newpipe does not work #3103

garawaa opened this issue Feb 16, 2020 · 10 comments
Labels
bug Issue is related to a bug soundcloud Service, https://soundcloud.com/

Comments

@garawaa
Copy link

garawaa commented Feb 16, 2020

When share a song from soundcloud app, gives an error "unsupported url".

@Stypox
Copy link
Member

Stypox commented Feb 17, 2020

Could you share that song to an app that lets you copy the URL and post the URL here?

@wb9688
Copy link
Contributor

wb9688 commented Feb 17, 2020

I recommend using Intent Intercept (Dev tool to view inter-app communication) - https://f-droid.org/app/de.k3b.android.intentintercept for that

@Stypox Stypox added bug Issue is related to a bug more info needed soundcloud Service, https://soundcloud.com/ labels Feb 19, 2020
@Stypox
Copy link
Member

Stypox commented Feb 19, 2020

@garawaa

@garawaa
Copy link
Author

garawaa commented Feb 20, 2020

I just want to download soundcloud songs by sharing to newpipe. Youtube share works but soundcloud does not work.

@wb9688
Copy link
Contributor

wb9688 commented Feb 20, 2020

@garawaa: Download that 'Intent Intercept' app, share a song in the SoundCloud app with 'Intercept the Intent', paste the URI it displays here and we'll (try to) add support for it.

@garawaa
Copy link
Author

garawaa commented Mar 27, 2020

Now it works. Thank you guys.

@Stypox Stypox closed this as completed Mar 27, 2020
@ovizii
Copy link

ovizii commented Sep 10, 2021

Having the same problem with
soundcloud app version: 2021.09.03-release
and
newpipe version: 0.21.9

Here is a URL from Soundcloud which gives this error:

Listen to Leda Valladares & Maria Elena Walsh - El Paisanito (Barda Edit) by Fertil Discos on #SoundCloud
https://soundcloud.app.goo.gl/QftE5 

Here is my try to copy the intent with the tool proposed above, I hope its the info you need:

intent:#Intent;action=android.intent.action.SEND;type=text/plain;launchFlags=0x1b080000;S.android.intent.extra.SUBJECT=Leda%20Valladares%20%26%20Maria%20Elena%20Walsh%20-%20El%20Paisanito%20(Barda%20Edit)%20-%20SoundCloud;S.android.intent.extra.TEXT=Listen%20to%20Leda%20Valladares%20%26%20Maria%20Elena%20Walsh%20-%20El%20Paisanito%20(Barda%20Edit)%20by%20Fertil%20Discos%20on%20%23SoundCloud%0Ahttps%3A%2F%2Fsoundcloud.app.goo.gl%2FjrVDB;end
------------
ACTION: android.intent.action.SEND
MIME: text/plain
URI: intent:#Intent;action=android.intent.action.SEND;type=text/plain;launchFlags=0x1b080000;S.android.intent.extra.SUBJECT=Leda%20Valladares%20%26%20Maria%20Elena%20Walsh%20-%20El%20Paisanito%20(Barda%20Edit)%20-%20SoundCloud;S.android.intent.extra.TEXT=Listen%20to%20Leda%20Valladares%20%26%20Maria%20Elena%20Walsh%20-%20El%20Paisanito%20(Barda%20Edit)%20by%20Fertil%20Discos%20on%20%23SoundCloud%0Ahttps%3A%2F%2Fsoundcloud.app.goo.gl%2FjrVDB;end
FLAGS:
FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT
FLAG_RECEIVER_FOREGROUND
FLAG_ACTIVITY_FORWARD_RESULT
FLAG_ACTIVITY_PREVIOUS_IS_TOP
FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET
EXTRAS:
1 Class: java.lang.String
Key: android.intent.extra.SUBJECT
Value: Leda Valladares & Maria Elena Walsh - El Paisanito (Barda Edit) - SoundCloud
2 Class: java.lang.String
Key: android.intent.extra.TEXT
Value: Listen to Leda Valladares & Maria Elena Walsh - El Paisanito (Barda Edit) by Fertil Discos on #SoundCloud https://soundcloud.app.goo.gl/jrVDB

------------

@Stypox
Copy link
Member

Stypox commented Sep 10, 2021

@TiA4f8R ^

@Jhkok5
Copy link

Jhkok5 commented Aug 21, 2022

I'm having the same problem with the latest version of Newpipe 0.23.2 and latest version of Soundcloud 2022.08.02

I'm not a programmer, but this should be fairly easy to implement..?
My guess is that it will not recognize the URL that is sent with the intent because of the plain text ahead of it ("Listen to [artist] etc.") ..

@AudricV
Copy link
Member

AudricV commented Aug 21, 2022

@Jhkok5 Yes, at least partially.

Reopening the issue, which is also related to #5025.

@AudricV AudricV reopened this Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug soundcloud Service, https://soundcloud.com/
Projects
None yet
Development

No branches or pull requests

6 participants