Spyke

Replies

Comment on

Termix 1.8.0 has been released.

Reply in thread

My compose:

services:
  termix:
    image: ghcr.io/lukegus/termix:latest
    container_name: termix
    restart: unless-stopped
    ports:
      - 8081:8081
    volumes:
      - /home/dockervolumes/data:/app/data
    environment:
      PORT: "8081"
volumes:
  termix-data:
    driver: local
networks: {}

It works great.

Comment on

how can jellyfin play radiostreams?

Thanks for the help here! I got it working! It works under TV as described here. strm (only mp3 links, pls doesn't work for me) files also work under other libraries than the music library. For whatever reason... strange.

Life would be so easy if I could simply search for radio stations in Jellyfin and save them as favorites.

Comment on

how can jellyfin play radiostreams?

Reply in thread

m3u playlist file in TV runrik worked for me until a few months ago. But now it doesn't work anymore... at least for me.

I find it really sad that Jellyfin doesn't just offer a radio plugin. It really can't be that difficult. It's really stupid if you have to do all this tinkering with strm or m3u. Why just use a plugin for tunein or radiobrowser?

You reached the end