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

General improvements #519

Merged
merged 5 commits into from
Dec 28, 2023
Merged

General improvements #519

merged 5 commits into from
Dec 28, 2023

Conversation

SteveMavic
Copy link
Collaborator

  • improved HTTP Requests logging
  • changed icons colors to match Kodi color pattern
  • applied icons to "Tags", "Years", "Seasons" main menu list items
  • improved readability which arts are being applied to main menu list item
  • disabled set_content in some folders (because of this - was unable to set custom icons)
  • added command descriptions use 'summary' for options descriptions. #502
  • improved commands visibility, commands have own icon now

From:
obraz
obraz

To:
obraz
obraz

- improved HTTP Requests logging
- added comment for future me
- changed icons colors to match Kodi color pattern
- applied icons to "Tags", "Years", "Seasons" main menu list items
- improved readability which arts are being applied to main menu list item
- disabled set_content (because of hits - was unable to set custom icons)
- added command descriptions
- improved commands visibility, commands have own icon now
@SteveMavic SteveMavic self-assigned this Nov 1, 2023
@bigretromike
Copy link
Owner

Not the biggest fun of thumbnails for "filters" but other than that I really like the cmd icon.
Looks like it's that time of year xD

@bigretromike bigretromike self-requested a review November 2, 2023 14:14
data = json.dumps(data).encode("utf-8")
req = Request(url, data=data, headers=headers, method="PUT")
else:
print(f"Unknown === {url}")
debug(f"Unknown === {url}")

print(f"Sending HTTP request: {req.method} {req.get_full_url()}\r\nHeaders: {req.headers}\r\nData: {req.data}")
Copy link
Owner

Choose a reason for hiding this comment

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

do we need duplicate information ? I understand that we can ditch print, or convert it to debug but both print same data :-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We could get rid of prints, but prints do not appear in kodi.log unless set debug mode in Kodi, not plugin settings

@SteveMavic
Copy link
Collaborator Author

Not the biggest fun of thumbnails for "filters" but other than that I really like the cmd icon. Looks like it's that time of year xD

Which one? Those icons were already in resources :D

@bigretromike bigretromike merged commit ea1372c into master Dec 28, 2023
@bigretromike
Copy link
Owner

@SteveMavic bump version ;-)

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