readtomyshoe
readtomyshoe copied to clipboard
A webapp that reads your articles to you while you're on the subway
The RSS feed in `server/src/list_articles.rs` has a `localhost` URL. This makes it unusable in deployments. The solution should be to have a new server flag `--hostname` that gives the hostname...
It would be nice to have a way of reading the text along with the voice. This would be possible using the [current API](https://cloud.google.com/text-to-speech/docs/reference/rest/v1beta1/text/synthesize) by adding an SSML `` tag...
IndexedDB is not available in Safari's private mode, so RTMS fundamentally does not work. Make it error on add-to-queue, with error text nicer than attached.
Currently, on every platform, if you get a notification while listening to an article, or you start to play something else, the playback will not stop. In the best case,...
Make a selection box which, when selected, will autoplay the next article once the current one is done.
It'd be nice to see how long an article is before you try to add it to queue. This should maybe go in the italic text below the title.
When adding by text, it would be nice to allow the manual addition of a source link (just like how adding by link includes the source link).
Sometimes articles have full URLs in them. Reading them out isn't particularly helpful. It'd be better to replace URLs in articles with "Link to [domain]" and remove the rest of...
# Problem It's not always clear when an article is over. If you are listening in a podcast app, you might jump from the end of one article to the...
It would be nice to be able to subscribe to `https://RMTS_URL/api/feed?title-filter=Money%20Stuff`, and have that return a feed containing only the articles with "Money Stuff" in the title.