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

Is there a standard already in use to smuggle season/episode information around? #24568

Closed
mshiels opened this issue Apr 1, 2020 · 2 comments
Closed
Labels

Comments

@mshiels
Copy link

@mshiels mshiels commented Apr 1, 2020

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

Basically I am trying to figure out how to get information down into say the brightcove code from the layers above it. Basically the ACorntv.py which I am not sure even where I got it originally now. But it just builds a brightcove url and I added i think the smuggling of extra infomration down to brightcover - but it's not really standard behaviour.

SO I am hoping there is something I can examine/digest that does deal with this cleanly.

                entries.append(smuggle_url( 'http://players.brightcove.net/3047407010001/default_default/index.html?videoId=%s' % video_id[0],
                                            { 'title': title[0],
                                              'episode_number': episode[0],
                                              'series': series[0],
                                              'season_number': season[0] } ))

anyone with info would be appreciated greatly!!

@mshiels mshiels added the question label Apr 1, 2020
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 1, 2020

_type "url_transparent" entities have the same specification as "url", but
indicate that the given additional information is more precise than the one
associated with the resolved URL.
This is useful when a site employs a video service that hosts the video and
its technical metadata, but that video service does not embed a useful
title, description etc.

@dstftw dstftw closed this Apr 1, 2020
@mshiels
Copy link
Author

@mshiels mshiels commented Apr 1, 2020

thanks! I'll dig and see what others have used that for, appreciate the help!!

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.