yTermPlayer icon indicating copy to clipboard operation
yTermPlayer copied to clipboard

Stream youtube playlists as audio on linux terminal

Results 11 yTermPlayer issues
Sort by recently updated
recently updated
newest added

Using python 3.10 in a fresh virtualenv. However, I have installed it without a virtualenv in with python 3.8 and received roughly the same error I'm not sure if this...

```Traceback (most recent call last): File "c:\Users\phoen\OneDrive\Desktop\yTermPlayer\yTermPlayer\yterm-player.py", line 11, in from .music_api import YoutubePlayer ImportError: attempted relative import with no known parent package```

Please help me load playlists into the player. Currently it just outputs the following message in the terminal: `During handling of the above exception, another exception occurred: Traceback (most recent...

> yterm Traceback (most recent call last): File "/usr/local/bin/yterm", line 33, in sys.exit(load_entry_point('yTermPlayer==1.2.1', 'console_scripts', 'yterm')()) File "/usr/local/bin/yterm", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/metadata.py", line 77, in load module...

I used the option "pip3 install" and I can't get the app to work (Ubuntu 20 server) error: ssh: Command not found: yterm

I had updated my youtbe-dl to the latest version, but there are out of range and url not found errors when i tried to add a playlist.. `Requirement already up-to-date:...

I would very much like it if you could scrub through the song with left and right arrow keys

I see that in #14 ```total_seconds = 0``` was added ti music_api.py line 250 However i still get the error ``` File "/usr/lib/python3.7/site-packages/yTermPlayer/ui.py", line 71, in update_name temp = self.player_object.get_time_details()...

Playlists with over 200 items cannot be loaded fully and that's because pafy's `get_playlist()` doesn't support more as it uses old version of the api. Pafy does have another way...

As the title says. Possible fix for this could be #7 but it's kind of hacky so finding the root cause for this would be better.