Alexander Kettler

Results 11 issues of Alexander Kettler

Implement the GUI using [DearPyGui](https://pypi.org/project/dearpygui/) - Seems for flexible than Tkinter - [Documentation](https://dearpygui.readthedocs.io/en/latest/index.html)

Use [pyinstaller](https://www.pyinstaller.org/) to provide a binary for: - [ ] macOS - [ ] Linux - [ ] Windows 💡 No python installation will be required.

Build a new version with a current python version.

https://softwarerecs.stackexchange.com/questions/45496/kanban-board-written-in-python - kanban board, with configurable lanes - installable on premise (no cloud, no hosted on internet only) - open source - friendly/tolerable license (no Affero GPL), like MIT or...

Being able to download episodes to your machine - so you'll be able to listen to your favorite Podcasts when you're offline.

enhancement
feature request

Merge `...-podcast_setting.json` into ▶️ `...-favorite_podcasts.json` The settings file contains just one unique property (`addToInbox`). Which can be included into the favorites file. This should result in less file handling. **Related...

enhancement
change request

When you create a new playlist you need to press `enter` to create the new list. An alternative should be in place to make it easier for users to create...

feature request

... finding a new convenient way to render/build simple or complex DOM elements ... from a central place or tool or framework ... easy to change/update/manipulate ... dynamically build HTML...

enhancement
good first issue
change request
Medium

Some Podcast-Feeds support chapter-marks for their episodes. One ways to structure chapters, see the example below: ``` psc:chapters: psc:chapter: [ { @_start: '00:00:00.000', @_title: 'Intro' } .... ] ```

feature request

**Describe the bug** When uncheck the option "Push to New Episodes" on a Podcast it seems it still pulling latest episodes. **To Reproduce** Steps to reproduce the behavior: 1. Go...

bug