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

Fixing sharing for Cloudstream. #1388

Open
2 tasks done
ITron-Legends opened this issue Oct 21, 2024 · 1 comment
Open
2 tasks done

Fixing sharing for Cloudstream. #1388

ITron-Legends opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement New feature or request possible provider issue Assigned by the bot

Comments

@ITron-Legends
Copy link

Describe your suggested feature

Screenshot_2024-10-21-16-57-13-14_c31b32364ce19ca8fcd150a417ecce58
(Not search icon btw)
Whenever I share a movie with a freind I always get a random string that means nothing.
Eg:
{"id":945961,"type":"movie","aniId":null,"malId":null}

{"id":"tt2049403","type":"movie"}
Fix?
We could use openable links that are being used already that automatically installs the extension eg:

https://self-similarity.github.io/http-protocol-redirector?r=cloudstreamrepo://raw.githubusercontent.com/self-similarity/MegaRepo/builds/repo.json

With some modification we could instead allow it to read it so sharing works. Eg:

https://self-similarity.github.io/http-protocol-redirector?r=cloudstreamrepo://{extension}.cs/Id=65676466&type=movie& etc....

Where extension is the name of the extension its from. Eg if you don't have the extension installed it would just say: extension not installed to open this link.

I don't know if it's supposed to be for extension owners or cloudstream devs so I decided to post here.

Funny number yes

Other details

No response

Acknowledgements

  • My suggestion is NOT about adding a new provider
  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
@ITron-Legends ITron-Legends added the enhancement New feature or request label Oct 21, 2024
@fire-light42
Copy link
Collaborator

This is an extension issue, as normally extensions are tied to a single website and therefore a share means that you simply share the website url. The extension you are using is not tied to a single website, so the metadata it uses is not a real url. While I think that some redirect is nice, you can right now copy the title instead and send it by long holding it, so this is not really a big issue.

If you want to add some functionality then checkout https://github.com/recloudstream/cloudstream/blob/master/app/src/main/java/com/lagradost/cloudstream3/MainActivity.kt#L268

@C10udburst C10udburst added the possible provider issue Assigned by the bot label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request possible provider issue Assigned by the bot
Projects
None yet
Development

No branches or pull requests

3 participants