You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm so happy to find castero. Thank you for making it. It's really cool how you appear to have taken inspiration from ncmpcpp and newsbeuter and combined them into an awesome podcast program.
One small thing I've noticed is that the episode metadata pane appears to truncate its content at 35 lines.
Can you reproduce?
~ % sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.5
BuildVersion: 18F132
~ % pip show castero
Name: castero
Version: 0.5.5
Summary: A TUI podcast client for the terminal
Home-page: https://github.com/xgi/castero
Author: Jake Robertson
Author-email: jake@faltro.com
License: MIT License
Location: /usr/local/lib/python3.7/site-packages
Requires: python-vlc, python-mpv, beautifulsoup4, cjkwrap, requests
Required-by:
(I'm running 0.5.5 as 0.6.0 doesn't seem to have propagated to pypi yet.)
The text was updated successfully, but these errors were encountered:
Previously I had some code which truncated the description text to a portion of the screen size, and at some point that apparently started truncating the entire metadata display. This caused the description to abruptly cut off as you saw. That has been fixed with dbccf31, so the metadata panel will completely fill up if necessary.
This does not address the fact that we still have text being cut off when it fills the panel. In the future I would like to have controls to scroll through the metadata text (and for the help screen as well). That will be a pretty big change, so I can't commit to a timeline for it.
I'll leave this issue open to address the secondary concern. Thanks!
I'm so happy to find castero. Thank you for making it. It's really cool how you appear to have taken inspiration from ncmpcpp and newsbeuter and combined them into an awesome podcast program.
One small thing I've noticed is that the episode metadata pane appears to truncate its content at 35 lines.
Can you reproduce?
(I'm running 0.5.5 as 0.6.0 doesn't seem to have propagated to pypi yet.)
The text was updated successfully, but these errors were encountered: