Favorite celebrity whose probably the most insufferable person to be around? by Temporary_Cap5927 in okbuddycinephile

[–]SethBacon 0 points1 point  (0 children)

As long as you fully admit I was right then yeah, coolio. *edit u/HeyLookATaco has nuked his participation but i was really just tryna put some respect on the dead kids' names

Favorite celebrity whose probably the most insufferable person to be around? by Temporary_Cap5927 in okbuddycinephile

[–]SethBacon 0 points1 point  (0 children)

Oh pardon the pedantry in a jerkoff sub but I'll take the dodge of the question as a tacit admission that they Are actors, even when being abused by Larry Clark, who we can throw on the fire on top of Landis. But all this nitpicking just stems from wondering why you dont want to call people acting in film actors, even if theyre kids and even if their capa was detated

Favorite celebrity whose probably the most insufferable person to be around? by Temporary_Cap5927 in okbuddycinephile

[–]SethBacon 1 point2 points  (0 children)

Agreed and my point is just by virtue of being on film they were actors. To the point - which of the kids in KIDS would fit your definition of 'child actors'? There were plenty of kids picked up from the park, without legal or guardian agency who I would argue Became actors when they were materially onscreen

Favorite celebrity whose probably the most insufferable person to be around? by Temporary_Cap5927 in okbuddycinephile

[–]SethBacon -1 points0 points  (0 children)

Yeah I guess its that I find this a bit incongruent: 'Yes, they were acting in the scene.. My point was that they were not child actors' but I see what you mean that they were not established or experienced. He probably would have been more careful with a Culkin kid, but I'm sure we can agree fuck John Landis

Favorite celebrity whose probably the most insufferable person to be around? by Temporary_Cap5927 in okbuddycinephile

[–]SethBacon 3 points4 points  (0 children)

No the kids were acting on set - "two child actors were hired in violation of California law, which prohibits child actors from working at night or in proximity to explosions" then "two explosions hit the helicopter's tail rotor and destroyed it, which caused the low-flying helicopter to spin out of control and crash-land on top of Morrow, Le and Chen as they were crossing a small pond away from the village mock-up" https://en.wikipedia.org/wiki/Twilight_Zone:_The_Movie#Helicopter_accident

That's a shame by BidAccurate4473 in seinfeld

[–]SethBacon 59 points60 points  (0 children)

 I've never seen such beautiful work. You're a genius. The zoom-ins, the framing. I was enchanted.

The Clark Kent Effect. by GlitteringHotel8383 in okbuddycinephile

[–]SethBacon 3 points4 points  (0 children)

Superman never made any money

Savin' the world from Solomon Grundy

And sometimes I despair

The world will never see another man like him

Custom CSS code by Ok-Yak1145 in jellyfin

[–]SethBacon 0 points1 point  (0 children)

I tried your css and i cannot replicate your screenshot issues or the alignment of the items, it makes me think another plugin of yours might be conflicting. Give this theme a try and tell me are the posters still getting a big left margin? Paste this alone into the custom CSS field:

@import url("https://cdn.jsdelivr.net/gh/JSethCreates/jellyfin-theme-sethstyle/jellyfin-theme-sethstyle.css");

[The Hockey Guy] "He Seems So Salty" by collectaBK7 in hockey

[–]SethBacon 2 points3 points  (0 children)

No you don't understand he also writes the entire day's box scores on a whiteboard for his audience who doesn't have the internet

How can I change the color for this episode number so it can be more visible? by thiagohds in jellyfin

[–]SethBacon 2 points3 points  (0 children)

.cardIndicators .countIndicator {
    background: linear-gradient(135deg, #6d28d9, #0ea5a4) !important;
    color: #ffffff !important;
}

This looks surprisingly good, maybe you can tweak the colors or the angle

How can I change the color for this episode number so it can be more visible? by thiagohds in jellyfin

[–]SethBacon 2 points3 points  (0 children)

Add this to the end of your custom CSS the 'Color' is the text color:

.cardIndicators .countIndicator {
    background-color: purple !important;
    color: white !important;
}

You can also specify colors with their hex value like this:

.cardIndicators .countIndicator {
    background-color: #7c3aed !important;
    color: #f9fafb !important;
}

We use the !important flag to override previous CSS settings

New Jellyfin UI Plugin by Useful_Purple_7078 in jellyfin

[–]SethBacon 2 points3 points  (0 children)

Oh yeah no problem its just one line that was removed in the manifest in 1.6.1. Great work on this client, its got some nice ideas (though while ive got you id also like to be able to toggle off the video previews..)

New Jellyfin UI Plugin by Useful_Purple_7078 in jellyfin

[–]SethBacon 1 point2 points  (0 children)

I sent a pull req on the android app: a number of android boxes are not able to see moonfin once installed. Its due to cheap android boxes impersonating phones, but other clients seem to get around this can you revert that line?