[-] jaybone@lemmy.world 2 points 1 hour ago

I hope tourte right.

[-] jaybone@lemmy.world 1 points 2 hours ago

NO, YOU PATHETIC SUB-HUMAN. I AM A CAPITALIST AND I CONTROL THE MEANS OF PRODUCTION. YOU WILL BOW DOWN BEFORE ME OR RISK INCURRING THE FURTHER WRATH OF MY DEVASTATING CAPS LOCK /ml

[-] jaybone@lemmy.world 2 points 2 hours ago

That’s what you think.

[-] jaybone@lemmy.world 1 points 19 hours ago

I remember when my 386 had a 40mb hard drive.

[-] jaybone@lemmy.world 3 points 19 hours ago

A few seasons of TV shows.

[-] jaybone@lemmy.world 6 points 19 hours ago

I am just transporting a bag. The contents are not officially licensed to be regulated by the state.

[-] jaybone@lemmy.world 10 points 19 hours ago

This is a fuck.

[-] jaybone@lemmy.world 5 points 19 hours ago

I’m calling the secret police.

[-] jaybone@lemmy.world 4 points 19 hours ago

Is this related to OP?

Or you just have a Romulan Empire conspiracy bone to pick?

[-] jaybone@lemmy.world 36 points 20 hours ago

Please select all squares containing a gaslight.

[-] jaybone@lemmy.world 8 points 1 day ago

SCOTUS will make sure that doesn’t apply.

If not one of the Trump children, I wonder who Musk’s running mate will be.

[-] jaybone@lemmy.world 4 points 1 day ago

How is this any different than Lemmy cat subs?

11

When in Large Text Mode, information is truncated with ellipses "..." Here's a proposal for a better solution, which might help in regular text mode also.

Using Large Text Mode

In the feed we see posts appear like this:

The community appears as "green..."

This could show the full community name and post username, allowing line wrap, followed by a newline and the counts on the next line.

So instead of

O green...
^ 433 v 1 O 100% O 8h

This could instead show

O greentext@sh.itjust.works 
by user@instance 
^ 433 v 1 O 100% O 8h

Yes allowing line wrap might break the text at non-whitespace characters, but I think that would still be ok. E.g.

O greentext@sh.itju
st.works by user@instance 
^ 433 v 1 O 100% O 8h

Similarly when entering post and comment view

This could instead show

O greentext@sh.itjust.works 
by user@instance 
^ 433 v 1 O 100% O 8h

Then when viewing the comments

Rather than:

psycho_... ^ 14 v 0 ... 5h

You could again allow line wrap and add a newline between the user name and the vote counts.

This could instead read:

psycho_whatever@instance 
                       ^ 14 v 0 ... 5h

This should still be okay for wrapping long user names that don't wrap on whitespace characters. E.g.

some_long_user_name@so
me_long_instance_name 
                       ^ 14 v 0 ... 5h

Also user profiles do not render well in Large Text mode.

2
S46 E07 (lemmy.world)
submitted 6 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
2
S46 E06 (lemmy.world)
submitted 6 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
4
S46 E05 (lemmy.world)
submitted 6 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
3
S46 E04 (lemmy.world)
submitted 6 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
2
S46 E03 (lemmy.world)
submitted 6 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
3
S46 E02 (lemmy.world)
submitted 7 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
278
submitted 7 months ago by jaybone@lemmy.world to c/reddit@lemmy.world

I don't give a shit about reddit's DP program.

The first two or three emails I was willing to ignore. But they keep sending these.

How desperate do you have to be?

3
submitted 7 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
0
submitted 7 months ago by jaybone@lemmy.world to c/survivor@lemmy.world

This sloppy bash script generates the above html players table from this site:

https://ew.com/survivor-46-cast-contestants-revealed-8557071

Maybe this can be expanded to track player eliminations.

Hopefully this code posts correctly...

#!/bin/bash
#
# List Survivor Season 46 Players
#
#

URL=https://ew.com/survivor-46-cast-contestants-revealed-8557071

cat <
DONE


wget $URL -O - \
    | grep -A 5 "mntl-sc-block-heading__text" \
    | sed 's/.*__text"> /<div><div>/g' \
    | sed 's/&lt;\/span.*/<br>/g' \
    | sed 's/&lt;\/img>&lt;\/div>/g' \
    | sed '/^\-\-$/d' \
    | sed '/^$/d' 


echo "</div>"



18
submitted 8 months ago by jaybone@lemmy.world to c/jellyfin@lemmy.ml

Server: Ubuntu.
Client: Roku.

When I play an episode of a TV show, if I pause I see the name of the episode, but it doesn't show which season or episode number.

E.g. I might see:
Lisa Simpson, This Isn't Your Life

But I would like to see something like:
s22e05 - Lisa Simpson, This Isn't Your Life

Or maybe even better, something like:
The Simpsons - s22e05 - Lisa Simpson, This Isn't Your Life

Is there some way to enable this?

Additional question...

This is even more annoying because sometimes when I pause, or fall asleep, or shut off my tv/roku, the "Continue Watching" list on the home screen doesn't even have where I left off. (Sometimes it does. That seems like a bug to me.) So then I have to go track down the season and episode number where I left off.

13
submitted 9 months ago by jaybone@lemmy.world to c/jellyfin@lemmy.ml

Some questions and comments on my experience.

My main motivation to switch was that emby seemed to be buggy on the client side, keeping track of what episode of what tv show and season I was on. I'm hoping jellyfin helps with that.

On the server side, I wanted to keep both servers running. But there were port conflicts. It was difficult for me to find in the Jellyfin docs the right config file to set the ports. So I ended up changing the emby ports. (Since I could find the emby config files.)

diff /var/lib/emby/config/system.xml.orig /var/lib/emby/config/system.xml 
9,12c9,12
&lt;   8096
&lt;   8920
&lt;   8096
&lt;   8920
***
>   18096
>   18920
>   18096
>   18920
view more: next ›

jaybone

joined 1 year ago