• 1 Post
  • 54 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle






  • BitSound@lemmy.worldtoLinux@lemmy.mlSell Me on Linux
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    8 months ago

    VLC is the sort of software where if it can’t play it, I don’t know what else could. I guess I’d also try the ffmpeg command line tool to see if it can figure out what the video file even is, and maybe it could convert it to a regular format.

    Also TBH such a video file would be interesting enough that you could probably post it here (if possible, or any metadata you can extract from it) and see if anyone knows how to play it.


  • BitSound@lemmy.worldtoLinux@lemmy.mlSell Me on Linux
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    8 months ago

    Since Word documents are one of your bigger concerns, you can download LibreOffice on one of your current machines and try them out. That’s the same program you’d be using on Linux.

    It’d have to be a pretty unusual video format to have issues. Similar to above, you can try VLC on Windows and see if there’s any issues.

    Based on your description, I’d be surprised if you encountered any major issues. I’d recommend trying either Pop! OS if you’re OK with a slightly different UI from Windows, or Mint if you want something more comfortable. Note that you can create a LiveUSB stick of either of those, or any other distro. You can then boot your computer from it and take it for a spin to see if there’s any obvious issues.




  • Dunno what permissions issues you’re hitting, but I organize everything with beets on my desktop and then sync everything using syncthing to the main Music folder on my phone and it all works nicely. I use an old app that I think isn’t even available on the app store anymore named MortPlayer that uses the synced folder structure to organize things.

    I don’t use m3u files, but I imagine you could just sync them to the main Music directory next to the music files and have it work out, I guess depending on which app you use








  • BitSound@lemmy.worldtoLinux@lemmy.mlWho does flatpak/snap benefit?
    link
    fedilink
    arrow-up
    32
    arrow-down
    6
    ·
    10 months ago

    Snaps benefit Canonical. They’re trying to build their own walled garden, and anyone else benefiting is not a consideration.

    Flatpaks are different, because they aren’t purpose-built to benefit a single company. I wouldn’t use them to install most things, but there’s a few places where there’s benefits for at least some people. It’s a lot easier to maintain large projects like Firefox on older distro releases for example. You get sandboxing, so that say a bug in Firefox won’t let malicious javascript take over your system. It lets vendors release closed source software that would never be included in your distro’s repos. These are all things that may not benefit you, but in theory they’ll benefit enough people that it’s worth it.

    I’ve also moved onto NixOS so don’t use either one anyways. I think Nix or something like it is the future, even if you’re running a more traditional distro, though that might just be misplaced optimism, see the success of worse is better.