Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

sub sections for Youtube Playlists #31

Closed
wants to merge 3 commits into from

Conversation

CrandellWS
Copy link

@CrandellWS CrandellWS commented Mar 28, 2016

You can see a full working example:

http://www.amazon.com/CrandellWS-Game-Making-Tutorials/dp/B017GCINGM

The full source for the app is on GitHub:
http://github.com/CrandellWS/Unity-Focus/

and the Amazon Web App url is:
http://crandellws.github.io/Unity-Focus/

Any how it is the basic setup and guide as exampled by Amazon:
https://github.com/CrandellWS/web-app-starter-kit-for-fire-tv

It is just a matter of setting the right config to pull the videos from your Youtube Channel.

The config for the previously mentioned app is:
https://github.com/CrandellWS/Unity-Focus/blob/gh-pages/js/init.js

Let me know.

@CrandellWS
Copy link
Author

This pull request should close #29 & close #26 the only thing not included in pull that is needed is the config settings like shown:

gkbroderick@67654c6/src/projects/youtube-subcategories/init.js#diff-a702cdc48a4c63e95756e3932af0dae9R15

        {
            type: "multiPlaylists",
            ids: ["PLhr1KZpdzukf6YADEpM6nFEZs7VDhEs5U",
                    "PLhr1KZpdzukeiCFgRccZ677GhHoP1OD8S",
                    "PLhr1KZpdzukeEDdaSY-HHJuX30WsoGhuW"
                ],
            title: "Many Playlists"
        },

@CrandellWS CrandellWS changed the title sub sections for Youtube sub sections for Youtube Playlists Apr 9, 2016
@CrandellWS
Copy link
Author

CrandellWS commented Feb 11, 2017

pull request 7 line summary

The pull request shows the required code change by adding the 7 lines at:

https://github.com/amzn/web-app-starter-kit-for-fire-tv/pull/31/files#diff-fb74713b788800ac329b6b4ba364c5eeR254

#26 (comment)

CrandellWS added a commit to CrandellWS/web-app-starter-kit-for-fire-tv that referenced this pull request Nov 8, 2018
This allows YouTube playlists to be added as a list.

Example Usage
```
        {
            type: "multiPlaylists",
            ids: ["PLhr1KZpdzukf6YADEpM6nFEZs7VDhEs5U",
                    "PLhr1KZpdzukeiCFgRccZ677GhHoP1OD8S",
                    "PLhr1KZpdzukeEDdaSY-HHJuX30WsoGhuW"
                ],
            title: "Many Playlists"
        },
```
Example output: http://crandellws.github.io/Unity-Focus/

closes amazon-archives#31 for this more concise code change without formatting as per code of conduct...
@CrandellWS
Copy link
Author

making change concise new pull request #56

@CrandellWS CrandellWS closed this Nov 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant