• 14 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • The OTHER thing that could cause stuttering is if it needs to be transcoding and that transcode is happening slower than realtime (unlikely to be happening here).

    You’d look in the logs for a transcode log for this sort of thing:

    frame=  408 fps= 82 q=37.0 size=N/A time=00:00:15.51 bitrate=N/A speed= 3.1x  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c875.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c876.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c877.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c878.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c879.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c8710.mp4' for writing  
    frame=  796 fps=145 q=30.0 size=N/A time=00:00:31.65 bitrate=N/A speed=5.75x  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c8711.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c8712.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c8713.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c8714.mp4' for writing  
    [hls @ 0x5c9ae0dde940] Opening '/config/transcoding-temp/transcodes/2d181c04b2b6d7ab2bdc2405c6ae5c8715.mp4' for writing  
    frame= 1189 fps=198 q=20.0 size=N/A time=00:00:48.04 bitrate=N/A speed=8.01x
    

    if the speed drops below 1.0x, you’ll stutter.


  • I can’t think of a standalone gui app that does this (and a simple google search didn’t find one).
    If you have a gui desktop (gnome,kde,xfce,lxqt,enlightenment,budgie…) it will have a built in function in it’s settings to do this, or leverage one of the parent ones (ie budgie is based on gnome, lxqt on kde).
    If your custom environment is pared down to the point where you don’t have an equivalent to gnome-system-tools and don’t want to install it, you might have to just use date at the command line.







  • I agree and use Signal myself.
    But people like the extra features of WhatsApp like desktop/web clients with seamless history sync and all the other little things that WhatsApp provides.
    The average Joe doesn’t even think about security or privacy, they just know that the results of using WhatsApp are superior than using SMS.
    iMessage is a non starter everywhere out of the US, it just doesn’t have the market penetration.
    As an Australian, no one I know (many of whom own iPhones) talk about the blue-green bubble stuff.
    They recognise where the fault lies and simply don’t use the app.












  • As /u/rezz@lemmy.world said, you can try to force a scan of the library. Log into the admin and hit the big “Scan All Libraries” button, then give it some time.

    A refresh of that page should show a progress meter.

    In order to encourage more accurate detection (assuming it can find/access the new file at all), there are advised naming schemes for your files. See here for a basic overview: https://jellyfin.org/docs/general/server/media/movies

    I prefer to include the full name, year and imdb info of a movie, ie Citizen Kane isn’t just “Citizen.Kane.mp4”, it’s:
    “Citizen Kane (1941) [imdbid-tt0033467].mp4”
    based on the information that’s publically available here https://www.imdb.com/title/tt0033467/

    Even if you don’t enable imdb itself for the metadata lookup, that will give you an almost guaranteed detection during a library scan.

    If this sounds like too much work, there’s several automated tools for naming your personal dvd rips, such as Radarr.

    If it’s still not being detected, it’s time to dig into the logs and find out WHY it’s erroring.
    Is it permissions?
    Is it naming?
    Is it the phase of the moon?