Andrew Rabert

Results 33 issues of Andrew Rabert

The Jellyfin API is completely different from the Subsonic API.

Audinaut does not reliably respond to media keys.

bug

Wildly incorrect track time was shown when attempting to play a song that was still downloading. Reselecting the song after download completion updated the time to show correctly. The song...

bug

* Open Audinaut to the now playing screen * Split the screen * Get crash ``` FATAL EXCEPTION: main Process: net.nullsum.audinaut, PID: 10135 java.lang.NullPointerException: Attempt to invoke virtual method 'void...

bug

Audinaut is cluttered and difficult to use in multi-window mode: ![screenshot_20170527-193010](https://cloud.githubusercontent.com/assets/6550543/26757644/cf80f1ce-4890-11e7-8b05-3b1fea775f16.png) A proper `resizeableActivity` mode should be added as per [this documentation](https://developer.android.com/guide/topics/ui/multi-window.html).

enhancement

When clearing the music cache, the music directory is deleted. This also means that the `.nomedia` file is deleted. It is not automatically recreated.

bug

- press `/` to begin searching (like vim) - the list scrolls to the "closest" match as text is entered

enhancement

Would help some jellyfin users. https://github.com/jellyfin/jellyfin/issues/839

When, for example, an insert without return is executed, attempting to access the queries.Result object's rows raises a psycopg2.ProgrammingError with a message of 'no results to fetch'. The existing check...