RustyTube icon indicating copy to clipboard operation
RustyTube copied to clipboard

A rusty Youtube client.

Results 25 RustyTube issues
Sort by recently updated
recently updated
newest added

Thought it would be a good idea to list some possible UX improvements here that I thought of: - [ ] Use the pointer cursor when hovering over clickable elements...

- [ ] Use [`tauri-sys`](https://github.com/JonasKruckenberg/tauri-sys) for desktop integration. - [ ] Use `Dialog` for save, import, export, and download features. - [ ] Save config and other stored data to...

enhancement

- [ ] Use tooltip on sidebar subs when the sidebar is closed. Similar method to tooltip on video because tooltip usually does not work in a scrollable container with...

enhancement

Trying out the app at rustytube.rs with Firefox. Import subscription from json file, i get this warning in browsers console and nothing else happens: ``` Attempted to update a signal...

- [ ] Cache clicked videos as a `Vec` and save it in storage. - [ ] Add a history page; will have same UI as other pages. - [...

enhancement

- [ ] Replace with desktop integration using `tauri-sys`.

Webkit-based browsers have a green screen when playing the first video after opening RustyTube. The audio still plays fine and it is easily fixed by changing formats.

bug

Decide what to use. Perhaps `fluent` or `rust-i18n`. # Strings - Replace all hardcoded strings and set up translation guide on Github. - Replace invidious hardcoded strings with locally generated...

enhancement
help wanted

Pretty self-explanatory, add support for being able to display subtitles. I *might* be interested in doing this. Im just not sure about how one would do it.