Just had a few minutes with cursebox (first had to install python 3 on
my Mac...). Some observations:
- backspace (eg. from search/artist/someone) doesn't work. I can't get
back to home
- just using "-s 192.168.123.45" didn't work. Only when I created the
config file and replaced all placeholders it would connect
- I would love to see the full text search supported, accessible with a
single character rather than two :-)
- trying to show the current playlist (p) crashed the script:
Traceback (most recent call last):
File "/usr/local/bin/cursebox", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/cursebox/cursebox.py",
line 1076, in main
player_id
File
"/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/curses/__init__.py",
line 94, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/local/lib/python3.6/site-packages/cursebox/cursebox.py",
line 957, in start_cursebox
cb.start(server_name, server_port, username, password, player_id)
File "/usr/local/lib/python3.6/site-packages/cursebox/cursebox.py",
line 886, in start
self.start_screen()
File "/usr/local/lib/python3.6/site-packages/cursebox/cursebox.py",
line 202, in start_screen
self.current_playlist_screen()
File "/usr/local/lib/python3.6/site-packages/cursebox/cursebox.py",
line 712, in current_playlist_screen
current_playlist_tracks = self.client.get_current_playlist_tracks()
File "/usr/local/lib/python3.6/site-packages/cursebox/lms.py", line
639, in get_current_playlist_tracks
assert len(data) % 6 == 0, 'Malformed return data from LMS.'
AssertionError: Malformed return data from LMS.
Are you expecting some kind of URL? I'm currently listening to some
tracks I've uploaded using d'n'd in the browser. They would be using the
tmp:// scheme.
Let's see whether I an figure out all the fastest key combos I need. How
about support for the "random albums" menu?... ("albums sort:random" or
similar)
--
Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins