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

Support for TvTunes add-on 4.0.0 #229

Closed
jingai opened this issue Dec 23, 2013 · 3 comments
Closed

Support for TvTunes add-on 4.0.0 #229

jingai opened this issue Dec 23, 2013 · 3 comments
Assignees
Milestone

Comments

@jingai
Copy link
Collaborator

jingai commented Dec 23, 2013

http://forum.xbmc.org/showthread.php?tid=178704

@ghost ghost assigned jingai Jan 22, 2014
@jingai
Copy link
Collaborator Author

jingai commented Jan 23, 2014

Needs an icon for the button to fetch the tune in DialogVideoInfo.xml. Code for which would go something like:

<control type="button" id="100">
    <description>Fetch TvTunes stuff</description>
    <include>ButtonInfoDialogsCommonValues</include>
    <label>31127</label>
    <onclick>XBMC.RunScript(script.tvtunes,mode=solo)</onclick>
    <visible>Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) + 
    [Container.Content(TVShows) | Container.Content(movies)] +
    IsEmpty(Window(movieinformation).Property("TvTunes_HideVideoInfoButton"))</visible>
</control>

@jingai
Copy link
Collaborator Author

jingai commented Jan 23, 2014

@jingai jingai modified the milestones: 3.0.0, 2.7.0, 2.8.0 Feb 13, 2014
@jingai jingai modified the milestones: 3.0.0, 2.8.0 Mar 20, 2014
@jingai jingai modified the milestones: 3.1.0, 3.0.0, 3.1.1 Dec 26, 2014
@MacGyverr
Copy link
Contributor

Made some icons, sure they suck, that's why my nick is MacGyver not Michelangelo.
screenshot007

MacGyverr/skin.metropolis-personal@f545cc3

@jingai jingai modified the milestones: 3.0.0, 3.1.1, 2.9.1 Dec 27, 2014
jingai pushed a commit that referenced this issue Dec 27, 2014
Had to mock-up an icon, someone please make a better one.

Addresses Issue #229.
jingai pushed a commit that referenced this issue Dec 27, 2014
Had to mock-up an icon, someone please make a better one.

Addresses Issue #229.
@jingai jingai closed this as completed Dec 27, 2014
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

No branches or pull requests

2 participants