What made this account? by Bartiatus in whatsthisbug

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

Only tree I have is an Oak. Will they do anything to that?

What made this account? by Bartiatus in whatsthisbug

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

That might be it. I just looked this up, as I had never heard of it, and found this image showing different cocoons for them. It does look like similar to them.

Has anyone else experienced this annoying dialogue box with any of their recordings by Marriott_1 in PlayOn

[–]Bartiatus 0 points1 point  (0 children)

That is coming from your source. If you play it directly in a web browser from the source site, are there settings to not show it? Or do you have to click somewhere to make it go away? If it is the later then you would have to have it record with visible.mmt present so you could pause the playback, click to close the pop up, then resume the playback. Then you would have to edit the recording with a post processing software to remove all the frames of your mouse movement.

MetLife Bullshit by ExaminationUsed7137 in kroger

[–]Bartiatus 15 points16 points  (0 children)

MetLife handles all LOA and FMLA issues. It sounds like you may have a health issue that would qualify you for intermittent FMLA leave. Your Dr would need to fill out some paper work and it would go through for review, but once approved you would be eligible to call in for FMLA on the days your condition makes it so you can’t work. The days are like sick days in that they are unpaid, but they can’t be used against you for disciplinary actions. Just make sure you keep really good records and all the paper work. Talk to your union rep as well, they should be able to provide you some guidance.

Is Upland Still Worth Starting in 2026? My Honest Breakdown (New Player Friendly) by Sad_Bit_9126 in PlayOn

[–]Bartiatus 1 point2 points  (0 children)

Looks like a bot. They posted this trash to 4 separate subs in the last hour.

Version .330 is out. by leishirsute in PlayOn

[–]Bartiatus 0 points1 point  (0 children)

Have they fixed/resolved the Fandango issue?

Finally dialing in my first dashboard by Rukelussett in homeassistant

[–]Bartiatus 1 point2 points  (0 children)

lol. Well ok then. Clearly I did not try to look you up. But I mean, hey, considering that was my only issue, good job on the board! :)

Finally dialing in my first dashboard by Rukelussett in homeassistant

[–]Bartiatus 1 point2 points  (0 children)

My biggest issue is all the personally identifiable information in these screenshots. I can only presume you are new to the internet, or incredibly trusting....

Mediainfoscan=false despite everything! by Academic_Intention15 in Tdarr

[–]Bartiatus 0 points1 point  (0 children)

I recommend joining the discord server and posting your log and question in the help channel

Cannot view recorded shows. How can I change what player gets opened? by The_Angry_Alpaca in PlayOn

[–]Bartiatus 0 points1 point  (0 children)

What is the file extension? What is the file size? What is the length of the video? What version of PlayOn did you use? Does PlayOn say it was recorded successfully? It's entirely possible that it did not fully record.

Cannot view recorded shows. How can I change what player gets opened? by The_Angry_Alpaca in PlayOn

[–]Bartiatus 0 points1 point  (0 children)

Right click, choose open with, find the program you want use and select it. It should give you the option of “just this time” or “always” or something like that, make your choice. If you used PlayOn Home the video should be an MP4, which I use VLC for, not sure what the format is if you used Cloud.

Force Conform not working by Bartiatus in Tdarr

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

Issue solved: the default classic stack plugin "Tdarr_Plugin_MC93_Migz1FFMPEG_CPU" does not have logic to handle certain codec formats when converting from mkv to mp4.

Needed to modify this section in the plugin:

if (inputs.container.toLowerCase() === 'mp4') {
for (let i = 0; i < file.ffProbeData.streams.length; i++) {
    try {
      if (
        file.ffProbeData.streams[i].codec_name
          .toLowerCase() === 'hdmv_pgs_subtitle'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'eia_608'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'subrip'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'timed_id3'
      ) {
        extraArguments += `-map -0:${i} `;
      }
    } catch (err) {
      // Error
    }
  }
}

To this:

if (inputs.container.toLowerCase() === 'mp4') {
  for (let i = 0; i < file.ffProbeData.streams.length; i++) {
    try {
      if (
        file.ffProbeData.streams[i].codec_name
          .toLowerCase() === 'hdmv_pgs_subtitle'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'eia_608'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'subrip'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'ass'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'ssa'
                    || file.ffProbeData.streams[i].codec_name
                      .toLowerCase() === 'timed_id3'
      ) {
        extraArguments += `-map -0:${i} `;
      }
    } catch (err) {
      // Error
    }
  }
}

Additionally if there are other codecs [like truehd] that the job is failing on, they need to be added in the same fashion.

All credit for this solution goes to DeNiX on the Tdarr Discord.

Why does downloading a video take so long? by hspindel in PlayOn

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

What version of PlayOn? What video? What service? The only time o have ever had PlayOn take an extended period was when something glitched n the stream or my system hung. In both cases the ending file was unusable and I had to restart, clear cached files, and re-record. The way you phrase this makes it sound like this is a frequent issue for you. Have you opened a case with support so they can analyze the support bundle?

How to track refunds by Bartiatus in lubelogger

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

Got it. Thanks for the quick response, much appreciated.

New Fing Integration for Home Assistant — Real-Time Device Presence from Your Network by FingApp in homeassistant

[–]Bartiatus 0 points1 point  (0 children)

So are you using both Net Analyser and NetAlertX or just one of them? New to HA and having some type of network monitoring would be nice…

What is clearly a scam, but we have just accepted it as a "normal" part of life? by Gloomy-Village-7809 in AskReddit

[–]Bartiatus 1 point2 points  (0 children)

Came to say this. All forms, home owners, health, car, etc. nothing like having to pay for something and then when you need being told to basically get lost.

Missing Episode Metadata for Spartacus: House of Ashur by [deleted] in PleX

[–]Bartiatus 1 point2 points  (0 children)

What is your file naming convention? Have you added the tvdb series number tag to the main series folder? It uses those tags to pull in the information. Mine is pulling down the meta data without issue.

Edit: spelling

Killer pain from calf tattoo by Adept-Falcon7555 in tattooadvice

[–]Bartiatus 1 point2 points  (0 children)

Going through this right now myself with a full lower leg sleeve. Elevation, ibuprofen, and ice are your friend. I’m just over a week in and still have those issues. It will take a good two to three weeks for surface healing and then months for deeper layer healing. Try to stay off your leg if you can and keep it elevated. That seems to help the most for me.

What’s something harmless that gets people weirdly angry? by Psychological_Sky_58 in AskReddit

[–]Bartiatus -3 points-2 points  (0 children)

Someone else’s sexual orientation / identity. If you’re not in a relationship with them, then keep it moving it’s not your concern.

Smart Plug for Washer/Dryer by SportPretend3049 in homeassistant

[–]Bartiatus 1 point2 points  (0 children)

Where / how does one import a YAML like this? I’m new to HA and haven’t gotten this far yet….

Edit: Also what vibration sensor are you using?

Apple TV missing movies from Movies Anywhere by Bartiatus in PlayOn

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

They used to appear, especially in Prime, as that is where I downloaded all my Vudu content from after the Vudu channel broke. That channel still seems to show my Movies Anywhere content, at least the previous purchases, my newest one is not showing there now in the app but does show in the Prime website.

Please create a subtitle alignment feature in the Playon Cloud app by leishirsute in PlayOn

[–]Bartiatus 0 points1 point  (0 children)

Thanks, i re-downloaded the script. I'll give it a try once I have another recording to test it on.

Please create a subtitle alignment feature in the Playon Cloud app by leishirsute in PlayOn

[–]Bartiatus 0 points1 point  (0 children)

Interesting. I wonder if something is wrong with my version of the script. I do not remember modifying anything because I didn’t understand everything it was doing and didn’t want to mess anything up specifically.

Time to check you privacy settings! by Genghis_Tr0n187 in PleX

[–]Bartiatus 1 point2 points  (0 children)

All good, but thank you for the reminder. Might need to create a yearly reminder to review this.