arglebargle

kde, linux, busses, open source and the good old Grateful Dead.

  • 0 Posts
  • 107 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle







  • My current environment - and one for many years, is just like you describe. No ads, instant launch (either from a launcher, or just type what I want and it pops up). No spyware, no account, no assistant. I even have a modern file manager that windows STILL hasn’t surpassed.

    But I remember at the time when XP came out, Windows 2000 already was all those things, Beos was all those things, Macs were all those things.

    Without the nasty (and limited) XP colors and theme, the 10 minute exploits, the huge waste of space in all the dialogs, and the beginning of the Pro vs Home licensing, where they started with the bullshit of home has: only 1 processor, no remote desktop, no 64 bit, they even removed windows backup!

    You could exploit and gain admin in a Windows XP machine right to the end, it could not be locked down if a user sat at it. Which, I know, if you have access to the machine usually all bets are off, but for a multi user machine it was less than acceptable.





  • Thank goodness. I hate most current UI.

    It’s funny that one thing I really liked about it was the floating windows and toolbar. Then everyone complained and they brought it all together. But now people I work with using software that we pay nearly a million dollars to license are getting all excited becuase they introduced… floating windows.




  • Pyrosis did a great job answering a lot of your questions, I will focus again on why I cannot recommend plex:

    Opt-In is not acceptable. You need to opt-out of: data sharing, data sharing with partners (unless you are in the UK or specific States), sharing playback data, stopping discovery together and activity feed, and turning off all of their live tv and streaming services.

    Sharing streaming habits with others is not something that ever should have been opt-out. They keep pushing the line.

    By the way, several of the “features” you mention are not included by default. Hardware decoding, downloads, DVR, etc.


  • arglebargle@lemm.eetoSelfhosted@lemmy.worldm3u (iptv) server which is not Jellyfin?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    4 months ago

    I run both concurrently. I have a plex pass from way back when, maybe a decade or more.

    What plex is now is not what it once was. Trying to socialize viewing habits, opting in by default to analysis, ads, reviews, and sharing that info has gone too far. Plex also works on these features such as discovery which benefits them, instead of open bugs.

    That us why I can’t recommend it.

    As for a feature comparison. Jellyfin is snappier, and faster. Plex is more detailed in their interface, and has better Metadata. Jellyfin sometimes doesn’t restart where I left off. Jellyfin is much, much better on mobile devices, but has less clients for tv’s. Jellyfin doesn’t rely on any server but my own, where plex wants to authenticate with thier own servers and ask for accounts (and money) to have full functionality. Jellyfin always downloads to a client. Plex…might. Plex has better handling of multiple streams in one file.




  • I will not change on this: an official wiki (for example the arch wiki) or other documentation is still the best way to convey exact information. If a user absolutely never wants to use a command line, then they can use Android and a touch interface. Even Microsoft gives directions on how to fix things with a command line. This should be infrequent, but is a necessity for brevity and precision.

    In any case we might as well put that to rest and move on.

    When I have a working example that does at least something we can go from there. The bullet points are helpful, thank you.


  • It is not strange or difficult. I am not expecting them to know what to type, I am expecting to have clear instructions as to exactly what they need to type. Which is really hard to convey with a gui. Administration of a computer and sharing functions is so much faster by copy/paste exactly what you expect them to. It is the easiest, most concise method.

    In any case: lets get back to the task at hand. I will make a simple GUI that creates the credentials file, the mount point file, the automount file, and finally restarts the system daemon.

    I guess it needs to show any errors at that time.

    The user will provide some info that I will gather as it goes along (like SMB credentials) and I guess I will include the ability to simply go on without mounting if the network mount point is not available (in case of laptop).

    There are a few elevations of privileges to sort out, and to keep it simple I will use Kdialog (for the gui presentation) which will make the code very obvious as it is simply bash behind it all.

    After that do you want me to share this with you? I am not sure when I will get it done, but it should be fairly easy. Then I can put it on github I guess.

    Realistically, to make this functional, it should be able to ready your current mount points and allow the user to edit, doing error checking etc. That would be a future phase.