jaybone

joined 1 year ago
[–] [email protected] 15 points 12 hours ago (2 children)

If it doesn’t exist, then what does injecting bleach really cure?

[–] [email protected] 6 points 16 hours ago

First Hamas. Now hezbollah. Pretty weird stuff.

[–] [email protected] 23 points 16 hours ago (1 children)

Maybe the majority of fediverse instances should just defederate from Threads. Then they can take all the time they want to broadcast their shitty posts.

[–] [email protected] 6 points 16 hours ago (1 children)

What happens when it accidentally gets into the teleportation pod?

[–] [email protected] 1 points 16 hours ago

I pay that much per month and get more commercials :(

[–] [email protected] 2 points 16 hours ago (1 children)

For fully color blind people I wished they could just do black to white with shades of gray in between.

[–] [email protected] 4 points 16 hours ago

Book ‘em, Dan-o

[–] [email protected] 0 points 17 hours ago (1 children)
[–] [email protected] 3 points 17 hours ago

Maybe it’s Maybelline

[–] [email protected] 8 points 17 hours ago

This guy Fortrans

[–] [email protected] 9 points 17 hours ago

This shit is retarded

2
S46 E07 (lemmy.world)
 
2
S46 E06 (lemmy.world)
 
4
S46 E05 (lemmy.world)
 
3
S46 E04 (lemmy.world)
 
2
S46 E03 (lemmy.world)
 
3
S46 E02 (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?

 
 

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 ›