• 8 Posts
  • 203 Comments
Joined 9 months ago
cake
Cake day: December 28th, 2023

help-circle



  • I have a self-hosted Baikal server with self-signed CA on Android 14 and it works.

    However, I didn’t had to add the certificate to Davx⁵ itself. Adding a rootCA into your device and your reverse proxy handling the request should work as expected over https.

    Those kind of things are difficult to troubleshoot, this could be:

    • Bad rootCA certificate, missing the necessary options ?
    • Wrong certificate handled by your reverse proxy ?
    • Radicale doesn’t recognize your certificate extension ?
    • Wrong networking configuration ?
    • Bug ?

    We need more infos about your setup:

    • Do you use a reverse proxy ?
    • Had you already any success with this certificate within an other application ?
    • Any logs from your Android, Davx⁵?








  • Try something like this for 1 show:

    Show_name [ID]/
    Show_name [ID]/Season 01
    Show_name [ID]/Season 01/S01E01 Episode name.mkv
    

    Clear all the log task in jellyfin Task menu:

    Dashboard>Scheduled Task>Maintenance
    
    Optimize Database
    Clear Log Folder
    Clear Cache Folder
    Clear Activity Logs
    Clear Transcodes Folder
    

    Clear all your Browsers cache/history/data

    This depends on what browser you use
    

    Do a full rescan of your Jellyfin show

    Dashboard>Libraries>Scan All Libraries
    

    Replace all metadata and check to replace existing images

    Jellyfin main menu (where you see your shows thumbnail) > "three dots" > refresh metadata > replace all metadata > check replace existing images
    

    If this works for the TV show you changed according to Jellyfin’s recommendations, you can bulk edit your TV shows names and folders with Sonarr. You don’t need to redownload them, just use your local files.

    If this doesn’t work check your Jellyfin’s docker logs/configuration/metadata downloader

    Hope it helps !

    Edit: here’s an example on how to edit naming scheme with sonarr: https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/


  • My first rm -r mistake was a hard pill to swallow… You think this only happens to others or because people don’t take time to look carefully their command…

    Nah… when you’re experimenting new things (grep, exclude certain files, piping other commands, relative path vs absolute, sed, regex…) It can easily do some strange things you didn’t expected beforehand.

    But hey that’s how you learn (I guess?). If everything would be perfect the first time you do something, the world would be annoying ? 😄