I believe I found another Piefed bug. When viewing my saved posts it just shows the posts from my home feed and when going to comments nothing at all
Blorp
Bl🪐rp Social – a Threadiverse client for Lemmy and PieFed.
Try it!
🚀 Download
Will fix. Also I guess I forgot to let you save comments in Blorp, so we should probably add that too.
First of al, thank you for your work!
I have no idea how to market this app. I’m estimating I may have 400ish users. I honestly have no idea. Could be much higher or much lower. My marketing mostly consists of me annoying people on Lemmy into using Blorp. At least that’s how I percieve it, and I cring a little at myself.
Posting it to !lemmyapps@lemmy.world, !fediverse@lemmy.world and !fediverse@piefed.social will probably help with awareness that it exists
You also might want to create another account on another instance, .ml tends to be blocked by a few instances
- Block a community
You can block communities now? Nice!
Soo I think I just found another Piefed bug. The Blorp community when using a lemmy account:
When using Piefed:
The icon appear for a second when opening a community for the first time, the banner doesn't and then both disappear. This happens across communities on blorpblorp.xyz and the latest testflight on an Ipad and is the same on all lemmy/piefed instances I tried. The little icons in the feed are fine, so I assume this is related to the banner.
I do like the search overhaul, however the comments in the preview are way to small to be useful. I would maybe just hide them from the preview to make it more simplified, or maybe make the expandable (though that might make it to cluttered for a preview)
My native language is German and I'd be happy to help translate, though I personally just use all my apps in English as it is my preferred language for anything digital.
I also wanted to suggest updating the community description with the links to f-droid, google play and github
Btw where do you prefer getting bug reports/feature request?
- PieFed banner bug is fixed on blorpblorp.xyz but I’m not rolling out to app stores quite yet.
If you’re interested in why
PieFed plans on pruning some stuff from their API responses to cut down on size. Looks like they return community.banner from but maybe prune post.community.banner. Lemmy doesn’t do this, so whenever we see post.community we can assume it’s up to date. But with PieFed, we have to be more careful as it can return only a subset of the data about the community.
-
Done, removed comments from search. Good call
-
Would you be interested in being a moderator for this community? Otherwise I can update the sidebar
-
Feedback is fine wherever. If I forget about something, feel free to message me again. But GitHub issues are less likely to get lost as I have to close them. Matrix is nice for things that require a lot of back and forth.
Banners are working thanks. I'd be happy to be a mod of this community.
A few more thoughts:
-
I noticed there are embeds for arte.tv (example: https://blorpblorp.xyz/home/c/mediatheque@feddit.org/posts/https%3A%2F%2Ffeddit.org%2Fpost%2F17170531) However they only work seem to work when using a lemmy account. On lemmy they work but they autoplay, which is kind of inconvenient. To disable this in the iframe the src url should have "?autoplay=false" instead of "?autoplay=true"
-
I noticed that loops embeds don't play in blorp but rather just take you to loops.video. Is this a bug or intended? For me it works either way, but it just seemed unintended
-
One feature I'd like to see is a way to see up and downvotes separately. This could either be implemented like in Voyager where there is a setting and it shows them directly, or like in piefed where you can see them while hovering over the vote count (which I think is the cleaner way)
- You’re now a mod! Feel free to update the sidebar. Unfortunately Blorp doesn’t really support moderation features… yet. I’m also not sure how well moderation works from PieFed to Lemmy, so let me know if it works.
- I’m not seeing the embed in the link you sent. But I think I know what you mean. There are a bunch of embeds we recognize and can handle gracefully (without autoplay) but if we don’t recognize an embed, we fallback to rendering it in an iframe. I’m not 100% how to diable autoplay in the fallback case. I’m considering just disabling any unrecognized embeds.
- Loops is kinda a hack. The Mac, iOS, and Android app should be able to play the Loops video in app. For the website to work we would need some sort of API access from Loops.
- I have hover implemented in the accesibility branch build in my origianl post.
- Thanks, sidebar has been updated. Moderation between Piefed and lemmy in my experience isn't a problem, the only thing is that some things (like post flairs) only work on one side
- arte.tv is probably region locked to Germany and France so that could be why you can't see it
- I just asked because the only other lemmy client I tried that embeds loops (Tesseract) always displays loops in site
- Nice
I think Tessearct proxies requests via a backend, but I would have to double check. We could do this, but I’m trying to avoid setting up any sort of backend. Idk how much pull we have with Loops, but maybe we can ask them to setup a way to embed videos.
As long as loops play in the apps I don't think it's a problem as otherwise your using a browser anyways
arte.tv is probably region locked to Germany and France so that could be why you can’t see it
I'm in another European country and I can reach arte fine, but maybe outside of Europe they are locked indeed
I checked the arte faq:
The entire replay offer of the ARTE media library is available in Germany and France. Outside these two countries, 85% of the programmes are available in German and French speaking countries in Europe. Two thirds of the programmes are available across Europe and nearly half of programmes worldwide.
Thanks!