HackerTrans
TopNewTrendsCommentsPastAskShowJobs

koen31

no profile record

comments

koen31
·hace 2 años·discuss
Grayjay dev here, fixed for next release, thanks for the feedback all.
koen31
·hace 2 años·discuss
Grayjay dev here, we want to provide the app however people want to consume it (binaries, flatpak, appimage, ...) but it will take us some time to get everything as it should be.
koen31
·hace 2 años·discuss
Grayjay dev here, empty dir is definitely not intended and has been written down on the issue list.
koen31
·hace 2 años·discuss
The license we use allows forking and distributing just not commercially.
koen31
·hace 2 años·discuss
Grayjay dev here. What you suggest you can already do in the Grayjay Android app. Support has not been added in the desktop app yet. Harbor is the app you can use to claim that you own a specific account and then you can configure for example which Merch to show. It supports the largest storefronts if you input an URL it will automatically scrape that specific page and cache the results. You can however also input a JSON.
koen31
·hace 2 años·discuss
Grayjay dev here, that's a bug, I wrote it down. You can probably work around it for now by logging out -> restart app -> log back in.
koen31
·hace 2 años·discuss
Grayjay dev here, TikTok plugin pretty much works already, we just need to add the respective UI for both mobile and desktop to make it work nicely.
koen31
·hace 2 años·discuss
Grayjay dev here. If you want it to use your user directory like other apps, just remove the file called "Portable". Keep in mind that it just uses your working directory to write files otherwise.
koen31
·hace 2 años·discuss
Grayjay dev here, good point, will add right click, paste.
koen31
·hace 2 años·discuss
Grayjay dev here, forking is not forbidden.
koen31
·hace 2 años·discuss
Grayjay dev here, you are not giving us any data. You can review the source code, the only data being sent to us is a single data on bootup to let us know how many users we have.
koen31
·hace 2 años·discuss
Grayjay dev here, this is for sure a use case we have in mind. The idea is in the future to allow you to share subscription groups you've made for your kids with friends.

Maybe there can be a website where people share subscription groups with each other in general. Good archery channels, good fitness channel, kid safe channels, etc.

Another thing I am pondering is if it is worth adding a mode that prevents your kids from accessing other content then what is in a specific subscription group.
koen31
·hace 2 años·discuss
Grayjay dev here, noted. Thank you.
koen31
·hace 2 años·discuss
Grayjay dev here, the idea is to have a plugin system for recommendation engines in the future. You can choose whichever recommendation engine you like and it will tell you what data will be sent to the recommendation engine in order to be able to make recommendations for you. There will likely also be recommendation plugins that run fully offline for people who care a lot about privacy.
koen31
·hace 2 años·discuss
Grayjay dev here, shorts will come, but on a tab you can turn off.
koen31
·hace 2 años·discuss
The protocol has been designed by taking the commonalities between all different casting protocols like AirPlay and Chromecast as a base. This is what has been used to make version 1.0. I tried making it as simple as possible and low effort to implement.

https://gitlab.com/futo-org/fcast/-/wikis/Protocol-version-1

As you can see the 1.0 protocol is very lean and fits on an A4.

If you want to have an audio-only ESP32 speaker I don't see why it wouldn't be possible with the FCast protocol.
koen31
·hace 2 años·discuss
The plan is that the FCast SDK will eventually allow you to cast (with a reduced feature set compared to FCast) to Chromecast, Airplay and others. Improving the download experience for users for sure is something we will look at.
koen31
·hace 2 años·discuss
Had not heard of Icecast before, but it doesn't look like they have the same aim of having receivers on every platform (AppleTV, Roku, TizenOS, Android, Linux, MacOS, Windows, ...)
koen31
·hace 2 años·discuss
We will do a better job explaining this soon and also provide binaries. For now there are a few possibilities:

1. Grayjay can cast to an FCast receiver

2. There are some terminal clients and a nautilus plugin, but we don't provide binaries (yet). These can be used to cast local media and remote media https://gitlab.com/futo-org/fcast/-/tree/master/client

3. Someone made a yt-dlp client that can cast to FCast: https://git.sr.ht/~shironeko/fcast/tree/yt-dlp/item/clients/...

4. Cloudfstream supports it: https://github.com/recloudstream/cloudstream/blob/master/app...
koen31
·hace 2 años·discuss
Someone also made it possible to stream anything that yt-dlp can download https://git.sr.ht/~shironeko/fcast/tree/yt-dlp/item/clients/...