-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Ability to display or list existing playlists #514
Comments
Hi!, The functionality exists, 'more or less'... I'll explain. The Google Music playlists are listed when the command is executed, usually until an exact match is found. If the exact match is not found, then a 'fuzzy' match will be selected. If nothing really matches, then a 'random' playlist will be selected.
|
anyway, since you already have a way to retrieve the list, I guess it shouldn't be a big deal to add a list command... I'm also thinking that it would be great to be able to set the "fuzziness" of the search (the rate... basically) |
I think both are definitely good ideas, i.e. being able to only list the playlists, and the ability to tweak the fuzzy search. For this I've created a new issue: #517 |
PRs are more than welcome by the way! :-) |
Sure, I just discovered the project, need to get my hands down to it, after I finish some other work in other projects first! You can only handle one thing at a time :) |
I recently found this project and its fantastic! However, the lack of functionality for listing playlists and other collections like albums is the biggest limitation of the project that I've come across so far. When I play a playlist from spotify for example it does list the playlists on my account, but the list truncated and its buried underneath a bunch of debug output that I can find a way to disable in the config file. So the functionality is there on the backend to do this, its just not formatted or setup as its own command |
Hi @makcuber
Thanks!, I'm glad you like it! :-)
I believe you need to update the pyspotipy Python module that is responsible for displaying all that debug info. The latest version (2.12.0) removed the debug output that was accidentally left on in a previous version.
Yes, you are correct. A bit of good news, the displaying of the contents of the play queue while Tizonia is already going through it is in progress. This option will be exposed in the next release of Tizonia, most likely as a keyboard shortcut e.g. like pressing the 'l' key on your keyboard while running a playlist. Hopefully, in 1-2 weeks this will be out (when 0.22.0 is released). |
In addition to that, this other feature will also be part of the next release : |
Description
Sometimes I find myself having to go to Google Play Music online to remember the lists I have configured there and then come back to tizonia to actually use them. The fuzzy search not always find the exact list and also, myself, sometimes I don't remember the names themselves so I don't know what to search, or even, sometimes I don't know what I want to listen and after seeing he list of playtlists, I decide...
It would be great to have a
--list-playlists
or--show-playlists
argument to display all the playlists one have.The text was updated successfully, but these errors were encountered: