jesse

Results 10 comments of jesse

As is, you can get that to happen by importing them smallest to largest since _non-crossed_ is (always?) a super-set of _ticked_. I've been talking to the guy who maintains...

Assuming the image you're building has the necessary [requirements](https://github.com/jessedp/pihole5-list-tool#requirements), you should be able to run the [installation](https://github.com/jessedp/pihole5-list-tool#installation) command without problem and have it available inside the container.

It's possible that I was fighting [publishing timeout problems](https://github.com/jessedp/tablo-tools-electron/commit/8ebf7200b901a304dcdc548d93006c2978665c0c). Not sure if you can see the logs, but [these are the runs](https://github.com/jessedp/tablo-tools-electron/actions?query=branch%3Ats-build-test) from the branch I was testing on (`DEBUG=electron-builder*`...

Another request to finish this as a warning when running pytest also seems to potentially indicate a looming failure... > /home/jesse/.local/lib/python3.8/site-packages/prompt_toolkit/styles/from_dict.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead...

Instead of @nesadi approach, you can also just pass a Validator into the 'validate' key... ```python from PyInquirer import prompt, Validator, ValidationError ... class ValidateEditor(Validator): def validate(self, document): if document.text...

You can go to Settings->Naming and edit/create new Series and Movies naming templates in whatever format you want. The default Movies template includes the year `{{movie_airing.release_year}}` For Series you can...

Sorry, yup, I see where I didn't include the necessary Series info in the Naming Template options. Reopening this open so I fix it if/when I make a new build.

I hadn't considered a docker image at that point, but I may very well take you up on that offer (or what I mention at the end). I certainly have...

[v0.3.0-beta.1](https://github.com/jessedp/tablo-tools-electron/releases/tag/v0.3.0-beta.1) has the first version of this to mess with

from #25 / @dougK44883 You may already be aware of this, there's a project - https://github.com/rchavers/backup-tablo https://community.tablotv.com/t/backup-tablo-sh-backup-all-recorded-shows-from-a-tablo/21267 which "inadvertently" backups tablos DB - used when migrating to a new device....