jaybone

joined 1 year ago
[–] jaybone@lemmy.world 4 points 3 hours ago

Probably their corporate overlords have some influence here as well.

[–] jaybone@lemmy.world 3 points 3 hours ago
[–] jaybone@lemmy.world 6 points 8 hours ago

No one likes windows apps.

[–] jaybone@lemmy.world 4 points 9 hours ago (1 children)

Are they four individual panels? Because you could swap the second and theirs panels and you’d be pretty close.

Maybe this was originally correct and someone doing work later fucked it up. Probably on purpose.

[–] jaybone@lemmy.world 6 points 9 hours ago (1 children)

I can’t tell if your glass is half full or half empty.

[–] jaybone@lemmy.world 10 points 9 hours ago (1 children)

Did you remove your own default upvote?

[–] jaybone@lemmy.world 5 points 14 hours ago
[–] jaybone@lemmy.world 4 points 14 hours ago (1 children)

Is that like DKNY?

[–] jaybone@lemmy.world 2 points 14 hours ago (1 children)

3/4th of your normal pay??? Lmfao

What state do you live in?

In California you max out at less than $2000 per month. Which won’t even cover rent.

[–] jaybone@lemmy.world 9 points 14 hours ago

Maybe they didn’t actually think you died, and you’re just making bold assumptions.

[–] jaybone@lemmy.world 14 points 14 hours ago

It’s proactive.

I ghost people before they even don’t give me their number.

[–] jaybone@lemmy.world 20 points 14 hours ago (3 children)

Probably because you can buy beer at 16, so no one is trying to get high on office supplies.

 
 
 
 
 
 
 

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?

 
 

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>"



 

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.

 

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
 

I would like to build a music player / device for an older person, not tech savvy user.

I have the MP3s on my linux desktop/laptop, but not all the metadata and cover art.

I've worked with RPi before, jailbreaking iPhones and roku. So I have some limited experience with small devices.

I'm wondering if I could obtain some kind of old/used android phone, remove all the apps so the home screen is completely empty, transfer via USB or ssh/scp the MP3 files (and metadata + cover art), then have some kind of music player app which would be the only app on the phone/device.

Then shutdown any wifi or internet connectivity, but still allow bluetooth to pair with an external speaker.

view more: next ›