Happy Thanksgiving! I’ve done more work than I realized over the last few months. Changes include:
- I rewrote most of the playlist code to use a std::vector instead of a linked list. The class is much simpler now and should be easier to maintain going forward.
- Switch to gstreamer 1.0.
- Added sort and random buttons to the UI and rip out extra playlist types.
- Command line completion for ocarina-* commands.
- Various other cleanups.