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

fallback to search youTube #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fallback to search youTube #2

wants to merge 3 commits into from

Conversation

zosky
Copy link

@zosky zosky commented Apr 10, 2017

adds youTube search if no trailer in the DB
which also means you can now do trailers on tvShows

@BigNoid
Copy link
Owner

BigNoid commented Apr 11, 2017

Wouldn't it be easier to use youtube directly? That way this simple add-on doesn't need a dependency on a service add-on:
ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&feed=search&search=%s Trailer,return) % (name)

Haven't tested it yet so there might be some drawbacks I am not aware of?

@zosky
Copy link
Author

zosky commented Apr 11, 2017

good call. adding the service seems pretty pretty heavy handed for such a simple addon.

this pulls up results but it wont cooperate when you try to return

xbmc.executebuiltin("ActivateWindow(videos,plugin://plugin.video.youtube/kodion/search/query/?q=%s Trailer&search_type=video,return)" % name)

@piejanssens
Copy link

I'd love to see this! Soo little movies in my library have trailers on them. This would help a lot!

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

Successfully merging this pull request may close these issues.

None yet

3 participants