RandomLegend

joined 2 years ago
MODERATOR OF
[–] RandomLegend@lemmy.dbzer0.com 1 points 3 months ago* (last edited 3 months ago) (2 children)

There is still ~~3~~ 1 Invite left

[–] RandomLegend@lemmy.dbzer0.com 1 points 3 months ago

There are still some open invites as people didn't respond

 

Heyho,

does anyone know if an alternate or "modded" Android TV Version of the client exists?

I'd love to have intro skipping on my NVidia Shield but as far as i know this isnt possible? I can install the server plugin but i have to mount a modified web client for that; Maybe this is different for the android tv version?

Intro skipping is such a nice feature and i hope it someday gets upstreamed and properly implemented in all clients.

 

Heyho, i am a long time Plex user but since they go more and more corpo each day and i have a few .... otherwisely obtained assets in my library i want to make the switch to Jellyfin before i really HAVE to.

Everything works great so far! But i have a DVB-C access on my router and it can create a m3u playlist for me to simply plug into VLC for example. On plex this was super easy and i just had to reorder some channels here and there and then everything worked great.

Now i was able to put the m3u playlist into jellyfin and it manages to find the channels... but when i click on a channel i only get audio. the image stays black. My router shows me that the stream is going and shows the quality is good.

Also plex was able to actually grab the metadata of all the shows running.

Am i missing something?

 
60
submitted 1 year ago* (last edited 1 year ago) by RandomLegend@lemmy.dbzer0.com to c/pics@lemmy.world
 

Samsung Galaxy S23 Ultra + Expert Raw + Adobe Lightroom

137
submitted 1 year ago* (last edited 1 year ago) by RandomLegend@lemmy.dbzer0.com to c/pics@lemmy.world
 

Samsung Galaxy S23 Ultra + Expert Raw + Adobe Lightroom

82
submitted 1 year ago* (last edited 1 year ago) by RandomLegend@lemmy.dbzer0.com to c/pics@lemmy.world
 

Samsung Galaxy S23 Ultra + Expert Raw + Darktable

174
[OC] Spring is coming! (lemmy.dbzer0.com)
submitted 1 year ago* (last edited 1 year ago) by RandomLegend@lemmy.dbzer0.com to c/pics@lemmy.world
 

Samsung Galaxy S23 Ultra - Expert RAW + Darktable

 
13
submitted 1 year ago* (last edited 1 year ago) by RandomLegend@lemmy.dbzer0.com to c/freecad@lemmy.ml
 

Hello,

so i just started to do some macro writing and had to get some help by ChatGPT because i am no programmer. But i made something useful for me.

import FreeCAD
import PartDesignGui
import Draft
import Part
import PartDesign
from FreeCAD import Base

doc_name = App.activeDocument().Label

sels = FreeCADGui.Selection.getSelectionEx('', 0)
facebinder1 = Draft.make_facebinder(sels[0])
facebinder2 = Draft.make_facebinder(sels[1])
Draft.autogroup(facebinder1)
Draft.autogroup(facebinder2)
FreeCAD.ActiveDocument.recompute()
App.getDocument(doc_name).addObject('Part::Loft','Loft')
App.getDocument(doc_name).ActiveObject.Sections=[App.getDocument(doc_name).Facebinder, App.getDocument(doc_name).Facebinder001, ]
App.getDocument(doc_name).ActiveObject.Solid=True
App.getDocument(doc_name).ActiveObject.Ruled=False
App.getDocument(doc_name).ActiveObject.Closed=False

I select two faces from two bodies and it will create two seperate facebinders and performs a loft with those two.

This allows me to make a loft in one fell swoop. However the facebinders created by the

Draft.make_facebinder(sels[X])

will always come out as Facerbinder and Facebinder001 and counting upwards. I don't see any way to change those names. Yes, i can do something with labels, but the following part of

App.getDocument(doc_name).ActiveObject.Sections=[App.getDocument(doc_name).Facebinder, App.getDocument(doc_name).Facebinder001, ]

doesn't seem to work with labels... As you can see Facebinder and Facebinder001 are hardcoded in there. Is there any way to either fully rename items so i could go for facebinder_temp1 and _temp2 and then rename them afterwards to make room for another _temp1 and _temp2 again or if i can somehow let the Loft function know what Facebinders were created prior?

Sorry if this is a little bit unstructured i am bashing my head right now... maybe you can help me out here.

Thanks!


EDIT:

Solution was:

# -*- coding: utf-8 -*-

# Macro Begin: /home/frank-garuda/.local/share/Ondsel/Macro/asfasdf.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
import FreeCAD
import PartDesignGui
import Draft
import Part
import PartDesign

# Gui.runCommand('Std_DlgMacroRecord',0)
### Begin command Part_Loft
from FreeCAD import Base

# Get document name
doc_name = App.activeDocument().Label

# Gui.runCommand('Std_DlgMacroRecord',0)
### Begin command Std_Workbench
# Gui.activateWorkbench("DraftWorkbench")
### End command Std_Workbench
### Begin command Draft_Facebinder
sels = FreeCADGui.Selection.getSelectionEx('', 0)
facebinder1 = Draft.make_facebinder(sels[0])
facebinder1.Label = "Facebinder_Loft_1"
facebinder2 = Draft.make_facebinder(sels[1])
facebinder2.Label = "Facebinder_Loft_2"
Draft.autogroup(facebinder1)
Draft.autogroup(facebinder2)
FreeCAD.ActiveDocument.recompute()
App.getDocument(doc_name).addObject('Part::Loft','Loft')
App.getDocument(doc_name).ActiveObject.Sections=[facebinder1, facebinder2, ]
App.getDocument(doc_name).ActiveObject.Solid=True
App.getDocument(doc_name).ActiveObject.Ruled=False
App.getDocument(doc_name).ActiveObject.Closed=False
 

Prompt: Full body portrait of a 20 year old female gnome. Wearing colorful tinkerers cloth. Happy expression., , Standing in front of a round glowing magical teleportation cirlce in the wall with runes around it that is in a cellar., , Adventurer, Dungeons and Dragons, Character Art, 2D Game Art, (Oil Painting:1.3), Character Design (In the style of Steve Henderson, Fabian Perez, Henry Asencio, Jeremy Mann, Marc Simonetti:1.2), walking towards viewer, (brush strokes:1.2)

Negative: text, watermark, Beard, 3d render, plastic, weapon, (beard:1.3), hat, naked legs, showing legs, sexy, flirty, dancing

Seed: 1066990150

Sampler: DPM++ 2M Karras

Steps: 20

Model: Brightprotonuke

 

Hey,

so i have a nextcloud docker instance running and i want to set up immich aswell. But the photos are nested inside the nextcloud folder structure and are all owned by www-data user. What is the easiest way to get immich access to them without duplicating them with the proper permissions?

I want the files to exist once.

14
submitted 2 years ago* (last edited 2 years ago) by RandomLegend@lemmy.dbzer0.com to c/selfhosted@lemmy.world
 

Hey Community!

i vaguely remember a post from a couple weeks ago that was about some way to stream games (either via SteamLink or Moonlight/Sunshine) from a Linux Server to a mini-PC...

I can't find it and i want to hear your opinions / experiences about this. I got a minisforum running BazziteOS hooked on my TV. I got a Server that has an Ryzen 5 2600X and NVidia GTX1660 Super with 16GB of RAM. This server runs my WhisperAPI for Home Assistant on GPU, Plex with HW-Transcoding that's why i put the GPU in there.

Now i thought about making it able to run games on that and be able to stream them on my MinisForum because the little one is struggling hard to get BG3 and comparable titles to run at acceptable quality :D

Does someone have experience with that or maybe even remembers the post i can't find anymore :D

view more: ‹ prev next ›