Replies: 7 comments 4 replies
-
I think it is already installable as a PWA. |
Beta Was this translation helpful? Give feedback.
-
Hello @optim77 , I have reconsidered some things. What we have now is a complete application, so it is fertile grounds for native app conversion. I have seen that Tauri 2 supports as many platforms as Flutter does. |
Beta Was this translation helpful? Give feedback.
-
yes, as much as possible I can try, I have not had to deal with Tauri so far but I will try, if I have any problems or need support I will get back to you |
Beta Was this translation helpful? Give feedback.
-
#282 created PR |
Beta Was this translation helpful? Give feedback.
-
Although it is outside the scope of the current PR, we should explore ways to extract youtube playback data ondevice taking advantage of the rust backend. |
Beta Was this translation helpful? Give feedback.
-
Application Development Team : Tauri seems to be too complicated. For now we will backtrack. This does not mean the progress on #282 is not fruitful, it will be later looked into when tauri is ready. That brings us to Electron (mac, linux, windows) and Capacitor (android). A part of this change is the requirement of on-device data extraction and streaming via https://github.com/LuanRT/YouTube.js, which seems to be simpler to implement on these frameworks than through rust via tauri. |
Beta Was this translation helpful? Give feedback.
-
@optim77 @Shashwat-CODING @AnirbanBiswasGamer |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In order to make the application more accessible to non-programmers, people who do not like to have a lot of tabs in the browser, it would be nice to make a standalone application that runs from an .exe file. The best idea, since the application is written in typescript, would be to make a port to Electron. Which creates applications for any platform (win, mac, linux). It would be worthwhile to start doing this now that the project is relatively small. What do you think about this idea?
Beta Was this translation helpful? Give feedback.
All reactions