Results 1018 comments of advplyr

Thanks! I wanted to remove a lot of those success toasts because it is redundant when the change can be seen. Most of the "failed to get.." error toasts can...

I tested this as well as other podcasts by CBC https://www.cbc.ca/radio/podcasts If I replace our User-Agent string with the default axios one the requests go through. They are rejecting our...

How is it getting your SMTP info for sending emails?

This will be possible now that email settings have been added. As of v2.2.22 the email settings are only used for sending ebooks to devices. Sending invite emails was requested...

Since the client is where users are selecting their language (besides the server default language) the translation should remain client side. The way I solved this for the home page...

All the tasks made with the TaskManager are hard coded so whatever solution we come up with should work for all tasks and be an update to the Task object.

These are the current hotkeys ```js AudioPlayer: { PLAY_PAUSE: 'Space', JUMP_FORWARD: 'ArrowRight', JUMP_BACKWARD: 'ArrowLeft', VOLUME_UP: 'ArrowUp', VOLUME_DOWN: 'ArrowDown', MUTE_UNMUTE: 'KeyM', SHOW_CHAPTERS: 'KeyL', INCREASE_PLAYBACK_RATE: 'Shift-ArrowUp', DECREASE_PLAYBACK_RATE: 'Shift-ArrowDown', CLOSE: 'Escape' }, ```

"Has no ebook" would mean that it has tracks otherwise it wouldn't be able to get scanned in. To select all books that are ebook only you would select "Tracks->No...