Rob

Results 95 comments of Rob

I haven't yet pushed my "fix" for this into the main Kodi repo so I wouldn't expect too much of a difference just yet. The patch won't really help the...

Is this when the restore points are being displayed for selection? The date formatter _should_ be formatting the date according to Kodi's regional settings. In the [date format](https://github.com/robweber/xbmcbackup/blob/matrix/resources/lib/backup.py#L461) function a...

What version of the Backup addon are you using? I changed my regional settings to Slovak and the dates parsed fine on my backup files. I was on Kodi 20.0...

I updated my setup to 20.2 and when I switch to Slovak for the language the dates show up just fine for me. There is obviously some kind of parsing...

I did add some additional information to the wiki page on this. You will still get some dialog prompts depending on if Advanced Settings files are found, or if you...

Good idea. I see there is a JSON command for doing both exports of the [Audio](https://kodi.wiki/view/JSON-RPC_API/v13#AudioLibrary.Export) and [Video](https://kodi.wiki/view/JSON-RPC_API/v13#VideoLibrary.Export) Library. These could be leaned on to do the export.

I'll have to get a release candidate installed and test it out. Could be some changes in the python API. I generally keep things working on the latest stable release...

The main criteria for interfacing with other EPD types is being able to program them via Python. Generally this is a wrapper around established libraries from the manufacturer for controlling...

I did some more digging and did find [this repo](https://github.com/clach04/eink_ssd1619_er-epm042-1) that has some Python code but it's not super user friendly. Not even sure if it's in a working state....

Just posting what I had on the wiki in response to this for reference: > I guess the short answer is "yes it could probably do that". The long answer...