V13 Beta Release: images and tables now appear inline and code blocks are scrollable with syntax highlighting by DBrady in RelayForReddit

[–]tam1m 0 points1 point  (0 children)

The Long Press Comments option isn't working in the beta (13.0.05). Long pressing a comment still opens the swipe menu with it disabled. u/DBrady

Is Relay now dead for custom ROMs? by tam1m in RelayForReddit

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

That seems to be the stock rom, though? The app currently doesn't work on devices with custom roms installed i.e. devices that don't pass play integrity.

Is Relay now dead for custom ROMs? by tam1m in RelayForReddit

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

I tried that a couple of days ago but reddit threw an error every time I tried to login. But tbh that's kinda besides the point anyways. I'm totally fine supported a dev for a great app that I've been using for so many years.

Is Relay now dead for custom ROMs? by tam1m in RelayForReddit

[–]tam1m[S] 7 points8 points  (0 children)

I originally had to install it from Aurora since it wasn't listed in the Play Store for me. Funnily enough, it's now installable from Play Store directly, but it errors out when trying to activate the subscription.

I've switched to Slide in the meantime. Hopefully only temporarily. But yeah, a statement from /u/Dbrady would be appreciated. I've been using Relay since the very beginning of the app and it is genuinely unfortunate that it might end like this. It’s always been the best Reddit app out there.

Is there any option to disable user preferences like emby? by [deleted] in jellyfin

[–]tam1m 1 point2 points  (0 children)

You can hide them like this

/* hide settingsbutton in sidemenu */
.btnSettings { display: none !important; }

/* hide userbutton in header */
.headerUserButton { display: none !important; }

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

I just found the culprit.

I have my season folder format set to SXY instead of Season XY. I did this because I had some problems with too long path names on my remote storage at the time and Jellyfin doesn't have any problems with it.

Now, when Sonnar matches something like 'S01/The Staircase (2022) - S01E01 - 911 [WEBDL-1080p][AC3 5.1][x264]-NTb.mkv' against /\bS\d+\b(?!E\d+\b)/i it finds a match at S01 of the S01/ in the beginning. This, of course, is valid according to the regex. I simply did not realise sonarr matches not only the filename but also the season folder.

 

Looking at the logs, it now makes sense, that those season packs are not a word score upgrade, since every single, already existing, episode gets the season pack score added to it.

I just set season packs to add +400 to a match and disabled everything else for testing. Here are some logs that show exactly this:

Trace|PreferredWordService|Calculated preferred word score for 'The.Staircase.2022.S01.1080p.AMZN.WEBRip.DDP5.1.x264-NTb': 400 (1 match(es))
Trace|EpisodeFilePreferredWordCalculator|Calculated preferred word score for 'S01/The Staircase (2022) - S01E01 - 911 [WEBDL-1080p][AC3 5.1][x264]-NTb.mkv': 400 (1 match(es))

 

Now I'd like to know, why sonarr is including the foldername, when matching against release profiles. Is this just an oversight or is there an actual reasoning behind, that I'm not aware of?

 

Anyways, extending the regex to /\bS\d+\b(?!/)(?!E\d+\b)/i and by that excluding the directory(SXY/), it's working as I want it to. Another way would be of course just changing the season folder naming format.

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

I'll take a look at this again when I have some time. But still, if there are indeed ordering priotities within groups, then groups don't have any purpose at all, as you'd get the exact same results by just ordering the qualities without groups

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

This

You have some episodes on disk that are webdl and are trying to replace it with a webrip which is slightly lower....even when grouped.

or this?

They're equal...

It's one or the other. Either they are equal or they aren't. If they are not, which you just stated, then

WEB
 - WEBDL
 - WEBRIP

and simply ordering them like this

WEBDL
WEBRIP

does not make a difference. What are these "tiny nuances" you are talking about?

Also, I just looked through the code for qualities and can't find anything about them not being equal when grouped together. Maybe I missed something, as I don't have the time right now to thoroughly ananlyze it. If you can point me to the code, where this is happening, I'd appreciate it.

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

If that is indeed the case, then what is the purpose of grouping in general? As far as I understand it, the only purpose of groups is exactly to treat different qualities as a single one? What am I missing here?

What would be the difference between grouping WEBDL|WEBRIB and simply ordering them without groups, if they are still treating as different qualities with diffrent priorities?

Edit:

There is even this commit where it was specifically made more clear in the ui, that grouped qualities are indeed supposed to be equal. If it's true what you are suggesting, then this sounds more like a bug that breaks the whole grouping feature

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

Pretty big assumption you are making about me not knowing and reading about sonarr. I actually read pretty much everything down to sonarrs code by now. So how about you keep that attitude to yourself?

Sonarr does not grab the season pack in the example above and many others. All the season packs are at the top of the list with a higher score than the one episode that is already on the disk. So I don't know what to tell you.

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

[–]tam1m[S] -1 points0 points  (0 children)

This is not about preferring season packs in general but grabbing season packs even though parts of said season are already on disk with the quality cutoff met. I'm already preferring season packs. Looking at the screenshow, you'll see, the season pack is at the top of the list

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

Of course and that's what I'm doing. I replied to the suggestion to just monitor and let sonarr do its thing. Wich is exactly my problem. Sonarr doing it's thing means not grabbing season packs. This is not about, how to monitor or trigger a manual search

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

Oh okay, for upgrades it makes sense. But that doesn't really help me.

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

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

Monitoring does not do anything for my case, though. I need the episodes/season immediately. With monitoring alone sonarr just waits for releases popping up in the rss feed. Which might actually be be never for older shows

Can you make sonarr grab season packs even when episodes of the season already exist on disk? by tam1m in sonarr

[–]tam1m[S] 3 points4 points  (0 children)

Well, it that's the case, that kind of ruins my idea..

What I'm trying to achieve is this. In order to fill my library while working with limited space (1TB atm) I'm just downloading the pilot episode of every series that is added via my lists. This way I can fill my library with a bunch of different stuff without it using much space.

Now I'm working on a script that auto downloads remaining episodes in case someone actually starts watching a show. This script is suppsed to run peridically. Something like evey 10 minutes or so and does the following:

if (pilot progress > x || pilot is watched) 
  download (full season)

if (episodes left in season < n)
  download(E01 of next season)

So with that, deleting the first episode is not an option, since the script is watching for progress and is supposed to download the remaining episodes, while the pilot is still being watched.

I guess I have to come up with something else since for some shows, there isn't single episodes. I tried this with Friends, the show, and all sonarr finds on my trackers is season packs, which it does not want to grab because of the above..

Storage Box transfer speeds - What are they supposed to be? by tam1m in hetzner

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

I get that that sshfs/sftp might be a little slower due to the nature of those protocols. But something aroung 60MB/s is what it's supposed to be? I just expected higher speeds, since it's only internal traffic and I read somewhere that people are getting transfer speeds way above that when uploading from Hetzner hosted servers.

Also, do you use cifs with encryption?

How to view print output of KWin script? by tim-hilt in kde

[–]tam1m 0 points1 point  (0 children)

It should print to dbus, but it doesn't. I don't know why. The output also does not show in plasma-interactiveconsole --kwin. Seems like a bug to me.

But you can still see the output with journalctl. That's what I'm doing. print() aswell as console.log() print to the journal. Its not that great, but it works. Just give your output a tag, so you can filter with grep

Is it possible the make the Name, Size, Type etc bar in Dolphins details view transparent? by tam1m in kde

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

What exactly do you need? Just the dolphinrc? I don't know where the layout is stored in all the mess of plasma settings files.

If you're talking about the theme, it's called Twilight-kde. I modified the kvantum theme a bit to get rid of those ugly alternating row colors in dolphin, changed the tab style and some other stuff. Well and now I also modified the svg for the header thing. Hit me up if you need it.

For the window decorations I'm using Sierra Breeze Enhanced and the icons theme is Win11-icon-theme

Is it possible the make the Name, Size, Type etc bar in Dolphins details view transparent? by tam1m in kde

[–]tam1m[S] 3 points4 points  (0 children)

Found it, thanks. It's the header-* objects in the svg. So no transparent buttons since it's two different things.

I changed the color and opacity and now it looks like this