Describe the bug
Hello, I have encountered an issue when exporting the EPG for use in Jellyfin. I believe the problem arises from not using the language tag or from the order of the tags:
`
<title lang="es">Ángeles y demonios</title>
<sub-title lang="es">2009 | ⑯ | ★7.2/10</sub-title>
<desc lang="es">Robert Langdon, profesor de Harvard experto en simbología, descubre evidencias del
resurgimiento de una antigua hermandad secreta conocida como 'Illuminati', la organización clandestina
más poderosa de la historia.</desc>
<date>2009</date>
<category lang="es">Cine</category>
<category lang="es">Thriller</category>
<icon src="https://www.movistarplus.es/recorte/n/dispficha/F3954872" />
<rating system="ES">
<value>16</value>
</rating>
<star-rating system="ES">
<value>7.2/10</value>
</star-rating>
`
Here is an example of how Jellyfin looks with an XML file containing language tags:
https://github.com/davidmuma/Canales_dobleM/blob/master/Varios/EPG/Jelly.md
Dispatcharr Version
0.10.4
Docker Version
Portainer 2.33.2 LTS
What's in your Docker Compose file?
services:
dispatcharr:
image: ghcr.io/dispatcharr/dispatcharr:latest
container_name: dispatcharr
ports:
- 9191:9191
volumes:
- /volume1/docker/dispatcharr_data:/data
environment:
- DISPATCHARR_ENV=aio
- REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
Client Information
Jellyfin 10.11.0
Describe the bug
Hello, I have encountered an issue when exporting the EPG for use in Jellyfin. I believe the problem arises from not using the language tag or from the order of the tags:
`
Here is an example of how Jellyfin looks with an XML file containing language tags:
https://github.com/davidmuma/Canales_dobleM/blob/master/Varios/EPG/Jelly.md
Dispatcharr Version
0.10.4
Docker Version
Portainer 2.33.2 LTS
What's in your Docker Compose file?
services:
dispatcharr:
image: ghcr.io/dispatcharr/dispatcharr:latest
container_name: dispatcharr
ports:
- 9191:9191
volumes:
- /volume1/docker/dispatcharr_data:/data
environment:
- DISPATCHARR_ENV=aio
- REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
Client Information
Jellyfin 10.11.0