-
Notifications
You must be signed in to change notification settings - Fork 5
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
General improvements #519
Conversation
- 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
Not the biggest fun of thumbnails for "filters" but other than that I really like the cmd icon. |
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}") |
There was a problem hiding this comment.
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 :-)
There was a problem hiding this comment.
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
Which one? Those icons were already in resources :D |
@SteveMavic bump version ;-) |
From:
To: