amano-kenji

Results 309 comments of amano-kenji

Did you try latest versions of vty and brick? The latest versions might have fixed the rendering issue.

I'm waiting for brick 2.3 support because brick 2.3 has functions that I want.

I think it can be closed now.

This is also good for putting configuration files in git repository. I want to track which configuration options differ from the defaults in my git repository of configuration files. If...

I think `SEARCH_TERM` belongs in something like `$XDG_DATA_HOME/pyradio/radiobrowser_search_term`.

At least, I clearly defined what should be done. You can come back to any defined issue when you have time.

Okay. It took some time to find `\n` from `Playlist Help` triggered by `?` key. I also discovered that `\r` is for renaming a playlist. Playlist deletion could be implemented...

It seems to me that you can just keep `cover.png` and `pyradio.png` in `site-packages/pyradio`. > This has been the behavior for a long time and I would not like to...

Things like search terms history and last version update check usually belong in `~/.local/share/PROGRAM-NAME`. neovim stores such data in `~/.local/share/nvim`. XDG base directory specification says The $XDG_STATE_HOME contains state data...