BigRetroMike
BigRetroMike
This is just an idea: Adding option to webui that make title as the status of current queue ? maybe progres like 120/1000? percent ? and if all 3 queues...
For anyone having issue with "other io error" when using mounted smb share as drive `media_path`. short: set both `media_path` and `tmp_path` on same drive long: if you compile torako...
It would be a great idea to update both triggers and scheme to reflect that. I would recommand something along 25-35 character and don't worry about it in future.
While using http connection without extra parameters url constructor add undesired "?" example: ``` wcapi.get("/products?sku=test") ``` with http connection will become: ``` http://example.domain/wp-json/wc/v3/products?sku=test%3F&oauth_consumer_key=ck_xxx&oauth_timestamp=1717745432&oauth_nonce=12afaxxx&oauth_signature_method=HMAC-SHA256&oauth_signature=kxxxx ``` after test there is added ?...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: When using external player via playercorefactory.xml before Leia Kodi would report...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: When playing video file for the first time from inside plugin...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: When putting http servered file to videos Kodi crash on Android...
## VERSION INFORMATION Server Version: 4.2.2 Desktop Version: If you've compiled your own version, please use the last commit you compiled. ## LOG FILE ``` [2024-08-10 18:33:28:493] Fatal|UnhandledExceptionManager.UnhandledExceptionHandler => UnhandledExceptionManager.GenericExceptionHandler...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
``` ListItem.setCast() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setCast(). ListItem.setUniqueIDs() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setUniqueIDs(). ListItem.setRating()...