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

clear additional properties #5

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

clear additional properties #5

wants to merge 3 commits into from

Conversation

scott967
Copy link
Contributor

@scott967 scott967 commented Mar 4, 2015

Clear properties for sets country and studio

Currently when focus moves from a set to a movie (for example, viewing movie titles with "view movies in sets") , several properties are cleared but Set.Movies.Country and Set.Movies.Studio are not cleared. This PR adds window.clearProperty statements for both of these

Clear properties for sets country and studio
@@ -233,7 +233,6 @@ def set_movie_properties(json_response):
title_header = "[B]" + str(json_response['result']['setdetails']['limits']['total']) + " " + xbmc.getLocalizedString(20342) + "[/B][CR]"
for item in json_response['result']['setdetails']['movies']:
art = item['art']
streaminfo = media_streamdetails(item['file'].encode('utf-8').lower(), item['streamdetails'])
Copy link
Owner

Choose a reason for hiding this comment

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

Removing those two lines probably wasnt your intention?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

On 3/4/2015 03:37, Philipp Temminghoff wrote:

In Utils.py
#5 (comment):

@@ -233,7 +233,6 @@ def set_movie_properties(json_response):
title_header = "[B]" + str(json_response['result']['setdetails']['limits']['total']) + " " + xbmc.getLocalizedString(20342) + "[/B][CR]"
for item in json_response['result']['setdetails']['movies']:
art = item['art']

  •    streaminfo = media_streamdetails(item['file'].encode('utf-8').lower(), item['streamdetails'])
    

Removing those two lines probably wasnt your intention?


Reply to this email directly or view it on GitHub
https://github.com/phil65/script.skin.info.service/pull/5/files#r25774238.

Right. I'm just starting to learn github, so probably did something wrong.

scott smart

Copy link
Owner

Choose a reason for hiding this comment

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

Would you update the PR?

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

2 participants