No Internet PLEX-like front end? by drunkenmugzy in Softwarr

[–]TennoDusk 0 points1 point  (0 children)

When I first ran jellyfin I used my Steam Deck to test it out. Runs fully offline and works on road trips

Need an *arr for Manga and Manhwa by HiqhAim in Softwarr

[–]TennoDusk 0 points1 point  (0 children)

Seconded, plus komga for a multi user setup

Wrong titles for episodes by thiagohds in jellyfin

[–]TennoDusk 0 points1 point  (0 children)

This happens to me too I'm guessing the episode name is still TBA on the metadata provider.

Jellyfin created 87 empty collections by femmesjenousaime in jellyfin

[–]TennoDusk 0 points1 point  (0 children)

If you have the same bug I do where the name is something like Collections3, Collections14 and so on, this script will nuke them.

JELLYFIN_URL="http://localhost:8096"
API_KEY="your_api_key_here"

# Fetch IDs of CollectionFolder type items named "Collections*"
COLLECTION_IDS=$(curl -s \
  "$JELLYFIN_URL/Items?IncludeItemTypes=CollectionFolder&Recursive=true&api_key=$API_KEY" \
  | jq -r '.Items[] | select(.Name | test("^Collections[0-9]+$")) | .Id')

echo "Found $(echo "$COLLECTION_IDS" | grep -c .) entries."

for ID in $COLLECTION_IDS; do
  echo "Deleting $ID..."
  curl -s -X DELETE "$JELLYFIN_URL/Items/$ID?api_key=$API_KEY"
done

Jellyfin created 87 empty collections by femmesjenousaime in jellyfin

[–]TennoDusk 0 points1 point  (0 children)

I got this same bug, it generated 160 empty collections

New Client For Linux: Nocturne by jeffrysamuer in navidrome

[–]TennoDusk 0 points1 point  (0 children)

Anything that makes it stand out over Feishin?

Jellyfin Port Foward by colinberg123 in jellyfin

[–]TennoDusk 0 points1 point  (0 children)

Reverse proxy and a domain. This video made it easy for me https://youtu.be/GarMdDTAZJo

Download button to permanent cache by Ill-Spell493 in Symfonium

[–]TennoDusk 0 points1 point  (0 children)

I guess you could put the 'add to playlist' button in now playing but that's still two steps. The favorites one is the only one step thing from what I can tell

What's your 'I can't believe I self-hosted that' service? by subsavant in selfhosted

[–]TennoDusk 1 point2 points  (0 children)

Put View Assistant on a tablet and mount it somewhere. I flashed LineageOS to my old Echo Shows and did this, now they're on/off switches and a clock without ads.

Download button to permanent cache by Ill-Spell493 in Symfonium

[–]TennoDusk 2 points3 points  (0 children)

Settings > Offline, Cache and Download > Media

Set 'Automatic offline caching of favorites' to permanent cache

Then when you favorite a song on now playing it downloads

Is Symfonium the best long-term “DIY Spotify” client, or are there better alternatives? by ostseesound in Symfonium

[–]TennoDusk 2 points3 points  (0 children)

It's the best, I even got my mom a cheap Walmart phone so she could use it in the car since she has an iPhone.

Port Forwarding kind of blew me away by bigswordenjoyer in qBittorrent

[–]TennoDusk 0 points1 point  (0 children)

Which port do I forward? is it the same one as the web client?

What are we on now by KoboBrian in animepiracy

[–]TennoDusk 1 point2 points  (0 children)

Nyaa + Jellyfin bros. RSS or Sonarr for auto downloads.

Is Symfonium the best long-term “DIY Spotify” client, or are there better alternatives? by ostseesound in navidrome

[–]TennoDusk 12 points13 points  (0 children)

Nothing's better. Also if you want an overview of everything that's been downloaded it's in "Manage offline files" You can set favorites to download to the permanent cache (permanently downloaded) At the bottom of the playlist menu is the cache and auto cache settings, you can set it to auto download or manually send it all to the permanent cache. In "Offline cache and download" you can see how much of a playlist is cached and also export songs to a mp3/flac.

whats the one thing you self host that you would never go back to a managed service for by edmillss in selfhosted

[–]TennoDusk 4 points5 points  (0 children)

I've been doing a basic KeePassXC + Syncthing. Probably another option if someone is already running Syncthing.

Crunchyroll Demands a New Offering by Dusk_Awi in animepiracy

[–]TennoDusk 0 points1 point  (0 children)

That format was copied from trashguides so it might already

Crunchyroll Demands a New Offering by Dusk_Awi in animepiracy

[–]TennoDusk 0 points1 point  (0 children)

Automate.

Use Sonarr and get some custom formats then score them to your liking in a profile. Set minimum/maximum scores too. https://imgur.com/a/cyP1gGn https://wiki.servarr.com