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

Can we have some way to directly link to a specific episode of a show? #46

Open
omnikrll opened this issue May 22, 2016 · 1 comment
Open
Assignees

Comments

@omnikrll
Copy link
Collaborator

Would be nice to be able to share a link that would trigger playback of a specific show. I'm thinking this could be accomplished with a URL path or a querystring argument of some sort - like, /#/shows/{{ show.id }}/episode/{{ episode.id || date || title || whatever }} would take you to a show page and trigger playback of an episode.

Pretty sure I know how to accomplish this in Angular world.

@omnikrll omnikrll self-assigned this May 22, 2016
@se3000
Copy link
Collaborator

se3000 commented May 23, 2016

The API call you'll need on the backend is /api/shows/show.id, but I think
there's a service/factory to handle retrieving it already.

On Sun, May 22, 2016 at 3:51 PM Karl Hohn notifications@github.com wrote:

Would be nice to be able to share a link that would trigger playback of a
specific show. I'm thinking this could be accomplished with a URL path or a
querystring argument of some sort - like, /#/shows/{{ show.id
}}/episode/{{ episode.id || date || title || whatever }} would take you
to a show page and trigger playback of an episode.

Pretty sure I know how to accomplish this in Angular world.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants