Skip Navigation

Posts
2
Comments
210
Joined
3 yr. ago

  • Because it's blatantly wrong. Many high profile vtubers have had their faces on stream or leaked and they are usually average to way above average looks and often get more views on their IRL content. I am sure some are ugly, but claiming it as a primary reason as if all vtubers have image issues is provably false.

  • I just reinstalled Windows this week, saying no to everything, and I swear they did not ask me about OneDrive like before. My folders were set up as OneDrive with no opt out.

  • This also means modifying your git pull command to pull the correct branch. A small change perhaps, but may be harder than just committing to main lol.

    I had a similar problem with GitHub actions, it was hard to test without messing up the main repo history.

  • I would love to see alternatives/replacements to them that are less opinionated. If you aren't ready to consign your entire library to destructive edits and file replacements then it really is hard to fit any arr program into your workflow. Because I have a few files I want to keep pristine and a few opinions on what gets downloaded, I've hit a snag every time I try to set up any arr program. Lidarr, for example, simply refuses to allow a root dir to be read only. I still have yet to get any up and running.

  • I fail to see where TV calibration comes in here tbh. If I can see blocky artifacts from low bitrate it will show up on any screen unless you turn the brightness down so far that nothing is visible.

  • What's been your main issues with Matrix? I'm testing it now and the setup is awful, but the actual messaging etc seems to work fine. I'd like to catch any issues I'll have early so I don't commit to it if I shouldn't.

  • Their loss. They have at least a month to migrate, probably more before most users get forced to verify, there is no rush. That and an ad-free hobby-run project like Stoat doesn't gain anything from a massive user increase unless it correlates to an increase in devs or money.

  • Either they edited it to add Zulip or you missed it.

  • One of my friends hit me with the "they already know everything about me" line on this one and literally said they'd give Discord "anything", so I don't think I'm gonna convince my group to move y'all. At least my best friend is educated enough at this point to be interested in moving so I'll still be investigating options.

  • Is... is that not the goal?

  • So no one else has to look it up, 120°F is 49°C

  • Speaking as a canadian, I do believe our leaders will attempt to work with any new administration the US votes in. We are too inter-linked to not try. BUT, I think recent events have shown not just our government, but our general populace that we cannot rely on the USA. I don't think everything will just "go back to normal" like you hope.

  • Most liquids are similar to water. I will fairly often see a liquid and can do a quick estimation of weight based on volume. 40L water canister? That's about 40kg. It takes no effort to calculate.

  • Late 20s. For years I've slept short hours during the week (4-6, usually 6) and regular on the weekend. Had no issues that I can tell other than poor mental performance compared to a full sleep day. However lately I have found I am unable to continue this schedule. Could be age or anything, but stacking 6hr sleeps in a row is just destroying me the last few months. So your mileage will vary, and I can't imagine doing 4 nightly for years.

  • Seconded. Looks good and I've found browsing by letter is way faster than the traditional folders (although you can still use folders with premium). I bought the upgrade after a few months.

  • This is the closest local app I've found yet, thank you! The UI is different from what I am used to, but it has support for all tags in both the editor and the browser including support for adding custom tags. I thought dynamic playlists don't exist and was technically right, because they are accomplished with saved searches. I realised that after checking docs. Thanks for the recommendation!

  • It's the closest we've got, but it does not have multiple tag support that I can see. :( I am not surprised that it lacks multi-artist, that is niche, but even the genre only supports basic strings. So to create an auto playlist that only matches the "Rock" genre, you have to use contains which then matches Hard Rock, Alternative Rock, etc etc. I know I'm picky lol, but worth documenting this to save time for anyone else as picky as me.

  • Rhythmbox unfortunately does not support multiple tags, that I can see. It combines genres into one and any artist tag beyond the first is completely ignored and unsearchable.

    Amarok is a similar story, artists and genres are combined into one string. You can search them via "contains" but that is very imprecise.

  • Great recommendation on Feishin. Navidrome alone works for most of what I want as it does respect multiple artist tags, but the default web UI is subjectively bad and lacks any way to add smart playlists. Feishin solves both of those issues. I'll be testing this further, it may just solve my browsing problems! I knew about Beets from a long time ago but never checked it out, I'll have to see how that goes for my back-end needs. I have a feeling the disconnect between front-end and back-end will likely annoy me for a while as I try adding new files, but we'll see.

    I assume this is what you are trying to achieve by using a visual artist tag?

    The display artist (a MusicBee-specific feature) is just an easy way to keep multiple artists in the artist tag while retaining a nice readable tag. For instance that artist tag would be Apashe; Wasiu but the display would be Apashe feat. Wasiu. MusicBrainz does something similar but uses artists instead of artist and artist instead of displayartist. Feishin displays the raw data nice enough I don't mind losing the display though (it's all in the tags anyway, no actual data loss there).

  • I've used it a lot on Windows! Quite handy for preliminary tagging. I haven't used its file organisation though, but it could do the trick. I found the scripting language so obtuse though that I decided I'd rather tackle Python's Mutagen library jank instead >_>