maihde
maihde
Minor usability improvements: - Progress monitor on upload (can be suppressed with --quiet) - Archive list supports verbose print outs - Automatically inventory jobs can be prevented when doing archive...
The pipeline description says the following: ``` ...only one stage (Aggregation) requires access to the entire dataset. The remaining stages use a fixed-sized data structure regardless of the input dataset......
Steps to reproduce: 1. Insert records into collection where ISODate has microseconds value between .001 - 0.099. For example: insert({"date": ISODate("2016-06-04T23:25:00.023")}) 1. View in RockMongo Observed Behaviour: - The value...
``` ./install.sh: line 92: cmake: command not found make: *** No targets specified and no makefile found. Stop. ``` This is on RaspberryPi Lite OS (bullseye)y. Running `sudo apt install...
Use the setRating API to set ratings on artists, albums, and songs. Display ratings for items whenever possible.
Add the ability to run in jukebox mode (using the jukebox API) instead of running the audio on the Roku.
Use the "getChatMessages" to periodically check for message. When received display them to the user as a message box.
Use the "scrobble" REST API when playing songs. A song should only be scrobbled if more than half it's duration is listened to.
Ideally, returning to the main screen would not interrupt audio playback. However, there are bugs in the roku firmware that break roGridScreen when there is an roAudioPlayer running in the...