• 1 Post
  • 51 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • Mountain Man: 10 Books by Keith C. Blackmore. Basically, the Zombie Apocalypse happens and a Dude tries to survive alone, physically, mentally and emotionally while also trying to go on supply runs, running into Zombies and generally trying to stay alive while coping with everything. I think it would be good to have some other zombie-related Series that isn’t The Walking Dead.

    Expeditionary Force: 18 Books by Craig Alanson. Earth and Humanity are attacked by Hamster Aliens, another alien Race, Lizards, who attack the hamsters saving Earth in the process and then recruiting Humanity into a war on a galactic scale but the Hamsters aren’t the real enemy of Humanity. I’m only at the end of the 5th Audiobook but they are great and I would really wish Skippy is voiced by the Audiobook Narrator R.C. Bray in a TV adaption.

    Kyralia series: Been a while since I read it but a fantastic series related to magic By Trudi Canavan, I think there are just not enough good Magic-related Shows.

    Tales of the Otori: A 5-Book Series by Lian Hearn is set in a fictional feudal Japan. The Main story follows a Boy, Takeo, through his life to avenge his adoptive father and escape the legacy of his biological father. Probably the only series in which I had to put down the book at one point and just had to process what was happening.


  • I tried it but it doesn’t seem to work for me correctly or maybe I am doing something wrong. I patch the YouTube app and install it but as soon as I close and open it, all the changes made by the patch are apparently gone. Shorts that are hidden on the first start after the patch are visible again, ads seem to be reduced but still happen occasionally.

    I disabled the default YouTube app, gave the patched version a different name, disabled auto update, repatched it but nothing seems to stick after opening it again.

    And then the whole “I have to download the apk so that I can use it” because I don’t have rooted my phone is just inconvenient.

    I stick with my yt-dlp server and Plex instead.


  • It goes even beyond that.

    With a dedicated app, you go into the store and install it and then you have it in your apps that you then can place everywhere.

    With a website, you need to have the browser, navigate to that website each time. And yes, you could put a link to that website on your home screen as well but not many user are probably aware of that being an option.

    I know that but I still would prefer a dedicated app because it is easier to manage and use more features of my phone. For example, I just tried it on my android phone and the link to a website always opened a new tab in my Firefox.

    Then I can manage the notifications of that app depending on what I want it to notify me about.

    I can’t do that specifically for a single app or website in a browser.

    On the other hand, I also wouldn’t want to miss a website because I am not always on my phone and, in some cases, it is way more annoying to do something over the phone because I am just not used to it (like writing this comment). Doing that over a website version that I can access on my PC is much easier and convenient.


  • It’s a bit of an infuriating story that I had not so long ago.

    I have a Playstation account and I recently wanted to log into that account on the PlayStation website. The Password I had saved in my Bitwarden Password Manager was apparently wrong. Okay, then I will just reset it, that’s fine.

    I went through the Password reset process and generated a new Password, pasted it into the Password field and sent it and everything was fine. I tried to log in with that password and was told that the username or password was wrong. Okay, that is weird, since I reset the password just now the login name couldn’t be wrong because, well, I just used that for the reset.

    I tried that several times with the same result and gave up.

    A few months later, I wanted to try again and had the same problem. I wanted to sort that out so I went through the same process with the Support bot yet again which then told me that I should come back in the “office hours”. A company making 84 billion in revenue should be able to employ 24/7 customer service or at least tell me that when I request support and not let me go through the bot again.

    So, I waited for the customer service personnel to be available and told them my problem. There I was told that “everything was looking fine on their end” and they quickly ended the support. I mean, yes, I was angry but wasn’t abusive to that person because if you couldn’t help me what should I do with my account, it also definitely wasn’t their specific fault. But I would, at least, have expected more than “Well, works on our end, sucks for you, bye”.

    The next time I tried again and got a more competent Support dude and we ran through the same troubleshooting steps as before. Reset password (even though I just did that, again, through the bot), logged in again and failed again. This time they suggested that I could use a “normal” password that I don’t generate. THAT worked for some reason.

    All of my generated passwords in Bitwarden are up to 32 long with all possible characters, depending on what the website allows or expects. If a website, for example, doesn’t allow 32 characters, I adjust and shorten it to the maximum length they allow. That worked without issues so far.

    Well, turns out that the field that you use to reset your password has a character limit of 30 characters. But, this would be fine if the dialogue tells you that your password is too long, but it doesn’t. It just cuts off at 30 characters and happily saves that.

    However, the Password field that you use to log in doesn’t have that restriction.

    This means that you reset your password with a 32-character long generated password, which is saved in your vault, PlayStation saves a 30-long password and then you use the 32-long password to log in, which fails because it isn’t the same.

    And this isn’t even mentioned in the password guidelines. It only said “min 8 characters” but not the maximum.


  • The health check that Tdarr can do depend on what health check you select, the “quick” health check will only check the file headers. This probably won’t find any video corruption unless the file headers are corrupted or invalid.

    The thourough health check will basically do a transcode of the input file without an output. This is being used to run and check each single frame of the file and “process” it without actually producing an output. https://trac.ffmpeg.org/wiki/Null

    Would this screw with plexs own traditional transcoding?

    No, Plex and Tdarr are two completely different things.

    Transcoding is not some universal thing but rather a term to describe what is happening. In general “transcoding” means that you convert something from one format into another.

    When you use the processing pipeline through Tdarr, it would detect a file in your library and run it through your specified pipeline. Depending on what you want to do with the file and how the pipeline is configured, it might or might not do anything with that specific file. When you, for example, configure that you want any file that has a video stream that isn’t encoded with HEVC to be HEVC then a H.264 file would then be transcoded.

    This is on a “replacement” bases, so any file you run through this would replace the existing file in your library. Meaning: you have a H.264 file before tdarrs processing and after it is finished, you have the file with HEVC as video stream.

    With the health check, as explained above, this is a bit different since you don’t have an ouput file, there is also no replacement happening. It is just a “check” that the file can be transcoded in its entirety (with a thourough health check).

    When Plex transcodes something, this is done “on the fly”. This means that it only transcodes the current file in your library.

    Technically, tdarr could “screw” with the Plex transcoder when Tdarr processes a file while you yourself watch the same file that is then transcoded by plex. When Tdarr is finished, it would replace the file which then could throw off the Plex transcoder. But this is very rare or non existent and you could even configure tdarr to do those things only at a certain time and it wouldn’t happen with health checks. as someone who runs both, I have yet to come across something like this.

    Or does it attempt to repair a file by transcoding

    As the name suggests, health checks are only “checking” if the file is healthy, there is nothing being repaired here. While you might be able to repair the file header, a corrupted video or audio is not something you can repair because of missing information. But that is nothing that Tdarr will do anyway, it just verifies/checks if it is healthy or not.


  • From the very low amount of information, there isn’t much to go by so the usual would have to be checked.

    OP should definitely use the new agents, again, anything other than the official agents are unsupported and shouldn’t be used unless you use a specific metadata agent for a specific source. If that is tmdb, tvdb or imdb then the new agents will work just as fine if not better.

    Then the usual suspects would need to be checked. Naming convention being followed, content not being merged into other episodes etc.

    So if the new season is not appearing inside the show, it either wasn’t detected because of the file naming or merged with some other content (filter -> duplicates).

    Without any further information, there is very little to speculate further


  • A bit of clarification here because this is a mistake I have seen too many make.

    The first thing is that You should only use the Plex Series and Plex Movies Agent. They are the official and up-to-date Agents that you need. All other Metadata Agents like TheTVDB and TheMovieDB are outdated and unmaintained. The new Metadata Agents are also faster than the old ones, Unless you use some specific 3rd Party Agents, the Plex Series and plex Movies Agent are more than enough for you because they get their metadata from watch.plex.tv which aggregates them from TheMovieDB, TheTVDB and IMDB.

    When you use those agents, you only configure them through the Advanced Section in your library. The “Agents” Section in your Plex Server Settings is absolutely meaningless for those new and official Agents because the Agents listed there are based on the old Metadata Agent system written in Python (IIRC the new ones are written in C++ like the rest of Plex).

    Also, that Agent section is based on a Priority list, not on an “override” list. This means that the list is being processed from Top to bottom, each agent in that list will provide their own metadata and write that to the Library item but it will only add metadata that doesn’t already exist yet. This means that if the first metadata agent provides a Synopsis for the library item, the next Agent will not override it.

    So, with the new Metadata Agents, there is nothing to override and the Agent section can be completely ignored. Only when you use 3rd party metadata Agents, this section would be of interest to you.

    Source: I am the developer of the MyAnimeList Metadata Agent for Plex.


  • I think that it is healthy for a discussion or an argument to have both positive and negative points of view. I also will voice my opinion regardless of the standpoint of the initial question.

    However, this also depends on the context. I won’t go into each thread and post something negative just because I don’t like the post or thread. But if someone is asking for an opinion then they should expect that the opinion of others might not be positive or align with their own opinion at all.

    I always hate to see those “yes” posts in which every criticism is being downvoted or “banned” but I also hate to see those rants/vent posts just for the circlejerk of hate or negativity.



  • The problem with brushing on resin is actually not that great because resin for printers will need to be cured. Unless that material is letting the UV light through, only the outer parts will get cured and hold onto the models but when you open it up again the whole middle part would be liquid resin again which stinks and is toxic.

    I had this misunderstanding for quite a while myself and though that I can just weld resin party with resin together until I did that with a larger piece and it broke quite easily and seeing that the whole inside wasn’t even touched at all by the UV light.

    Hence also why you should shine some UV light into a hollowed model to fully cure it.

    CA/superglue should do fine if applied correctly.


  • I don’t know where I read it but IIRC religion is being used as a simple answer to very difficult and possibly uncomfortable questions: why are we here and what is our purpose?

    It is fairly easy to believe that something, a god, created us instead of that the existence of humanity was just a fluke, a stroke of luck enabling us to evolve were we are now because it is just easier to grasp even if it is proven. That we evolved from simple beings into more complex organisms instead of just “being created”. Evolution creates so many quite difficult questions that it is easier to understand and believe that someone just wanted us to exist.

    When someone is believing in a religion they also always have some form of " it won’t be over" scenario like when you die, there is nothing truly “the end”. You just won’t vanish and this can be terrifying for many because the following question could be, what sense does it make to live at all when our existence is just so insignificant in comparison to everything else?

    So, in short, it is an easy too to make sense of things that almost everyone can understand it.

    Unfortunately, things like this can and will be abused.






  • A lot of anime are produced with a single season that can run for only 12 episodes with 25 minutes each including intro and outro.

    Some of those more popular ones do get further seasons but not on a yearly basis but there could be years between them. In case of konosuba the first season came out in 2016 with 10 episodes and second season in 2017 also with 10 episodes. Season 3 only released this year so quite a long gap between them.

    However, the really popular ones are fairly overshadowing the general amount of shows being released. Just this season we got 54 new anime releases and 29 “continuing” according to MAL.

    Some of those seasons are really strong like the spring season of this year in which a lot of very popular shows are released. Other seasons could then be fairly slow.

    And since they are all produced to promote the source material that source material has to differentiate itself from the rest and draw people in quickly through the title. So you get titles like

    • How Heavy Are The Dumbbells You Lift?
    • God’s Blessing on This Wonderful World!
    • Is It Wrong to Try to Pick Up Girls in a Dungeon?
    • Reborn as a Vending Machine, I Now Wander the Dungeon

    Especially the isekai (transported to another world) genre relies heavily on that to quickly explain what you can expect.

    And then you shouldn’t forget that this is only that visible because more and more anime are actually making their way onto other platforms for the western audience.




  • Connectivity or rather the lack of it…

    I have a Samsung TV and recently got a new cooling fan and now when I start the fan when my TV is on, it says it detected a new device. I don’t know what my TV would want with a fan maybe control the speed for more immersion?

    But there is also no way for me to disable that. I also got regular requests of my neighbor’s to connect to my TV until I disabled the notification for it. No, I couldn’t disable that my TV doesn’t even allow it to be seen, I had to enable to not automatically connect devices and disable that notifications are being shown. That thing isn’t even connected to the internet.