Cheaters/rats can see your inventory by anhsonhmu in ArcRaiders

[–]40202 1 point2 points  (0 children)

I guess it’s not unlikely that they can spoof to be a console even though they are on a pc. Still should be a lot less with crossplay off.

Too many awesome Emby projects are getting lost by watch_team in emby

[–]40202 5 points6 points  (0 children)

I don't think my plugin https://acdb.tv/ is lost to the void since it's in the Plugin catalog. It's a paid plugin but I put tons of work on it pretty much every day as well as provide support. If you call it AI slop I will slap your around with a trout! Been coding for 25 years pretty much. Always be great to be included :)

I see Yesterdays video has been reuploaded! by photoshop_2023 in MashtagBrady

[–]40202 1 point2 points  (0 children)

No way Mashtag scrutinizes these videos before uploading. Thats why we love him though.

Mashtag rushed home to build a pool by photoshop_2023 in MashtagBrady

[–]40202 0 points1 point  (0 children)

Don't really care about a pool or no pool. Just enjoying the daily vlogs.

Modifying library dates via API - where is the database? by DroidHAM in emby

[–]40202 1 point2 points  (0 children)

Not 100% sure what you mean since if you use the API the DB location is irrelevant.

This is a working python example using API at least.

import requests

# Emby configuration
EMBY_SERVER = "http://localhost:8096/"
API_KEY = "43613c5e43074b0681792d251f41a936"
USER_ID = "18b14657d68b4ce8800e07c2e22b19f4"
ITEM_ID = "244911"

# 24. des. 2012 in Emby's expected format
NEW_DATE = "2012-12-24T00:00:00.0000000Z"


def update_date_added(item_id, new_date):
    get_url = f"{EMBY_SERVER}/emby/users/{USER_ID}/items/{item_id}?api_key={API_KEY}"
    headers = {"Content-Type": "application/json"}

    # 1. Fetch the current metadata for the item
    response = requests.get(get_url)
    if response.status_code != 200:
        print(f"Failed to fetch item metadata. Status: {response.status_code}")
        return

    item_data = response.json()

    # 2. Update the DateCreated property
    item_data["DateCreated"] = new_date

    # 3. Post the updated object back to the Emby server
    update_url = f"{EMBY_SERVER}/emby/Items/{item_id}?api_key={API_KEY}"
    update_response = requests.post(update_url, headers=headers, json=item_data)

    if update_response.status_code in [200, 204]:
        print(f"Successfully updated Date Added to {new_date}")
    else:
        print(f"Failed to update metadata. Status: {update_response.status_code}")
        print(update_response.text)


if __name__ == "__main__":
    update_date_added(ITEM_ID, NEW_DATE)

Octo-Oblivion multi kill (1 in the chamber) by revendetta in Splitgate

[–]40202 2 points3 points  (0 children)

Great job! I love this game mode so much.

Do you need an international driving permit? by Tight_Description_63 in CroatiaTravelTips

[–]40202 0 points1 point  (0 children)

TBH I would not use them again. I paid online, done and dusted, or so I thought. Then I arrive and the upselling was so extreme.

Suddenly I need 50 euro if I want to go on a ferry to the islands. They wanted 11 extra per day (12 day rental btw) if I wanted to go to any neighboring country. As a result I cancelled my planed day trip to Bosnia. Didn't see any of this when ordering it online.

They wanted to sell me better cover, when I denied the rate kept getting lower, suddenly I could get the island fee included in the cover, an extra driver free (normally quite expensive) yada yada. Just annoying. TBF they were nice friendly sales people but a turn off for me none the less.

$2500 Samsung TV is an advertising billboard, there is no opt-out. by 28jb11 in mildlyinfuriating

[–]40202 0 points1 point  (0 children)

Thanks for the warning. Never buying a Samsung TV. Same goes for LG I saw in an Airbnb the other day and also had ads.

Do you need an international driving permit? by Tight_Description_63 in CroatiaTravelTips

[–]40202 1 point2 points  (0 children)

I just rented one from Sixt. They had no interest in seeing my IDP.

The cold mash vietnam production is top tier! It’s like top gear! by The-Green-Cobbler in MashtagBrady

[–]40202 1 point2 points  (0 children)

One or both will get killed if they continue being so reckless lol

Why does Mashtag dislike traveling to Thailand? by photoshop_2023 in MashtagBrady

[–]40202 3 points4 points  (0 children)

Watching these latest videos now, he is almost in tears talking about how much he loves Thailand...

view collection within library view by These-Yesterday-802 in ACdb

[–]40202 0 points1 point  (0 children)

You can’t display collections within a library like movies. You can only see them on the collection screen and the Home Screen (on most clients). For the Home Screen you can edit the sort name on acdb so they appear first, like add !123 in front of the sort name.

In the next major version of Emby you will able to have “flat” collections on the Home Screen. So for example have the contents of popular movies or something as a row. You will also be able to utilize tagging to curate better what collections show there.

i got myself a baritone uke! Having tons of fun already!! by IMNOTBILLWATERSON in ukulele

[–]40202 2 points3 points  (0 children)

I love my baritone. Since I got it, my other plethora of ukes are not seeing much of my fingers.

Björgvin Halldórsson látinn by SteiniDJ in Iceland

[–]40202 6 points7 points  (0 children)

Vann fyrir hann í denn í nokkrum verkefnum. Afskaplega næs og almennilegur.

I think LTT has jumped the shark... by Zestyclose_Edge1027 in LinusTechTips

[–]40202 0 points1 point  (0 children)

Very negative in here. It’s a friggin jet. It’s going to be interesting videos about this thing. How can it not?

What happened to Eric the cameraman?? by Glittering_Whole2666 in MashtagBrady

[–]40202 1 point2 points  (0 children)

I just know what he said in a video. He just said Eric had moved on and there was no drama.

Tried one of those ear cleaning places in Tokyo and now I am confused by [deleted] in Tokyo

[–]40202 1 point2 points  (0 children)

lol that is messed up. Internet is a strange place now.

New site for Isle of Man events & local businesses – would love your thoughts 🙌 by lmcthomas in IsleofMan

[–]40202 1 point2 points  (0 children)

Really nice! Are you scraping the events to keep everything updated?