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

Add Hulu default search path #706

Merged
merged 2 commits into from
Dec 25, 2022
Merged

Conversation

drinfernoo
Copy link
Contributor

No description provided.

@@ -1295,6 +1295,9 @@

<property name="widgetPath" tag="property" attribute="name|list" value="DefaultSearch-Netflix">plugin://plugin.video.netflix/directory/search/search/?query=</property>
<property name="widgetPath2" tag="property" attribute="name|list" value="DefaultSearch-Netflix">/</property>

<property name="widgetPath" tag="property" attribute="name|list" value="DefaultSearch-Hulu">plugin://slyguy.hulu/?_=search&query=</property>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same deal here as in Disney+.

Need to use &amp; instead of & due to being xml. Also, use spaces instead of tabs to ensure consistent identation.

@@ -362,6 +362,7 @@
<shortcut label="Music Video Artists" type="571" icon="special://skin/extras/icons/musicvideo.png">DefaultSearch-MusicVideoArtists</shortcut>
<shortcut label="Youtube" type="571" icon="special://skin/extras/icons/youtube.png">DefaultSearch-Youtube</shortcut>
<shortcut label="Netflix" type="571" icon="special://skin/extras/icons/netflix.png">DefaultSearch-Netflix</shortcut>
<shortcut label="Hulu" type="571" icon="special://skin/extras/icons/hulu.png">DefaultSearch-Hulu</shortcut>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use spaces instead of tabs for indentation

@drinfernoo
Copy link
Contributor Author

Will fix, gimme a bit! 😁

@jurialmunkey jurialmunkey merged commit 4444643 into jurialmunkey:main Dec 25, 2022
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.

2 participants