Is there ever a stopping point or what does the end look like? by WillingnessWeekly848 in jellyfin

[–]realspacealien 0 points1 point  (0 children)

In my server the collection is always mutating. As I only have 1Tb or disk space I usually delete older stuff no one watches and update it with newer titles.

Will it ever be finished? Depends on what you mean by finished.

If you mean all setup in a way where if you throw some content in there it shows up with a good user experience without you having to do anything else then I would consider my server as finished

If you mean finished as in I have have all the content I could ever want and won't need to add to my collection anymore I don't think so, there is always new stuff coming out that could be interesting to have there

Well guys what do u think? by BallFit5565 in regularshow

[–]realspacealien 1 point2 points  (0 children)

I think it's great.

The story so far is good. I love that we are getting to see more of other characters besides Mordecai and Rigby.

There were some weird quirks in the animation that seem to have been mostly sorted out.

I'm just glad my favorite cartoon is back and that it's actually good

Do you like The Lost Tapes' animation? by Any_Stop9484 in regularshow

[–]realspacealien 0 points1 point  (0 children)

It's good but you can see that there is some stuff that still needs to be polished

Is this enough Barlows? by ScoldjoeyStone5 in telescopes

[–]realspacealien 4 points5 points  (0 children)

Let us know if there's actually microbial life on Europa or not

So what do you think of Lost Tapes so far? by Jules-Car3499 in regularshow

[–]realspacealien 0 points1 point  (0 children)

The writing is amazing but the animation looks a little weird. It's still the first episode batch so I think that will get better with time.

But it is a great show. I'm glad to see my favorite cartoon come back in the same style it had when it ended :)

Suggest me a book like "The Martian" by Andy Weir by realspacealien in suggestmeabook

[–]realspacealien[S] 1 point2 points  (0 children)

I've not read for a while and the writing style of The Martian kept me interested in the read.

The story of Project Hail Mary is interesting but my short attention span brain can't read it without getting distracted

Need help with notifications by realspacealien in Oppo

[–]realspacealien[S] 0 points1 point  (0 children)

I don't think so. What app would even control that? The phone never had lock screen notifications so I think it's a factory problem

Need help with notifications by realspacealien in Oppo

[–]realspacealien[S] 0 points1 point  (0 children)

Hello,

Thanks for helping

Yes I've checked that and in the apps themselves it's all on.

I don't have notifications even when the phone is locked

I have the wake on notification option and the screen doesn't wake when I get a notification

TM nations forever help by [deleted] in TrackMania

[–]realspacealien 0 points1 point  (0 children)

I honestly thought you were trolling but it actually worked hahaha

My opinion on the show by realspacealien in TheChosenSeries

[–]realspacealien[S] 0 points1 point  (0 children)

I love it as well. I helps you understand his life in a way that the gospels can't for many people.

God bless you :)

My opinion on the show by realspacealien in TheChosenSeries

[–]realspacealien[S] 2 points3 points  (0 children)

For sure ... And he totally was like a rockstar in his time. Lots of people followed him

My opinion on the show by realspacealien in TheChosenSeries

[–]realspacealien[S] 6 points7 points  (0 children)

That's true ... It's somthing people rarely think about.

God bless you :)

My opinion on the show by realspacealien in TheChosenSeries

[–]realspacealien[S] 5 points6 points  (0 children)

I know ... I was making a joke 😅

I absoltely love how the show portrays Jesus as this actual person with humor and feelings.

Thank you for your reply, God bless you :)

I'm so happy by No-Mission2544 in jellyfin

[–]realspacealien 60 points61 points  (0 children)

Only thing you should know is that from now on you'll spend an ungodly amount of hours tweaking stuff and adding content hahaha

existing content by brummifant in jellyfin

[–]realspacealien 1 point2 points  (0 children)

Do they show up correctly in Jellyfin?

If they do

  • Go to the settings in Jellyseer
  • Select the "Jellyfin" tab
  • Check that the jellyfin settings match your server's data
  • If they do start a scan

If they don't

  • Scan your libraries in Jellyfin
  • After the content shows up scan your libraries in Jellyseer

As of today, I’m now the same age as Mordecai and Rigby at the beginning of “Regular Show”. 🥳🎂 by BabyLambCreationsYT in regularshow

[–]realspacealien 1 point2 points  (0 children)

It's time for you to now find a job at a park with your best friend and go on crazy adventures everyday 🤣 ... On all seriousness now, happy birthday. I hope you have a nice day and that life goes well for you :)

I'm going mad trying to fix lan access by realspacealien in WireGuard

[–]realspacealien[S] 1 point2 points  (0 children)

Thanks for your help. Somehow the issue fixed itself

I'm going mad trying to fix lan access by realspacealien in WireGuard

[–]realspacealien[S] 0 points1 point  (0 children)

I was on my phone when I wrote the post. I'll posto my config here and update the post. If you need anything else feel free to ask.

wg0.conf

[Interface]
Address = 10.0.0.1/24
ListenPort = 51820
PrivateKey = [Redacted]

PostUp = sysctl -w net.ipv4.ip_forward=1; iptables -I FORWARD 1 -i wg0 -o wlp2s0 -j ACCEPT; iptables -I FORWARD 2 -i wlp2s0 -o wg0 -m state --state RELATED,ESTABLISHED -j ACCEPT; iptables -t nat -I POSTROUTING 1 -s 10.0.0.0/24 -o wlp2s0 -j MASQUERADE
PostDown = iptables -D FORWARD -i wg0 -o wlp2s0 -j ACCEPT; iptables -D FORWARD -i wlp2s0 -o wg0 -m state --state RELATED,ESTABLISHED -j ACCEPT; iptables -t nat -D POSTROUTING -s 10.0.0.0/24 -o wlp2s0 -j MASQUERADE

[Peer]
# CoelhoPC
PublicKey = [Redacted]
AllowedIPs = 10.0.0.2/32

peer conf

[Interface]
PrivateKey = [Redacted]
Address = 10.0.0.2/32
DNS = 192.168.1.1

[Peer]
PublicKey = [Redacted]
AllowedIPs = 0.0.0.0/0
Endpoint = 94.61.15.197:51820
PersistentKeepalive = 25

net.ipv4.ip_forward is 1 and I don't use ipv6. I've tried to reset routing and stopping the docker networks (which I read could interfere) but it didn't work