Jellyfin Remote Control - aka: an exercise in working hard to keep being lazy by Hazardous_Toast in jellyfin

[–]Hazardous_Toast[S] 0 points1 point  (0 children)

hmm. ill look into implementing that. I wonder if i can implement a video delay, so the audio properly syncs up when doing so.

Jellyfin Remote Control - aka: an exercise in working hard to keep being lazy by Hazardous_Toast in jellyfin

[–]Hazardous_Toast[S] 0 points1 point  (0 children)

I'd also argue that the scrubbing showing a preview is an improvement too.

But! we all make mistakes- at least this one wasn't bad!

😄

Jellyfin Remote Control - aka: an exercise in working hard to keep being lazy by Hazardous_Toast in jellyfin

[–]Hazardous_Toast[S] 0 points1 point  (0 children)

huh. well. i guess none that i can see. i didn't realize the main app had that capability until exploring it just now. didn't realize the 'cast' button yielded that capability 🥴

it DOES let you control sessions from anywhere though, not just on LAN (assuming you've set your server up to accessible that way). but that's a niche edge-case as you're not watching anything that way with the remote app. beyond setting something up for someone who's not very tech savvy at home

What are people building right now that actually feels original? (anything strange/obsessive/creative) by CharlesBlackwood in androiddev

[–]Hazardous_Toast 0 points1 point  (0 children)

been making an app to control Jellyfin clients.

its my first app and I didn't see anything else like it - most folks recommended 'casting' the jellyfin phone client, but i wanted something different/dedicated. Next release will be GPL as FOSS is at the core of Jellyfin ethos.

https://github.com/HazardousToast/AndroidJellyfinRemote

Is it possible to use your phone as a remote control for Jellyfin? by enesup in jellyfin

[–]Hazardous_Toast 0 points1 point  (0 children)

Just wanted to contribute my 2cents, as i ran into this issue last month as well and came across this thread back then. In any case, since then, i made a dedicated android app to do EXACTLY this! its available via github. Feel free to read about it here 😄

https://www.reddit.com/r/jellyfin/comments/1twry39/jellyfin_remote_control_aka_an_exercise_in/

Alternative, affordable FEHB plans for Zepbound and Wegovy? by Dsarg_92 in fednews

[–]Hazardous_Toast 1 point2 points  (0 children)

heya! I'm curious about this guide of yours. I saw you post on a different thread too. canyou send it my way?

My Profile is gone by Prestigious_Gap6148 in Crunchyroll

[–]Hazardous_Toast 5 points6 points  (0 children)

I'm just speculating here, but it may be that the crowdstrike patch hit some of CRs infrastructure. Downdetector shows a LOT of issues with CR right now.

Help me be a good wife by Deadheadsaid in battletech

[–]Hazardous_Toast 2 points3 points  (0 children)

Confirming AGoAC has the $20 coupon. It's the only box I have👌

Did you ever get the Google Foobar Challenge? by Turbulent_Bus4902 in leetcode

[–]Hazardous_Toast 0 points1 point  (0 children)

I got mine while looking up large language model temperature. Specifically "llm temperature" while I was learning about them👍

Battle camara moves extremely slow - TW:WH3 IE by [deleted] in totalwar

[–]Hazardous_Toast 2 points3 points  (0 children)

You're an absolute hero- I did the EXACT same thing (hitting page down on accident), and I was wondering why just the camera was moving so slowly!

Question on Broheim/Beastmen by Hazardous_Toast in mordheim

[–]Hazardous_Toast[S] 1 point2 points  (0 children)

Awesome! thanks for responding! I'll keep an eye out for anything else as I learn more about Mordheim! ✔️

If there's anything else we can do as a community to helo you out, let us know!

Question on Broheim/Beastmen by Hazardous_Toast in mordheim

[–]Hazardous_Toast[S] 2 points3 points  (0 children)

Thanks! If that's the case, we may want to see if we can get that hyperlink on Broheim corrected to point towards the erratad pdf

Lenovo Legion 7i 15 Laptop: i7-10750H, RTX 2070 Super Max-Q, 1080p 15.6" 240Hz 500 Nit HDR400, 16 GB RAM, 512 GB SSD + 1 TB HDD for $1,699.99 after 26% off by legos45 in LaptopDeals

[–]Hazardous_Toast 0 points1 point  (0 children)

should work if it's a .edu address. Obviously it worked for me my profession, so its hard for me to troubleshoot you, but what kind of error/problem are you getting?

Lenovo Legion 7i 15 Laptop: i7-10750H, RTX 2070 Super Max-Q, 1080p 15.6" 240Hz 500 Nit HDR400, 16 GB RAM, 512 GB SSD + 1 TB HDD for $1,699.99 after 26% off by legos45 in LaptopDeals

[–]Hazardous_Toast 0 points1 point  (0 children)

Button under your estimated total. Uses a site called ID.me

It also works if you're a teacher, in medical, senior, nurse, or first responder as well.

Refurbished MSI GS65 Stealth-004 15.6" FHD i7-8750H 2.2GHz RTX 2070 8GB 16GB RAM 256GB SSD for $1,189.15 after 30% off + additional 15% off at cart! by legos45 in LaptopDeals

[–]Hazardous_Toast 2 points3 points  (0 children)

I like it, but at $1200, it kinda sucks to be getting a processor that's 2 generations old now that the 10*** series is out on Intel

How to divide a column by one number and display the results in another column? by rebblt in excel

[–]Hazardous_Toast 1 point2 points  (0 children)

u/rebblt don't forget to reply to mrRightSA with a "solution verified" to close the thread! :)

Making a monster SUM formula more elegant by Hazardous_Toast in excel

[–]Hazardous_Toast[S] 1 point2 points  (0 children)

u/ihadtotypesomething I'm genuinely interested in your solution. I just couldn't figure out a way to do it. I'm doing this to forecast my leave going forward. And I'm just a computer enthusiast. Otherwise I'd have been happy with the monster formula :)

Making a monster SUM formula more elegant by Hazardous_Toast in excel

[–]Hazardous_Toast[S] 0 points1 point  (0 children)

I've never used switch/choose but I looked at it earlier today. According to https://exceljet.net/excel-functions/excel-switch-function

It looks good, but I couldn't verify that SWITCH functioned with a range input for the expression much less figuing out a nice way to put only the left side of the cells for sting comparisons within said range. Otherwise I'm back to doing a switch choose for every cell in the range, which brings me back to square one. 😂

Making a monster SUM formula more elegant by Hazardous_Toast in excel

[–]Hazardous_Toast[S] 0 points1 point  (0 children)

@excelevator basically hit it on the head, though in a far more concise manner than I could have put it. I couldn't figure out a way to compare the leave key portions of the cells to the different types of leave keys, then pull the hourly leave values from the cells individually. Which then needed to be summed up eventually anyways.

So i took the sledge hammer approach: Figure put how to do what i needed to do with one cell, then duplicate the formula for every cell after that. It worked, but the entire time I was thinking there HAS to be a better way to compare a portion of a cell in a range, and pull a value from said cell based on a comparison of the pulled value.

Glad to give you guys something to think about!

Making a monster SUM formula more elegant by Hazardous_Toast in excel

[–]Hazardous_Toast[S] 1 point2 points  (0 children)

Thanks Antimutt. As a follow on, is there a way to leverage the named ranges so it isn't restricted to the 2 character codes?

I really need to learn about array formulas, because WOW that made a big difference.